Fix xml filename definition properly in header 55/72155/1
authorSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 31 May 2016 04:34:51 +0000 (13:34 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 31 May 2016 04:39:12 +0000 (13:39 +0900)
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Change-Id: I23f3f60890b3106c4c14377c5c7843aa507ad62d

include/dpm-toolkit.h

index b5c5542..a30bf78 100755 (executable)
@@ -45,7 +45,7 @@
 #define POLICY_RESULT_FAIL             -1
 #define POLICY_RESULT_NONE             100
 
-#define POLICY_XML_FILE_PATH "/usr/apps/org.tizen.dpm-toolkit/test.xml"
+#define POLICY_XML_FILE_PATH "/usr/apps/org.tizen.dpm-toolkit/dpm-toolkit.xml"
 
 typedef struct xtk_policy {
        const char* id;