SET(service "media")
SET(submodule "controller")
+SET(fw_name "${project_prefix}-${service}-${submodule}")
+
# for package file
SET(dependents "capi-base-common glib-2.0 gio-2.0 dlog sqlite3 db-util aul bundle libtzplatform-config cynara-client cynara-session cynara-creds-socket uuid")
-SET(fw_name "${project_prefix}-${service}-${submodule}")
+SET(pc_dependents "capi-base-common")
PROJECT(${fw_name})
)
SET(PC_NAME ${fw_name})
-SET(PC_REQUIRED ${dependents})
+SET(PC_REQUIRED ${pc_dependents})
SET(PC_LDFLAGS -l${fw_name})
SET(PC_CFLAGS -I\${includedir}/${service})