X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=3536d7a46b8f79bcececf6ba5c59667c8e9a4dec;hb=3bc0da80d96841aca4227c3db5681f3d50150b4b;hp=2b454dce3ec2b09aefb68a3465808b6c51a66d90;hpb=478f0f209366379406b5449cbeb1502b60107bb8;p=platform%2Fframework%2Fweb%2Fwrt-plugins-common.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b454dc..3536d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,8 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/src/CommonsJavaScript ${CMAKE_CURRENT_SOURCE_DIR}/src/plugin-loading ${CMAKE_CURRENT_SOURCE_DIR}/src/js-overlay - ${CMAKE_CURRENT_SOURCE_DIR}/src/wrt-popup/ace/popup-runner) + ${CMAKE_CURRENT_SOURCE_DIR}/src/wrt-popup/ace/popup-runner + ${CMAKE_CURRENT_SOURCE_DIR}/src/plugins_ipc_message) ############################################################################## # Build type @@ -151,6 +152,7 @@ configure_and_install_pkg(wrt-popup-runner.pc) configure_and_install_pkg(wrt-popup-ace-runner.pc) configure_and_install_pkg(wrt-popup-wrt-runner.pc) configure_and_install_pkg(wrt-plugins-api-support.pc) +configure_and_install_pkg(wrt-plugins-ipc-message.pc) ################################################################################ # Cache @@ -159,6 +161,14 @@ set(PLATFORM "${PLATFORM}" CACHE STRING "Target platform" FORCE) set(CMAKE_CONFIG_FILE_NAME "${CMAKE_CONFIG_FILE_NAME}" CACHE STRING "CMake configuration file name." FORCE) +################################################################################ +# SMACK rule + +INSTALL(FILES ${CMAKE_SOURCE_DIR}/wrt-popup-ace-runtime.rule DESTINATION /etc/smack/accesses2.d) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/wrt-popup-wrt-runtime.rule DESTINATION /etc/smack/accesses2.d) +# temp for smack branch +INSTALL(FILES ${CMAKE_SOURCE_DIR}/accesses.d/wrt-popup-ace-runtime.rule DESTINATION /opt/etc/smack/accesses.d) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/accesses.d/wrt-popup-wrt-runtime.rule DESTINATION /opt/etc/smack/accesses.d) ################################################################################ # Summary