Imported Upstream version 1.1.1
[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                             "href": "/oic/ad",
28                             "rel": "",
29                             "rt": ["oic.wk.ad"],
30                             "if": ["oic.if.baseline"]
31                         },
32                         {
33                             "href": "/oic/sec/acl",
34                             "rel": "",
35                             "rt": ["oic.r.acl"],
36                             "if": ["oic.if.baseline"]
37                         },
38                         {
39                             "href": "/oic/res/types/d",
40                             "rel": "",
41                             "rt": ["oic.wk.res"],
42                             "if": ["oic.if.baseline"]
43                         }
44                     ],
45                     "permission": 2
46                 },
47                 {
48                     "subjectuuid": "*",
49                     "resources": [
50                         {
51                             "href": "/oic/sec/doxm",
52                             "rel": "",
53                             "rt": ["oic.r.doxm"],
54                             "if": ["oic.if.baseline"]
55                         },
56                         {
57                             "href": "/oic/sec/pstat",
58                             "rel": "",
59                             "rt": ["oic.r.pstat"],
60                             "if": ["oic.if.baseline"]
61                         }
62                     ],
63                     "permission": 2
64                 }
65             ]
66         },
67         "rowneruuid" : "61646d69-6e44-6576-6963-655575696430"
68     },
69     "pstat": {
70         "isop": true,
71         "deviceuuid": "61646d69-6e44-6576-6963-655575696430",
72         "rowneruuid": "61646d69-6e44-6576-6963-655575696430",
73         "cm": 0,
74         "tm": 0,
75         "om": 3,
76         "sm": 3
77         },
78     "doxm": {
79         "oxms": [0],
80         "oxmsel": 0,
81         "sct": 1,
82         "owned": true,
83         "deviceuuid": "61646d69-6e44-6576-6963-655575696430",
84         "devowneruuid": "61646d69-6e44-6576-6963-655575696430",
85         "rowneruuid": "61646d69-6e44-6576-6963-655575696430",
86         "x.org.iotivity.dpc": false
87     }
88 }