summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2018-06-04 16:55:56 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-13 16:23:59 -0700
commit271cfd8a00f97f13a937877cc8ef66ef0392a087 (patch)
tree87a2908d338851fc12e6294e364fc2f074c84c4b /location
parentb150a53ee3f02c8441754fcc6834802da7d96f40 (diff)
downloadgps-271cfd8a00f97f13a937877cc8ef66ef0392a087.tar.gz
Report yearOfHw=2018 when P features are supported
Support of features AGPM or Constellation Control mean that we report yearOfHW as 2018 Change-Id: I01b7a3ce7f8b38569cf419cf07fef1d55da5f149 CRs-fixed: 2254698
Diffstat (limited to 'location')
-rw-r--r--location/LocationDataTypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h
index 66ed3ad..1ebcb33 100644
--- a/location/LocationDataTypes.h
+++ b/location/LocationDataTypes.h
@@ -191,7 +191,11 @@ typedef enum {
// supports debug nmea sentences in the debugNmeaCallback
LOCATION_CAPABILITIES_DEBUG_NMEA_BIT = (1<<8),
// support outdoor trip batching
- LOCATION_CAPABILITIES_OUTDOOR_TRIP_BATCHING_BIT = (1<<9)
+ LOCATION_CAPABILITIES_OUTDOOR_TRIP_BATCHING_BIT = (1<<9),
+ // support constellation enablement
+ LOCATION_CAPABILITIES_CONSTELLATION_ENABLEMENT_BIT = (1<<10),
+ // support agpm
+ LOCATION_CAPABILITIES_AGPM_BIT = (1<<11),
} LocationCapabilitiesBits;
typedef enum {