Add bundle in the pc_dependens 95/197195/1
authorhj kim <backto.kim@samsung.com>
Mon, 3 Dec 2018 05:31:30 +0000 (14:31 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 10 Jan 2019 07:32:05 +0000 (07:32 +0000)
Change-Id: I968283bfca93ca4d921d3b1e50721dc9227dedd1
(cherry picked from commit 00f4bbb3008be0a51dae1f601f2bcb5e744ec52c)

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 db317ad6071af4a51c99b5927956fa344fe9ed09..10cf55ffbfcc8f9b21d8d7f78aa770f62fb41267 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 bb6ba70d088614a3fb64c517a25322e59ee77a71..d508a54f88bd3d5aa845a0c157c521deaca4d744 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 b20ac78670326cbf41ff9ba481a9217e36fe251d..18216e7de8a5b285f07bef11080953ab1dc0f38a 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 ba9b41e77b9463f7e42339dc56b5cfc06af0d80f..d8538f8b95bb98d6583ad1651cdb9bd2787d677f 100755 (executable)
@@ -18,7 +18,6 @@
 #define __TIZEN_MULTIMEDIA_MEDIA_CONTROLLER_TYPE_H__
 
 #include <tizen.h>
-#include <bundle.h>
 
 #ifdef __cplusplus
 extern "C" {