aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-17 10:16:40 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-18 13:14:38 +0200
commit3d26f413008f02cc729ddadb0aa0673f0a40722f (patch)
tree90360dd2d29549bde6007b87b580eff968a04552 /build-aux
parent1f2c21aba1150aebebcb80a8f21c82afb213a8f0 (diff)
pds: setup generation of the PDS service support
Including "PDS Reset".
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/qmi-codegen/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/qmi-codegen/utils.py b/build-aux/qmi-codegen/utils.py
index 5f37d31..a2a94db 100644
--- a/build-aux/qmi-codegen/utils.py
+++ b/build-aux/qmi-codegen/utils.py
@@ -74,8 +74,8 @@ def add_header_start(f, output_name, service):
if service != 'CTL':
template += (
"#include \"qmi-enums-${service}.h\"\n")
- # CTL, WDS and WMS don't have flags64
- if service != 'CTL' and service != 'WDS' and service != 'WMS':
+ # CTL, WDS, WMS and PDS don't have flags64
+ if service != 'CTL' and service != 'WDS' and service != 'WMS' and service != 'PDS':
template += (
"#include \"qmi-flags64-${service}.h\"\n")
template += (