[COMAC-146] Helm chart for COMAC profile

Change-Id: I53ffe9eb3f96f7311ab470c691791b831b362bbf
diff --git a/xos-profiles/comac/requirements.yaml b/xos-profiles/comac/requirements.yaml
new file mode 100644
index 0000000..a95a056
--- /dev/null
+++ b/xos-profiles/comac/requirements.yaml
@@ -0,0 +1,47 @@
+---
+# Copyright 2019-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+- name: rcord
+  version: 1.0.16
+  repository: file://../../xos-services/rcord
+  condition: wired_service.enabled
+- name: onos-service
+  version: 2.1.3
+  repository: file://../../xos-services/onos-service
+  condition: onos_service.enabled
+- name: fabric
+  version: 2.2.2
+  repository: file://../../xos-services/fabric
+  condition: fabric.enabled
+- name: mcord-subscriber
+  version: 2.0.5
+  repository: file://../../xos-services/mcord-subscriber
+- name: volt
+  version: 2.2.5
+  repository: file://../../xos-services/volt
+  condition: wired_service.enabled
+- name: fabric-crossconnect
+  version: 1.2.2
+  repository: file://../../xos-services/fabric-crossconnect
+  condition: wired_service.enabled
+- name: sadis-server
+  version: 1.0.4
+  repository: file://../../sadis-server
+  condition: wired_service.enabled
+- name: vrouter
+  version: 2.1.0
+  repository: file://../../xos-services/vrouter
+  condition: vrouter.enabled
\ No newline at end of file