Adding nemo engine.
[nemo.git] / nemo-impl / src / main / resources / etc / opendaylight / karaf / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3 Copyright (c) 2015 Huawei, Inc and others. All rights reserved.\r
4 This program and the accompanying materials are made available under the\r
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
6 and is available at http://www.eclipse.org/legal/epl-v10.html\r
7 -->\r
8 <snapshot>\r
9   <configuration>\r
10     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">\r
11       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">\r
12         <module>\r
13           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:nemo:engine:impl">prefix:nemo-engine-impl</type>\r
14           <name>nemo-engine-impl</name>\r
15           <data-broker>\r
16             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>\r
17             <name>binding-data-broker</name>\r
18           </data-broker>\r
19           <rpc-registry>\r
20             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>\r
21             <name>binding-rpc-broker</name>\r
22           </rpc-registry>\r
23         </module>\r
24       </modules>\r
25     </data>\r
26   </configuration>\r
27 \r
28   <required-capabilities></required-capabilities>\r
29 </snapshot>