blob: e46ea586496e516a1bed617145f79c18e6e85e2b [file] [log] [blame]
Andrea Campanellac2d754b2016-03-29 17:51:07 -07001<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07004 ~ Copyright 2016-present Open Networking Laboratory
Andrea Campanellac2d754b2016-03-29 17:51:07 -07005 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
18<drivers>
19 <driver name="bti7000" manufacturer="bti" hwVersion="1.0.0" swVersion="1.0.0">
20 <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery"
21 impl="org.onosproject.drivers.bti.Bti7000DeviceDescriptor"/>
22 </driver>
23 <driver name="NetSnmp" manufacturer="bti" hwVersion="1.0.0" swVersion="1.0.0">
24 <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery"
25 impl="org.onosproject.drivers.bti.NetSnmpDeviceDescriptor"/>
26 </driver>
27</drivers>
28