Move sample rApp resources to seperate directory
[nonrtric/plt/rappmanager.git] / csar-generator / resources / Files / Sme / providers / aef-provider-function.json
diff --git a/csar-generator/resources/Files/Sme/providers/aef-provider-function.json b/csar-generator/resources/Files/Sme/providers/aef-provider-function.json
new file mode 100755 (executable)
index 0000000..644819c
--- /dev/null
@@ -0,0 +1,34 @@
+{
+  "apiProvDomInfo": "Provider domain",
+  "apiProvFuncs": [
+    {
+      "apiProvFuncInfo": "rApp as APF",
+      "apiProvFuncRole": "APF",
+      "regInfo": {
+        "apiProvPubKey": "APF-PublicKey"
+      }
+    },
+    {
+      "apiProvFuncInfo": "rApp as AEF",
+      "apiProvFuncRole": "AEF",
+      "regInfo": {
+        "apiProvPubKey": "AEF-PublicKey"
+      }
+    },
+    {
+      "apiProvFuncInfo": "rApp as AMF",
+      "apiProvFuncRole": "AMF",
+      "regInfo": {
+        "apiProvPubKey": "AMF-PublicKey"
+      }
+    },
+    {
+      "apiProvFuncInfo": "Gateway as entrypoint AEF",
+      "apiProvFuncRole": "AEF",
+      "regInfo": {
+        "apiProvPubKey": "AEF-Gateway-PublicKey"
+      }
+    }
+  ],
+  "regSec": "PSK"
+}
\ No newline at end of file