fix: Incorrect path to ehub socket directory
Change-Id: I58b41c4a8de8b51c8a6effe989182ea5942cff6e CRs-Fixed: 2196048
This commit is contained in:
parent
23d026b988
commit
f93ec50a05
1 changed files with 1 additions and 1 deletions
|
@ -1495,7 +1495,7 @@ typedef void (*LocAgpsCloseResultCb)(bool isSuccess, AGpsExtType agpsType, void*
|
||||||
#define LOC_IPC_XTRA "/dev/socket/location/xtra/socket_xtra"
|
#define LOC_IPC_XTRA "/dev/socket/location/xtra/socket_xtra"
|
||||||
|
|
||||||
#define SOCKET_DIR_LOCATION "/dev/socket/location/"
|
#define SOCKET_DIR_LOCATION "/dev/socket/location/"
|
||||||
#define SOCKET_DIR_EHUB "/dev/socket/location/ehub"
|
#define SOCKET_DIR_EHUB "/dev/socket/location/ehub/"
|
||||||
#define SOCKET_TO_LOCATION_HAL_DAEMON "/dev/socket/location/hal_daemon"
|
#define SOCKET_TO_LOCATION_HAL_DAEMON "/dev/socket/location/hal_daemon"
|
||||||
|
|
||||||
#define SOCKET_DIR_TO_CLIENT "/dev/socket/loc_client/"
|
#define SOCKET_DIR_TO_CLIENT "/dev/socket/loc_client/"
|
||||||
|
|
Loading…
Reference in a new issue