Revert back cbor related patches.
[platform/upstream/iotivity.git] / resource / csdk / security / unittest / oic_unittest_default_acl.json
index 96d9170..7f3d449 100644 (file)
@@ -1,8 +1,21 @@
-[
-  {
-    "sub":"Kg",
-    "rsrc":["/oic/res","/oic/d","/oic/p","/oic/res/types/d","/oic/ad","/oic/sec/acl","/oic/sec/doxm","/oic/sec/pstat"],
-    "perms":2,
-    "ownrs":["MjIyMjIyMjIyMjIyMjIyMg"]
-  }
-]
+{
+    "acl": [
+        {
+            "sub": "Kg==",
+            "rsrc": [
+                "/oic/res",
+                "/oic/d",
+                "/oic/p",
+                "/oic/res/types/d",
+                "/oic/ad",
+                "/oic/sec/acl",
+                "/oic/sec/doxm",
+                "/oic/sec/pstat"
+                       ],
+                       "perms": 2,
+                       "ownrs" : [
+                               "MjIyMjIyMjIyMjIyMjIyMg=="
+                       ]
+               }
+       ]
+}