aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-15 15:11:11 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-16 12:43:47 +0200
commit44213a137a480b0dd413c70f810e3ae74c4027c6 (patch)
treeb3430a433d3cbdbdc2e0b033c67f28061c59b66f /build-aux
parent07a6628f067609eaceb626cc7dd36974fa0c6ade (diff)
dsd: integrate service in library build
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 dcf8a0d..a65e630 100644
--- a/build-aux/qmi-codegen/utils.py
+++ b/build-aux/qmi-codegen/utils.py
@@ -77,8 +77,8 @@ def add_header_start(f, output_name, service):
else:
template += (
"#include \"qmi-enums-private.h\"\n")
- # DMS, NAS and LOC have flags64
- if service in ('DMS', 'NAS', 'LOC'):
+ # DMS, NAS, LOC and DSD have flags64
+ if service in ('DMS', 'NAS', 'LOC', 'DSD'):
template += (
"#include \"qmi-flags64-${service}.h\"\n")
template += (