replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / mediator / android / EasySetup / app / src / main / assets / oic_svr_db_client.json
1 {
2     "acl": {
3         "aclist": {
4             "aces": [
5                 {
6                     "subjectuuid": "*",
7                     "resources": [
8                         {
9                             "href": "/oic/res",
10                             "rel": "",
11                             "rt": ["oic.wk.res"],
12                             "if": ["oic.if.ll"]
13                         },
14                         {
15                             "href": "/oic/d",
16                             "rel": "",
17                             "rt": ["oic.wk.d"],
18                             "if": ["oic.if.baseline", "oic.if.r"]
19                         },
20                         {
21                             "href": "/oic/p",
22                             "rel": "",
23                             "rt": ["oic.wk.p"],
24                             "if": ["oic.if.baseline", "oic.if.r"]
25                         }
26                     ],
27                     "permission": 2
28                 },
29                 {
30                     "subjectuuid": "*",
31                     "resources": [
32                         {
33                             "href": "/oic/sec/doxm",
34                             "rel": "",
35                             "rt": ["oic.r.doxm"],
36                             "if": ["oic.if.baseline"]
37                         },
38                         {
39                             "href": "/oic/sec/pstat",
40                             "rel": "",
41                             "rt": ["oic.r.pstat"],
42                             "if": ["oic.if.baseline"]
43                         }
44                     ],
45                     "permission": 2
46                 }
47             ]
48         },
49         "rowneruuid" : "61646d69-6e44-6576-6963-655575696430"
50     },
51     "pstat": {
52         "isop": true,
53         "deviceuuid": "61646d69-6e44-6576-6963-655575696430",
54         "rowneruuid": "61646d69-6e44-6576-6963-655575696430",
55         "cm": 0,
56         "tm": 0,
57         "om": 4,
58         "sm": 4
59         },
60     "doxm": {
61         "oxms": [0],
62         "oxmsel": 0,
63         "sct": 1,
64         "owned": true,
65         "deviceuuid": "61646d69-6e44-6576-6963-655575696430",
66         "devowneruuid": "61646d69-6e44-6576-6963-655575696430",
67         "rowneruuid": "61646d69-6e44-6576-6963-655575696430"
68     }
69 }