summaryrefslogtreecommitdiff
path: root/core/ContextBase.cpp
diff options
context:
space:
mode:
authorSaurabh Srivastava <ssrivast@codeaurora.org>2016-12-22 01:17:04 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-17 16:12:54 -0700
commitb37098920fc32a6f2d3e1143f56b7265a6f63f5f (patch)
tree4920758aa327162869fcb69949b879e36f7617c6 /core/ContextBase.cpp
parentb6928aae360784b2737c931e4486347934ceee14 (diff)
downloadgps-b37098920fc32a6f2d3e1143f56b7265a6f63f5f.tar.gz
Moving conf files to /vendor/etc
Moving all vendor specific conf files to /vendor/etc instead of current /etc folder CRs-Fixed: 1099981 Change-Id: I4495d8527941959be0847c4722ea8b68ee6c87ee
Diffstat (limited to 'core/ContextBase.cpp')
-rw-r--r--core/ContextBase.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp
index a9858e2..565f70c 100644
--- a/core/ContextBase.cpp
+++ b/core/ContextBase.cpp
@@ -145,10 +145,8 @@ void ContextBase::readConfig()
/* inject supl config to modem with config values from config.xml or gps.conf, default 1 */
mGps_conf.AGPS_CONFIG_INJECT = 1;
- const char* GPS_CONF_FILE = "/etc/gps.conf";
- const char* SAP_CONF_FILE = "/etc/sap.conf";
- UTIL_READ_CONF(GPS_CONF_FILE, mGps_conf_table);
- UTIL_READ_CONF(SAP_CONF_FILE, mSap_conf_table);
+ UTIL_READ_CONF(LOC_PATH_GPS_CONF, mGps_conf_table);
+ UTIL_READ_CONF(LOC_PATH_SAP_CONF, mSap_conf_table);
}
uint32_t ContextBase::getCarrierCapabilities() {