ONOS-3422 inter-domain cross connect

depend on ONOS master repo: (Change-Id: Ie90e69c4134d1f71893bf43ee6c290bdbd273aeb)

Change-Id: I3892e780bc6550f8a8d8be622b9fee5322c1dab5
diff --git a/ecord/co/features.xml b/ecord/co/features.xml
new file mode 100644
index 0000000..c68a07b
--- /dev/null
+++ b/ecord/co/features.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ Copyright 2015 Open Networking Laboratory
+  ~
+  ~ 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.
+  -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
+    <feature name="${project.artifactId}" version="${project.version}"
+             description="${project.description}">
+        <feature>onos-api</feature>
+
+        <!-- based on output of mvn karaf:features-generate-descriptor -->
+        <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.1</bundle>
+        <bundle>mvn:javax.ws.rs/javax.ws.rs-api/2.0.1</bundle>
+        <bundle>mvn:org.glassfish.jersey.core/jersey-common/2.22.1</bundle>
+        <bundle>mvn:javax.annotation/javax.annotation-api/1.2</bundle>
+        <bundle>mvn:org.glassfish.jersey.bundles.repackaged/jersey-guava/2.22.1</bundle>
+        <bundle>mvn:org.glassfish.hk2/osgi-resource-locator/1.0.1</bundle>
+        <bundle>mvn:org.glassfish.hk2/hk2-api/2.4.0-b31</bundle>
+        <bundle>mvn:org.glassfish.hk2/hk2-utils/2.4.0-b31</bundle>
+        <bundle>mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.4.0-b31</bundle>
+        <bundle>mvn:org.glassfish.hk2.external/javax.inject/2.4.0-b31</bundle>
+        <bundle>mvn:org.glassfish.hk2/hk2-locator/2.4.0-b31</bundle>
+        <bundle>mvn:org.javassist/javassist/3.18.1-GA</bundle>
+
+        <bundle>mvn:${project.groupId}/onos-app-ecord-co/${project.version}</bundle>
+    </feature>
+</features>
+