From 40ac71940216c795282023de29066de5f588e9eb Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 29 Oct 2012 16:42:09 +0100 Subject: uim: integrate the UIM service Also implement "Reset" and "Read Record" request/response. --- build-aux/qmi-codegen/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux') diff --git a/build-aux/qmi-codegen/utils.py b/build-aux/qmi-codegen/utils.py index cb12962..55d4eae 100644 --- a/build-aux/qmi-codegen/utils.py +++ b/build-aux/qmi-codegen/utils.py @@ -76,8 +76,8 @@ def add_header_start(f, output_name, service): else: template += ( "#include \"qmi-enums-private.h\"\n") - # CTL, WDS, WMS, PDS and PBM don't have flags64 - if service != 'CTL' and service != 'WDS' and service != 'WMS' and service != 'PDS' and service != 'PBM': + # CTL, WDS, WMS, PDS, PBM and UIM don't have flags64 + if service != 'CTL' and service != 'WDS' and service != 'WMS' and service != 'PDS' and service != 'PBM' and service != 'UIM': template += ( "#include \"qmi-flags64-${service}.h\"\n") template += ( -- cgit v1.1