[CORD-2860] Create folder structure for vsg-hw service

Change-Id: Iffdc1b061296cbbf3fdd72796cae1c609d6b59e0
diff --git a/xos/synchronizer/models/vsg-hw.xproto b/xos/synchronizer/models/vsg-hw.xproto
new file mode 100644
index 0000000..c96e82d
--- /dev/null
+++ b/xos/synchronizer/models/vsg-hw.xproto
@@ -0,0 +1,13 @@
+option name = "vsg-hw";
+option app_label = "vsg-hw";
+
+message VSGHWService (Service){
+    option verbose_name = "vSG HW Service";
+    option description="HW VSG implementation";
+}
+
+
+message VSGHWServiceInstance (ServiceInstance){
+    option verbose_name = "vSGHW Service Instance";
+    option owner_class_name="VSGHWService";
+}