Merge 3bf2589330
on remote branch
Change-Id: I5ea87207d1cd846272b84fbe6ef24610573a7a91
This commit is contained in:
commit
771d4dbfd4
8 changed files with 10 additions and 7 deletions
|
@ -279,7 +279,9 @@ void GnssAPIClient::gnssDeleteAidingData(IGnss::GnssAidingData aidingDataFlags)
|
|||
GNSS_AIDING_DATA_SV_TYPE_GLONASS_BIT |
|
||||
GNSS_AIDING_DATA_SV_TYPE_QZSS_BIT |
|
||||
GNSS_AIDING_DATA_SV_TYPE_BEIDOU_BIT |
|
||||
GNSS_AIDING_DATA_SV_TYPE_GALILEO_BIT;
|
||||
GNSS_AIDING_DATA_SV_TYPE_GALILEO_BIT |
|
||||
GNSS_AIDING_DATA_SV_TYPE_NAVIC_BIT;
|
||||
data.posEngineMask = STANDARD_POSITIONING_ENGINE;
|
||||
|
||||
if (aidingDataFlags == IGnss::GnssAidingData::DELETE_ALL)
|
||||
data.deleteAll = true;
|
||||
|
|
|
@ -38,6 +38,7 @@ GNSS_HIDL_2_0_TARGET_LIST += qcs605
|
|||
GNSS_HIDL_2_0_TARGET_LIST += sdm845
|
||||
GNSS_HIDL_2_0_TARGET_LIST += sdm660
|
||||
GNSS_HIDL_2_0_TARGET_LIST += msmnile
|
||||
GNSS_HIDL_2_0_TARGET_LIST += sdmshrike
|
||||
GNSS_HIDL_2_0_TARGET_LIST += $(MSMSTEPPE)
|
||||
GNSS_HIDL_2_0_TARGET_LIST += $(TRINKET)
|
||||
GNSS_HIDL_2_0_TARGET_LIST += kona
|
||||
|
|
|
@ -7,7 +7,7 @@ AC_PREREQ(2.61)
|
|||
# Initialize the gps loc-hal package version 1.0.0
|
||||
AC_INIT([loc-hal],1.0.0)
|
||||
# Does not strictly follow GNU Coding standards
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
# Disables auto rebuilding of configure, Makefile.ins
|
||||
AM_MAINTAINER_MODE
|
||||
# Verifies the --srcdir is correct by checking for the path
|
||||
|
|
|
@ -158,6 +158,7 @@ private:
|
|||
eAgcGlo = 20,
|
||||
eAgcBds = 21,
|
||||
eAgcGal = 22,
|
||||
eMax0 = eAgcGal,
|
||||
eLeapSeconds = 23,
|
||||
eLeapSecUnc = 24,
|
||||
eGloBpAmpI = 25,
|
||||
|
@ -166,7 +167,6 @@ private:
|
|||
eBdsBpAmpQ = 28,
|
||||
eGalBpAmpI = 29,
|
||||
eGalBpAmpQ = 30,
|
||||
eMax0 = eGalBpAmpQ,
|
||||
eTimeUncNs = 31,
|
||||
eMax
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ AC_PREREQ(2.61)
|
|||
# Initialize the gps loc-hal package version 1.0.0
|
||||
AC_INIT([loc-core],1.0.0)
|
||||
# Does not strictly follow GNU Coding standards
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
# Disables auto rebuilding of configure, Makefile.ins
|
||||
AM_MAINTAINER_MODE
|
||||
# Verifies the --srcdir is correct by checking for the path
|
||||
|
|
|
@ -14,7 +14,7 @@ ERR_ESTIMATE=0
|
|||
NTP_SERVER=time.izatcloud.net
|
||||
|
||||
#XTRA CA path
|
||||
XTRA_CA_PATH=/usr/lib/ssl/certs
|
||||
XTRA_CA_PATH=/usr/lib/ssl-1.1/certs
|
||||
|
||||
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
|
||||
# 4 - Debug, 5 - Verbose
|
||||
|
|
|
@ -7,7 +7,7 @@ AC_PREREQ(2.61)
|
|||
# Initialize the gps location-api-iface package version 1.0.0
|
||||
AC_INIT([location-api-iface],1.0.0)
|
||||
# Does not strictly follow GNU Coding standards
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
# Disables auto rebuilding of configure, Makefile.ins
|
||||
AM_MAINTAINER_MODE
|
||||
# Verifies the --srcdir is correct by checking for the path
|
||||
|
|
|
@ -7,7 +7,7 @@ AC_PREREQ(2.61)
|
|||
# Initialize the gps gps-utils package version 1.0.0
|
||||
AC_INIT([gps-utils],1.0.0)
|
||||
# Does not strictly follow GNU Coding standards
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
# Disables auto rebuilding of configure, Makefile.ins
|
||||
AM_MAINTAINER_MODE
|
||||
# Verifies the --srcdir is correct by checking for the path
|
||||
|
|
Loading…
Reference in a new issue