From: Philippe Coval Date: Fri, 18 Aug 2017 12:02:40 +0000 (+0200) Subject: IPCA: Convert JSON file to UNIX format X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80e11aa236bcdf675e440e42efb9c0d40eb2da43;p=platform%2Fupstream%2Fiotivity.git IPCA: Convert JSON file to UNIX format Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I4e95cda451f0ec2ba3f0363de748fe68c15869a4 Signed-off-by: Philippe Coval --- diff --git a/resource/IPCA/samples/ElevatorServer/ElevatorServerSecurityDB.json b/resource/IPCA/samples/ElevatorServer/ElevatorServerSecurityDB.json index 44a42fbfa..bcd4e6988 100644 --- a/resource/IPCA/samples/ElevatorServer/ElevatorServerSecurityDB.json +++ b/resource/IPCA/samples/ElevatorServer/ElevatorServerSecurityDB.json @@ -1,62 +1,62 @@ -{ - "acl": { - "aclist2": [ - { - "aceid": 1, - "subject": { "conntype": "anon-clear" }, - "resources": [ - { "href": "/oic/res" }, - { "href": "/oic/d" }, - { "href": "/oic/p"} - ], - "permission": 2 - }, - { - "aceid": 2, - "subject": { "conntype": "auth-crypt" }, - "resources": [ - { "href": "/oic/res" }, - { "href": "/oic/d" }, - { "href": "/oic/p"} - ], - "permission": 2 - }, - { - "aceid": 3, - "subject": { "conntype": "anon-clear" }, - "resources": [ - { "href": "/oic/sec/doxm" } - ], - "permission": 14 - }, - { - "aceid": 4, - "subject": { "conntype": "auth-crypt" }, - "resources": [ - { "href": "/oic/sec/doxm" }, - { "href": "/oic/sec/roles" } - ], - "permission": 14 - } - ], - "rowneruuid": "" - }, - "pstat": { - "dos": {"s": 1, "p": false}, - "isop": false, - "cm": 2, - "tm": 0, - "om": 4, - "sm": 4, - "rowneruuid": "" - }, - "doxm": { - "oxms": [0, 1, 65280], - "oxmsel": 0, - "sct": 9, - "owned": false, - "deviceuuid": "", - "devowneruuid": "", - "rowneruuid": "" - } +{ + "acl": { + "aclist2": [ + { + "aceid": 1, + "subject": { "conntype": "anon-clear" }, + "resources": [ + { "href": "/oic/res" }, + { "href": "/oic/d" }, + { "href": "/oic/p"} + ], + "permission": 2 + }, + { + "aceid": 2, + "subject": { "conntype": "auth-crypt" }, + "resources": [ + { "href": "/oic/res" }, + { "href": "/oic/d" }, + { "href": "/oic/p"} + ], + "permission": 2 + }, + { + "aceid": 3, + "subject": { "conntype": "anon-clear" }, + "resources": [ + { "href": "/oic/sec/doxm" } + ], + "permission": 14 + }, + { + "aceid": 4, + "subject": { "conntype": "auth-crypt" }, + "resources": [ + { "href": "/oic/sec/doxm" }, + { "href": "/oic/sec/roles" } + ], + "permission": 14 + } + ], + "rowneruuid": "" + }, + "pstat": { + "dos": {"s": 1, "p": false}, + "isop": false, + "cm": 2, + "tm": 0, + "om": 4, + "sm": 4, + "rowneruuid": "" + }, + "doxm": { + "oxms": [0, 1, 65280], + "oxmsel": 0, + "sct": 9, + "owned": false, + "deviceuuid": "", + "devowneruuid": "", + "rowneruuid": "" + } } \ No newline at end of file