tizen beta release
[framework/web/wrt-commons.git] / tests / ace / test-configuration / CMakeLists.txt
1 # Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14 #
15 INSTALL(FILES
16     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-example.xml
17     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-wac-2.0.xml
18     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example.xml
19     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-example2.xml
20     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-example3.xml
21     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy_example.xml
22     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/general-test.xml
23     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/interceptpolicy.xml
24     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-test.xml
25     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/policy-test-gsettings.xml
26     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attre_config.xml
27     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example1.xml
28     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example2.xml
29     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example3.xml
30     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example4.xml
31     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example5.xml
32     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example6.xml
33     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example7.xml
34     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/attr_policy-example8.xml
35     ${PROJECT_SOURCE_DIR}/tests/ace/test-configuration/undefined-test.xml
36     DESTINATION /usr/etc/ace
37     PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE
38   )
39
40 ADD_SUBDIRECTORY(CMTest)