Add bundle in the pc_dependens 18/194318/1 accepted/tizen/unified/20181204.063759 submit/tizen/20181203.065437
authorhj kim <backto.kim@samsung.com>
Mon, 3 Dec 2018 05:31:30 +0000 (14:31 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 3 Dec 2018 05:31:30 +0000 (14:31 +0900)
Change-Id: I968283bfca93ca4d921d3b1e50721dc9227dedd1

CMakeLists.txt
include/media_controller_client.h
include/media_controller_metadata.h
include/media_controller_server.h
include/media_controller_type.h

index 46cc0ba..28437be 100755 (executable)
@@ -27,7 +27,7 @@ SET(fw_name "${project_prefix}-${service}-${submodule}")
 
 # for package file
 SET(dependents "capi-base-common glib-2.0 gio-2.0 dlog sqlite3 aul bundle libtzplatform-config cynara-client cynara-session cynara-creds-socket uuid")
-SET(pc_dependents "capi-base-common")
+SET(pc_dependents "capi-base-common bundle")
 
 PROJECT(${fw_name})
 
index 2324a82..48e1d18 100755 (executable)
@@ -20,6 +20,7 @@
 #include <media_controller_type.h>
 #include <media_controller_playlist.h>
 #include <media_controller_metadata.h>
+#include <bundle.h>
 
 
 #ifdef __cplusplus
index 8fd54a2..81a7cde 100755 (executable)
@@ -18,6 +18,7 @@
 #define __TIZEN_MULTIMEDIA_MEDIA_CONTROLLER_METADATA_H__
 
 #include <media_controller_type.h>
+#include <bundle.h>
 
 #ifdef __cplusplus
 extern "C" {
index ced6751..19017ba 100755 (executable)
@@ -20,6 +20,7 @@
 #include <media_controller_type.h>
 #include <media_controller_playlist.h>
 #include <media_controller_metadata.h>
+#include <bundle.h>
 
 
 #ifdef __cplusplus
index 1eac4f7..36874e7 100755 (executable)
@@ -18,7 +18,6 @@
 #define __TIZEN_MULTIMEDIA_MEDIA_CONTROLLER_TYPE_H__
 
 #include <tizen.h>
-#include <bundle.h>
 
 #ifdef __cplusplus
 extern "C" {