Prepare for merge. Improved consistency and style.
[platform/upstream/iotivity.git] / resource / csdk / security / include / internal / srmresourcestrings.h
1 //******************************************************************
2 //
3 // Copyright 2015 Intel Mobile Communications GmbH All Rights Reserved.
4 //
5 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6 //
7 // Licensed under the Apache License, Version 2.0 (the "License");
8 // you may not use this file except in compliance with the License.
9 // You may obtain a copy of the License at
10 //
11 //      http://www.apache.org/licenses/LICENSE-2.0
12 //
13 // Unless required by applicable law or agreed to in writing, software
14 // distributed under the License is distributed on an "AS IS" BASIS,
15 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 // See the License for the specific language governing permissions and
17 // limitations under the License.
18 //
19 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20
21 #ifndef IOTVT_SRM_RSRC_STRINGS_H
22 #define IOTVT_SRM_RSRC_STRINGS_H
23
24 #include "securevirtualresourcetypes.h"
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
30 extern const char * SVR_DB_FILE_NAME;
31 extern const char * SVR_DB_DAT_FILE_NAME;
32 extern const char * OIC_MI_DEF;
33
34 //AMACL
35 extern const char * OIC_RSRC_TYPE_SEC_AMACL;
36 extern const char * OIC_RSRC_AMACL_URI;
37 extern const char * OIC_JSON_AMACL_NAME;
38
39 //ACL
40 extern const char * OIC_RSRC_TYPE_SEC_ACL;
41 extern const char * OIC_RSRC_ACL_URI;
42 extern const char * OIC_JSON_ACL_NAME;
43 extern const char * OIC_JSON_ACLIST_NAME;
44 extern const char * OIC_JSON_ACES_NAME;
45
46 //PSTAT
47 extern const char * OIC_RSRC_TYPE_SEC_PSTAT;
48 extern const char * OIC_RSRC_PSTAT_URI;
49 extern const char * OIC_JSON_PSTAT_NAME;
50
51
52 //DOXM
53 extern const char * OIC_RSRC_TYPE_SEC_DOXM;
54 extern const char * OIC_RSRC_DOXM_URI;
55 extern const char * OIC_JSON_DOXM_NAME;
56
57 //cred
58 extern const char * OIC_RSRC_TYPE_SEC_CRED;
59 extern const char * OIC_RSRC_CRED_URI;
60 extern const char * OIC_JSON_CRED_NAME;
61 extern const char * OIC_JSON_CREDS_NAME;
62
63 //CRL
64 extern const char * OIC_RSRC_TYPE_SEC_CRL;
65 extern const char * OIC_RSRC_CRL_URI;
66 extern const char * OIC_JSON_CRL_NAME;
67
68 //SACL
69 extern const char * OIC_RSRC_TYPE_SEC_SACL;
70 extern const char * OIC_RSRC_SACL_URI;
71 extern const char * OIC_JSON_SACL_NAME;
72
73 //SVC
74 extern const char * OIC_RSRC_TYPE_SEC_SVC;
75 extern const char * OIC_RSRC_SVC_URI;
76 extern const char * OIC_JSON_SVC_NAME;
77
78 //PCONF
79 extern const char * OIC_RSRC_TYPE_SEC_PCONF;
80 extern const char * OIC_RSRC_PCONF_URI;
81 extern const char * OIC_JSON_PCONF_NAME;
82
83 //DPAIRING
84 extern const char * OIC_RSRC_TYPE_SEC_DPAIRING;
85 extern const char * OIC_RSRC_DPAIRING_URI;
86 extern const char * OIC_JSON_DPAIRING_NAME;
87
88 //version
89 extern const char * OIC_RSRC_TYPE_SEC_VER;
90 extern const char * OIC_RSRC_VER_URI;
91 extern const char * OIC_JSON_VER_NAME;
92
93 extern const char * OIC_JSON_SUBJECT_NAME;
94 extern const char * OIC_JSON_SUBJECTID_NAME;
95 extern const char * OIC_JSON_RESOURCES_NAME;
96 extern const char * OIC_JSON_AMSS_NAME;
97 extern const char * OIC_JSON_AMS_NAME;
98 extern const char * OIC_JSON_PERMISSION_NAME;
99 extern const char * OIC_JSON_OWNERS_NAME;
100 extern const char * OIC_JSON_OWNER_NAME;
101 extern const char * OIC_JSON_DEVOWNERID_NAME;
102 extern const char * OIC_JSON_OWNED_NAME;
103 extern const char * OIC_JSON_OXM_NAME;
104 extern const char * OIC_JSON_OXMS_NAME;
105 extern const char * OIC_JSON_OXM_TYPE_NAME;
106 extern const char * OIC_JSON_OXM_SEL_NAME;
107 extern const char * OIC_JSON_DEVICE_ID_FORMAT_NAME;
108 extern const char * OIC_JSON_CREDID_NAME;
109 extern const char * OIC_JSON_ROLEIDS_NAME;
110 extern const char * OIC_JSON_CREDTYPE_NAME;
111 extern const char * OIC_JSON_PUBLICDATA_NAME;
112 extern const char * OIC_JSON_PRIVATEDATA_NAME;
113 extern const char * OIC_JSON_PUBDATA_NAME;
114 extern const char * OIC_JSON_PRIVDATA_NAME;
115 extern const char * OIC_JSON_OPTDATA_NAME;
116 extern const char * OIC_JSON_CRMS_NAME;
117 extern const char * OIC_JSON_PERIOD_NAME;
118 extern const char * OIC_JSON_PERIODS_NAME;
119 extern const char * OIC_JSON_RECURRENCES_NAME;
120 extern const char * OIC_JSON_ISOP_NAME;
121 extern const char * OIC_JSON_COMMIT_HASH_NAME;
122 extern const char * OIC_JSON_DEVICE_ID_NAME;
123 extern const char * OIC_JSON_CM_NAME;
124 extern const char * OIC_JSON_TM_NAME;
125 extern const char * OIC_JSON_OM_NAME;
126 extern const char * OIC_JSON_SM_NAME;
127 extern const char * OIC_JSON_SERVICE_DEVICE_ID;
128 extern const char * OIC_JSON_SERVICE_TYPE;
129 extern const char * OIC_JSON_SUPPORTED_CRED_TYPE_NAME;
130 extern const char * OIC_JSON_DPC_NAME;
131 extern const char * OIC_JSON_EDP_NAME;
132 extern const char * OIC_JSON_PIN_NAME;
133 extern const char * OIC_JSON_PDACL_NAME;
134 extern const char * OIC_JSON_PDDEV_LIST_NAME;
135 extern const char * OIC_JSON_ROWNER_NAME;
136 extern const char * OIC_JSON_PRM_NAME;
137 extern const char * OIC_JSON_SPM_NAME;
138 extern const char * OIC_JSON_PDEVICE_ID_NAME;
139 extern const char * OIC_JSON_RLIST_NAME;
140 extern const char * OIC_JSON_HREF_NAME;
141 extern const char * OIC_JSON_REL_NAME;
142 extern const char * OIC_JSON_RT_NAME;
143 extern const char * OIC_JSON_IF_NAME;
144 extern const char * OIC_JSON_ROWNERID_NAME;
145 extern const char * OIC_JSON_ENCODING_NAME;
146 extern const char * OIC_JSON_DATA_NAME;
147 extern const char * OIC_JSON_SEC_V_NAME;
148
149 extern const char * OIC_JSON_EMPTY_STRING;
150
151 extern OicUuid_t WILDCARD_SUBJECT_ID;
152 extern OicUuid_t WILDCARD_SUBJECT_B64_ID;
153 extern size_t WILDCARD_SUBJECT_ID_LEN;
154 extern const char * WILDCARD_RESOURCE_URI;
155
156 //Ownership Transfer Methods
157 extern const char * OXM_JUST_WORKS;
158 extern const char * OXM_RANDOM_DEVICE_PIN;
159 extern const char * OXM_MANUFACTURER_CERTIFICATE;
160
161 extern const char * OIC_SEC_ENCODING_BASE64;
162 extern const char * OIC_SEC_ENCODING_RAW;
163
164 extern const char * OIC_SEC_TRUE;
165 extern const char * OIC_SEC_FALSE;
166
167 extern const char * OIC_SEC_REST_QUERY_SEPARATOR;
168 extern char OIC_SEC_REST_QUERY_DELIMETER;
169
170 //Security Version
171 extern const char * DEFAULT_SEC_VERSION;
172
173 #ifdef __cplusplus
174 }
175 #endif
176
177 #endif //IOTVT_SRM_RSRC_STRINGS_H
178