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 46cc0bab486d308f89a080443d6e94be3803d758..28437be6b9957a7b09ddd17de210dd6a1d9d3330 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 2324a8223c609a84521f8a7ad30978c7dfd8fe72..48e1d1804bcb64bdb74bc63739a671a025fb71e6 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 8fd54a263ccb943c6bc25982a8f2f25022a8cb88..81a7cde14bb7bcd1e2a7cd05ce02231e62256754 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 ced6751e7cf352c37c528d385442b74906c834cb..19017ba07a312d59d063ae66fa49497600411126 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 1eac4f779e933a7591c159e5895c799e40887b36..36874e74cb560491d94eb12505b2523a692c7d16 100755 (executable)
@@ -18,7 +18,6 @@
 #define __TIZEN_MULTIMEDIA_MEDIA_CONTROLLER_TYPE_H__
 
 #include <tizen.h>
-#include <bundle.h>
 
 #ifdef __cplusplus
 extern "C" {