Include bundle_internal.h for internal bundle apis 17/54317/1 accepted/tizen/ivi/20160218.023320 accepted/tizen/mobile/20151217.023657 accepted/tizen/tv/20151217.023713 accepted/tizen/wearable/20151217.023740 submit/tizen/20151214.084555 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Dec 2015 01:40:04 +0000 (10:40 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Dec 2015 01:40:04 +0000 (10:40 +0900)
Some bundle apis are platform internal apis
and we need to include bundle_internal.h to use them

Change-Id: Ibcd50fc0e4d55c0c16b284cb698b74a6050e9c8b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
syspopup-app/CMakeLists.txt
syspopup-app/src/syspopup-app.c
test/test.c

index 4086ef1..a12a6fe 100644 (file)
@@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/syspopup)
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(syspopup_app_pkgs REQUIRED
+       bundle
        capi-appfw-application
        elementary
        capi-system-system-settings)
index 1c9e414..4f2e454 100755 (executable)
@@ -24,6 +24,7 @@
 #include <app_control_internal.h>
 #include <Elementary.h>
 #include <system_settings.h>
+#include <bundle_internal.h>
 
 #include "syspopup.h"
 #include "syspopup-app.h"
index e9db385..6a620c4 100755 (executable)
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <bundle.h>
+#include <bundle_internal.h>
 #include "syspopup_caller.h"
 
 static void usage(void)