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