Remove unused source
[framework/web/wrt-installer.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 42f35a5..929571e
@@ -20,6 +20,8 @@
 
 SET(TARGET_INSTALLER "wrt-installer")
 
+OPTION(LB_SUPPORT "lb support" OFF)
+
 SET(INSTALLER_SRC_DIR
     ${PROJECT_SOURCE_DIR}/src
     )
@@ -52,7 +54,6 @@ SET(INSTALLER_SOURCES
     ${INSTALLER_CONFIG_PARSER}/ignoring_parser.cpp
     ${INSTALLER_CONFIG_PARSER}/deny_all_parser.cpp
     ${INSTALLER_CONFIG_PARSER}/libiriwrapper.cpp
-    ${INSTALLER_CONFIG_PARSER}/WidgetConfigurationManager.cpp
     ${INSTALLER_JOBS}/job.cpp
     ${INSTALLER_JOBS}/plugin_install/job_plugin_install.cpp
     ${INSTALLER_JOBS}/plugin_install/plugin_install_task.cpp
@@ -63,7 +64,8 @@ SET(INSTALLER_SOURCES
     ${INSTALLER_JOBS}/widget_install/task_commons.cpp
     ${INSTALLER_JOBS}/widget_install/task_unzip.cpp
     ${INSTALLER_JOBS}/widget_install/task_widget_config.cpp
-    ${INSTALLER_JOBS}/widget_install/task_db_update.cpp
+    ${INSTALLER_JOBS}/widget_install/task_database.cpp
+    ${INSTALLER_JOBS}/widget_install/task_file_manipulation.cpp
     ${INSTALLER_JOBS}/widget_install/task_smack.cpp
     ${INSTALLER_JOBS}/widget_install/task_ace_check.cpp
     ${INSTALLER_JOBS}/widget_install/task_manifest_file.cpp
@@ -73,8 +75,10 @@ SET(INSTALLER_SOURCES
     ${INSTALLER_JOBS}/widget_install/task_recovery.cpp
     ${INSTALLER_JOBS}/widget_install/task_install_ospsvc.cpp
     ${INSTALLER_JOBS}/widget_install/task_update_files.cpp
-    ${INSTALLER_JOBS}/widget_install/task_new_db_insert.cpp
     ${INSTALLER_JOBS}/widget_install/task_remove_backup.cpp
+    ${INSTALLER_JOBS}/widget_install/task_encrypt_resource.cpp
+    ${INSTALLER_JOBS}/widget_install/task_plugins_copy.cpp
+    ${INSTALLER_JOBS}/widget_install/task_certificates.cpp
     ${INSTALLER_JOBS}/widget_install/wac_security.cpp
     ${INSTALLER_JOBS}/widget_install/widget_update_info.cpp
     ${INSTALLER_JOBS}/widget_install/widget_install_popup.cpp
@@ -84,11 +88,13 @@ SET(INSTALLER_SOURCES
     ${INSTALLER_JOBS}/widget_uninstall/task_db_update.cpp
     ${INSTALLER_JOBS}/widget_uninstall/task_smack.cpp
     ${INSTALLER_JOBS}/widget_uninstall/task_uninstall_ospsvc.cpp
+    ${INSTALLER_JOBS}/widget_uninstall/task_delete_certificates.cpp
     ${INSTALLER_SRC_DIR}/logic/installer_logic.cpp
     ${INSTALLER_SRC_DIR}/logic/installer_controller.cpp
     ${INSTALLER_SRC_DIR}/misc/wac_widget_id.cpp
     ${INSTALLER_SRC_DIR}/misc/feature_logic.cpp
     ${INSTALLER_SRC_DIR}/misc/libxml_utils.cpp
+    ${INSTALLER_SRC_DIR}/misc/widget_location.cpp
     ${INSTALLER_SRC_DIR}/pkg-manager/pkgmgr_signal.cpp
     )
 
@@ -100,13 +106,14 @@ PKG_CHECK_MODULES(INSTALLER_STATIC_DEP
     libxml-2.0
     openssl
     dpl-efl
-    vcore
-    wrt-security
+    cert-svc-vcore
+    security-core
     dpl-event-efl
     dpl-utils-efl
     dpl-wrt-dao-ro
     dpl-wrt-dao-rw
-    ace-install
+    dpl-encryption
+    security-install
     ecore-x
     xmlsec1
     libidn
@@ -119,6 +126,7 @@ PKG_CHECK_MODULES(INSTALLER_STATIC_DEP
     pkgmgr-parser
     tapi
     shortcut
+    capi-appfw-app-manager
     REQUIRED
     )