IPACM: move the socket location in Android

For SEAndroid requirement, IPACM needs to
move the socket under path /dev/socket
to send msg.

Change-Id: I4928465e4da617648e3fe801d8f55440cdebec32
diff --git a/ipacm/inc/IPACM_Log.h b/ipacm/inc/IPACM_Log.h
index 1a49374..f2ed773 100644
--- a/ipacm/inc/IPACM_Log.h
+++ b/ipacm/inc/IPACM_Log.h
@@ -53,7 +53,7 @@
 #define MAX_BUF_LEN 256
 
 #ifdef FEATURE_IPA_ANDROID
-#define IPACMLOG_FILE "/data/ipacm_log_file"
+#define IPACMLOG_FILE "/dev/socket/ipacm_log_file"
 #else/* defined(FEATURE_IPA_ANDROID) */
 #define IPACMLOG_FILE "/etc/ipacm_log_file"
 #endif /* defined(NOT FEATURE_IPA_ANDROID)*/
diff --git a/ipacm/src/IPACM_Main.cpp b/ipacm/src/IPACM_Main.cpp
index 1a1dd03..201334e 100644
--- a/ipacm/src/IPACM_Main.cpp
+++ b/ipacm/src/IPACM_Main.cpp
@@ -126,7 +126,7 @@
 #define IPACM_FIREWALL_FILE_NAME    "mobileap_firewall.xml"
 #define IPACM_CFG_FILE_NAME    "IPACM_cfg.xml"
 #ifdef FEATURE_IPA_ANDROID
-#define IPACM_PID_FILE "/data/ipacm.pid"
+#define IPACM_PID_FILE "/data/ipa/ipacm.pid"
 #define IPACM_DIR_NAME     "/data"
 #else/* defined(FEATURE_IPA_ANDROID) */
 #define IPACM_PID_FILE "/etc/ipacm.pid"