diff options
author | Jin Yoon <jinny.yoon@samsung.com> | 2017-07-14 09:59:36 +0900 |
---|---|---|
committer | Jin Yoon <jinny.yoon@samsung.com> | 2017-07-14 09:59:36 +0900 |
commit | 628d2774a1089e67799cb8664a54a21e6297809c (patch) | |
tree | 941ed3fb5c4cb49aacf377129ca40d67a1382070 | |
parent | 101467ea3e01e4e4eb6c30daa9d539e7cf83a3ee (diff) | |
download | rcc-628d2774a1089e67799cb8664a54a21e6297809c.tar.gz rcc-628d2774a1089e67799cb8664a54a21e6297809c.tar.bz2 rcc-628d2774a1089e67799cb8664a54a21e6297809c.zip |
Maintain only server's cbor file for connectivity
Change-Id: Ic787fb01ff0c092955cf46b8830474b7dd9bb057
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | packaging/org.tizen.position-finder-server.spec | 4 | ||||
-rw-r--r-- | res/iotcon-test-svr-db-client.dat | bin | 2477 -> 0 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1952ce..285988a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,5 @@ INSTALL(FILES ${PROJECT_ROOT_DIR}/tizen-manifest.xml DESTINATION ${SYS_PACKAGES_ INSTALL(DIRECTORY DESTINATION ${PREFIX}/data) INSTALL(FILES ${PROJECT_ROOT_DIR}/shared/res/position_finder_server.png DESTINATION ${SYS_ICONS_DIR}) INSTALL(FILES ${PROJECT_ROOT_DIR}/res/iotcon-test-svr-db-server.dat DESTINATION ${INSTALL_RESDIR}) -INSTALL(FILES ${PROJECT_ROOT_DIR}/res/iotcon-test-svr-db-client.dat DESTINATION ${INSTALL_RESDIR}) # End of a file diff --git a/packaging/org.tizen.position-finder-server.spec b/packaging/org.tizen.position-finder-server.spec index c787fbe..4a97b6e 100644 --- a/packaging/org.tizen.position-finder-server.spec +++ b/packaging/org.tizen.position-finder-server.spec @@ -61,14 +61,16 @@ make %{?jobs:-j%jobs} %post /sbin/ldconfig +chsmack -a "User::App::Shared" %{_pkg_dir}/res/*.dat +chmod 666 %{_pkg_dir}/res/*.dat %postun -p /sbin/ldconfig %files %manifest org.tizen.position-finder-server.manifest +%{_pkg_dir}/res/*.dat %defattr(-,root,root,-) %{_pkg_dir}/bin/position-finder-server -%{_pkg_dir}/res/*.dat %{_sys_packages_dir}/org.tizen.position-finder-server.xml %{_sys_icons_dir}/position_finder_server.png %{_pkg_dir}/author-signature.xml diff --git a/res/iotcon-test-svr-db-client.dat b/res/iotcon-test-svr-db-client.dat Binary files differdeleted file mode 100644 index 9d1379a..0000000 --- a/res/iotcon-test-svr-db-client.dat +++ /dev/null |