CORD Subscriber GUI -- Added sample JSON for driving the GUI, based on current assumptions.

Change-Id: I5286b54d1336415701250f0dc800637bf707b2c0
diff --git a/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
new file mode 100644
index 0000000..02adf55
--- /dev/null
+++ b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
@@ -0,0 +1,19 @@
+{
+  "bundle": {
+    "name": "Basic Bundle",
+    "functions": [
+      {
+        "id": "internet",
+        "name": "Internet",
+        "active": true,
+        "editable": false
+      },
+      {
+        "id": "firewall",
+        "name": "Firewall",
+        "active": true,
+        "editable": true
+      }
+    ]
+  }
+}