Revert back cbor related patches.
[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 extern const char * SVR_DB_FILE_NAME;
27 extern const char * OIC_MI_DEF;
28
29 //AMACL
30 extern const char * OIC_RSRC_TYPE_SEC_AMACL;
31 extern const char * OIC_RSRC_AMACL_URI;
32 extern const char * OIC_JSON_AMACL_NAME;
33
34 //ACL
35 extern const char * OIC_RSRC_TYPE_SEC_ACL;
36 extern const char * OIC_RSRC_ACL_URI;
37 extern const char * OIC_JSON_ACL_NAME;
38
39 //PSTAT
40 extern const char * OIC_RSRC_TYPE_SEC_PSTAT;
41 extern const char * OIC_RSRC_PSTAT_URI;
42 extern const char * OIC_JSON_PSTAT_NAME;
43
44
45 //DOXM
46 extern const char * OIC_RSRC_TYPE_SEC_DOXM;
47 extern const char * OIC_RSRC_DOXM_URI;
48 extern const char * OIC_JSON_DOXM_NAME;
49
50 //cred
51 extern const char * OIC_RSRC_TYPE_SEC_CRED;
52 extern const char * OIC_RSRC_CRED_URI;
53 extern const char * OIC_JSON_CRED_NAME;
54
55 //CRL
56 extern const char * OIC_RSRC_TYPE_SEC_CRL;
57 extern const char * OIC_RSRC_CRL_URI;
58 extern const char * OIC_JSON_CRL_NAME;
59
60 //SVC
61 extern const char * OIC_RSRC_TYPE_SEC_SVC;
62 extern const char * OIC_RSRC_SVC_URI;
63 extern const char * OIC_JSON_SVC_NAME;
64
65 //PCONF
66 extern const char * OIC_RSRC_TYPE_SEC_PCONF;
67 extern const char * OIC_RSRC_PCONF_URI;
68 extern const char * OIC_JSON_PCONF_NAME;
69
70 //DPAIRING
71 extern const char * OIC_RSRC_TYPE_SEC_DPAIRING;
72 extern const char * OIC_RSRC_DPAIRING_URI;
73 extern const char * OIC_JSON_DPAIRING_NAME;
74
75 extern const char * OIC_JSON_SUBJECT_NAME;
76 extern const char * OIC_JSON_RESOURCES_NAME;
77 extern const char * OIC_JSON_AMSS_NAME;
78 extern const char * OIC_JSON_PERMISSION_NAME;
79 extern const char * OIC_JSON_OWNERS_NAME;
80 extern const char * OIC_JSON_OWNER_NAME;
81 extern const char * OIC_JSON_OWNED_NAME;
82 extern const char * OIC_JSON_OXM_NAME;
83 extern const char * OIC_JSON_OXM_TYPE_NAME;
84 extern const char * OIC_JSON_OXM_SEL_NAME;
85 extern const char * OIC_JSON_DEVICE_ID_FORMAT_NAME;
86 extern const char * OIC_JSON_CREDID_NAME;
87 extern const char * OIC_JSON_ROLEIDS_NAME;
88 extern const char * OIC_JSON_CREDTYPE_NAME;
89 extern const char * OIC_JSON_PUBLICDATA_NAME;
90 extern const char * OIC_JSON_PRIVATEDATA_NAME;
91 extern const char * OIC_JSON_PERIOD_NAME;
92 extern const char * OIC_JSON_PERIODS_NAME;
93 extern const char * OIC_JSON_RECURRENCES_NAME;
94 extern const char * OIC_JSON_ISOP_NAME;
95 extern const char * OIC_JSON_COMMIT_HASH_NAME;
96 extern const char * OIC_JSON_DEVICE_ID_NAME;
97 extern const char * OIC_JSON_CM_NAME;
98 extern const char * OIC_JSON_TM_NAME;
99 extern const char * OIC_JSON_OM_NAME;
100 extern const char * OIC_JSON_SM_NAME;
101 extern const char * OIC_JSON_SERVICE_DEVICE_ID;
102 extern const char * OIC_JSON_SERVICE_TYPE;
103 extern const char * OIC_JSON_SUPPORTED_CRED_TYPE_NAME;
104 extern const char * OIC_JSON_DPC_NAME;
105 extern const char * OIC_JSON_EDP_NAME;
106 extern const char * OIC_JSON_PIN_NAME;
107 extern const char * OIC_JSON_PDACL_NAME;
108 extern const char * OIC_JSON_PDDEV_LIST_NAME;
109 extern const char * OIC_JSON_ROWNER_NAME;
110 extern const char * OIC_JSON_PRM_NAME;
111 extern const char * OIC_JSON_SPM_NAME;
112 extern const char * OIC_JSON_PDEVICE_ID_NAME;
113
114 extern OicUuid_t WILDCARD_SUBJECT_ID;
115 extern size_t WILDCARD_SUBJECT_ID_LEN;
116 extern const char * WILDCARD_RESOURCE_URI;
117
118 //Ownership Transfer Methods
119 extern const char * OXM_JUST_WORKS;
120 extern const char * OXM_RANDOM_DEVICE_PIN;
121 extern const char * OXM_MANUFACTURER_CERTIFICATE;
122
123 extern const char * OIC_SEC_TRUE;
124 extern const char * OIC_SEC_FALSE;
125
126 extern const char * OIC_SEC_REST_QUERY_SEPARATOR;
127 extern char OIC_SEC_REST_QUERY_DELIMETER;
128
129 #endif //IOTVT_SRM_RSRC_STRINGS_H
130