Remove the legacy agent service implementation
[platform/core/context/context-service.git] / src / agent / CMakeLists.txt
index c476073..69d426e 100644 (file)
@@ -2,22 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
 SET(target "contextd-agent")
 
-SET(DEPS glib-2.0 gio-2.0 dlog capi-base-common)
-
-# Legacy support
-SET(DEPS ${DEPS}
-       gmodule-2.0
-       vconf
-       cynara-creds-gdbus
-       cynara-client
-       cynara-session
-       capi-system-device
-       capi-appfw-app-manager
-       capi-appfw-package-manager
-       notification
-       context-common-legacy
-)
-# ---
+SET(DEPS glib-2.0 gio-2.0 gmodule-2.0 dlog capi-base-common)
 
 FILE(GLOB_RECURSE SRCS *.cpp)
 MESSAGE("Sources: ${SRCS}")