Add SYNC-vMM services

Change-Id: I3caa75294b9ded734e0f46ae6ac2e49ade58ec4a
diff --git a/xos/vmm.xproto b/xos/vmm.xproto
new file mode 100644
index 0000000..4a495cc
--- /dev/null
+++ b/xos/vmm.xproto
@@ -0,0 +1,15 @@
+option name = "vmm";
+option app_label = "vmm";
+option verbose_name = "vMM Service";
+option kind = "vEPC";
+
+message VMMService (Service){
+    required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}
+
+
+message VMMTenant (TenantWithContainer){
+     option name = "vmmtenant";
+     option verbose_name = "vMM Tenant";
+     required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}