afm-launch: refactoring launch
[src/app-framework-main.git] / CMakeLists.txt
index 2e6995c..48cb270 100644 (file)
@@ -29,6 +29,7 @@ macro(setc name value)
 endmacro(setc)
 
 setc(USE_LIBZIP 1)
+setc(USE_SIMULATION 1)
 
 setc(afm_name                "aglfwk")
 setc(afm_confdir             "${CMAKE_INSTALL_FULL_SYSCONFDIR}/${afm_name}")
@@ -52,7 +53,9 @@ defstr(FWK_ICON_DIR            "${afm_icondir}")
 defstr(FWK_APP_DIR             "${afm_appdir}")
 defstr(FWK_USER_APP_DIR        "${afm_user_appdir}")
 defstr(WGTPKG_TRUSTED_CERT_DIR "${wgtpkg_trusted_cert_dir}")
+defstr(FWK_LAUNCH_CONF         "${afm_confdir}/afm-launch.conf")
 
 add_subdirectory(src)
+add_subdirectory(conf)