aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2018-02-22 23:43:20 +0100
committerDan Williams <dcbw@redhat.com>2018-03-15 10:31:44 -0500
commitab919658d8f9bf24a4c9b7018bd7f5895bec1638 (patch)
treeca0b9093b5f657898875553111a6b87ece86a13e /build-aux
parent613c55af75fe2316695a508607eae91df41f4960 (diff)
loc: add definitions for more messages
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 5e6fee7..52cf615 100644
--- a/build-aux/qmi-codegen/utils.py
+++ b/build-aux/qmi-codegen/utils.py
@@ -78,8 +78,8 @@ def add_header_start(f, output_name, service):
else:
template += (
"#include \"qmi-enums-private.h\"\n")
- # DMS and NAS have flags64
- if service == 'DMS' or service == 'NAS':
+ # DMS, NAS and LOC have flags64
+ if service in ('DMS', 'NAS', 'LOC'):
template += (
"#include \"qmi-flags64-${service}.h\"\n")
template += (