aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-03 13:04:25 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 10:28:54 +0200
commit787b02287f0f11662ea66ce490a8fefb93fc37ee (patch)
treec6cb9a62b4231df86080b71347ca74f237f38866 /build-aux
parentc9e0877226fe51674b86cb0242e8f0af6a68d7fe (diff)
wms: setup generation of the WMS service support
Including "WMS 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 96c3ee7..5f37d31 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 and WDS don't have flags64
- if service != 'CTL' and service != 'WDS':
+ # CTL, WDS and WMS don't have flags64
+ if service != 'CTL' and service != 'WDS' and service != 'WMS':
template += (
"#include \"qmi-flags64-${service}.h\"\n")
template += (