refactor the vMME service to CORD 3.0 only, not master

Change-Id: I80cd92d5a11388b41de8842fa81c08edb312255b
diff --git a/xos/vmme.xproto b/xos/vmme.xproto
new file mode 100644
index 0000000..6fa136a
--- /dev/null
+++ b/xos/vmme.xproto
@@ -0,0 +1,15 @@
+option name = "vmme";
+option app_label = "vmme";
+option verbose_name = "vMME Service";
+option kind = "vEPC";
+
+message VmmeService (Service){
+    required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}
+
+
+message VmmeTenant (TenantWithContainer){
+     option name = "vmmetenant";
+     option verbose_name = "vMME Tenant";
+     required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}
\ No newline at end of file