Tizen 2.1 base
[framework/web/wrt-commons.git] / modules / ace / include / dpl / ace / Constants.h
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  *    Licensed under the Apache License, Version 2.0 (the "License");
5  *    you may not use this file except in compliance with the License.
6  *    You may obtain a copy of the License at
7  *
8  *        http://www.apache.org/licenses/LICENSE-2.0
9  *
10  *    Unless required by applicable law or agreed to in writing, software
11  *    distributed under the License is distributed on an "AS IS" BASIS,
12  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  *    See the License for the specific language governing permissions and
14  *    limitations under the License.
15  */
16 /**
17  * @file        Constants.h
18  * @author      Piotr Fatyga (p.fatyga@samsung.com)
19  * @version     0.1
20  * @brief
21  */
22
23 #ifndef _CONSTANTS_H
24 #define    _CONSTANTS_H
25
26 #define ACE_MAIN_STORAGE "/usr/etc/ace"
27 #define ACE_CONFIGURATION_PATH ACE_MAIN_STORAGE "/config.xml"
28 #define ACE_CONFIGURATION_DTD ACE_MAIN_STORAGE "/config.dtd"
29 #define ACE_DTD_LOCATION ACE_MAIN_STORAGE "/bondixml.dtd"
30
31 /////////////////FOR GUI//////////////////////
32
33 #define MYSTERIOUS_BITMAP "/usr/apps/org.tizen.policy/d.png"
34 #define MYSTERIOUS_BITMAP2 "/usr/apps/org.tizen.policy/file.png"
35
36 ///////////////////FOR TESTS//////////////////////////
37
38 #define COMBINER_TEST "/usr/etc/ace/CMTest/com_general-test.xml"
39 #define CONFIGURATION_MGR_TEST_PATH "/usr/etc/ace/CMTest/"
40 #define CONFIGURATION_MGR_TEST_CONFIG ACE_MAIN_STORAGE "/CMTest/pms_config.xml"
41 #define CONFIGURATION_MGR_TEST_POLICY_STORAGE ACE_MAIN_STORAGE "/CMTest/active"
42 #define CONFIGURATION_MGR_TEST_POLICY_STORAGE_MOVED ACE_MAIN_STORAGE \
43     "/CMTest/activeMoved"
44 #define CONFIGURATION_MGR_TEST_POLICY CONFIGURATION_MGR_TEST_POLICY_STORAGE \
45     "/pms_general-test.xml"
46 #define POLICIES_TO_SIGN_DIR ACE_MAIN_STORAGE "/SignerTests/"
47
48 #define OUTPUT_DIR ACE_MAIN_STORAGE "/SignerTests/signedPolicies/"
49 #define PRIVATE_KEY_DIR ACE_MAIN_STORAGE "/SignerTests/PrvKey/"
50 #define X509_DATA_BASE_DIR ACE_MAIN_STORAGE "/SignerTests/X509Data/"
51
52 #endif    /* _CONSTANTS_H */
53