GPS exteneded: add dir name and file prefix for ext ap client

Add directory to be reserved for hal daemon to keep track of
location client sitting on external application processor

Change-Id: I192fb011c786bab1752f0e604b86041a9f4cdc33
CRs-fixed: 2436612
This commit is contained in:
Wei Chen 2019-04-16 13:57:09 -07:00 committed by Gerrit - the friendly Code Review server
parent 82c8af81ee
commit e8c1730e91

View file

@ -2165,7 +2165,9 @@ typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void*
#define SOCKET_DIR_TO_CLIENT "/dev/socket/loc_client/"
#define SOCKET_TO_LOCATION_CLIENT_BASE "/dev/socket/loc_client/toclient"
#define SOCKET_TO_EXTERANL_AP_LOCATION_CLIENT_BASE "/dev/socket/loc_client/extap.toclient"
#define DIR_FOR_EXT_AP_LOC_CLIENT "/data/vendor/location/extap_locclient/"
#define FILE_FOR_EXT_AP_LOC_CLIENT_BASE "/data/vendor/location/extap_locclient/client"
typedef uint64_t NetworkHandle;
#define NETWORK_HANDLE_UNKNOWN ~0