CORD-1172: Brought VEE service over to xproto

Change-Id: I0fb63855b42326f4c4a9802ddf590b21a03ecf01
diff --git a/xos/vee.xproto b/xos/vee.xproto
new file mode 100644
index 0000000..0413515
--- /dev/null
+++ b/xos/vee.xproto
@@ -0,0 +1,7 @@
+option name = "vee";
+option verbose_name = "VEE Service";
+
+message VEEService(Service){
+     optional bool autoconfig = 1 [default = True, help_text="Autoconfigure VEE Service", null=False];
+}
+