Project Structure for Genius
[genius.git] / itm / itm-impl / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <snapshot>
10   <required-capabilities>
11       <capability>urn:opendaylight:genius:itm:impl?module=itm-impl&amp;revision=2016-04-06</capability>
12       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
13   </required-capabilities>
14   <configuration>
15
16     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
17       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
18         <module>
19           <type xmlns:prefix="urn:opendaylight:genius:itm:impl">prefix:itm-impl</type>
20           <name>itm-default</name>
21           <broker>
22             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
23             <name>binding-osgi-broker</name>
24           </broker>
25         </module>
26       </modules>
27     </data>
28   </configuration>
29 </snapshot>