blob: 33971c2cd07453d9561c21ac3c3d3c1133abcd65 [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"/>
Andrea Campanellae72ac552016-04-11 10:04:52 -070022 <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer"
23 impl="org.onosproject.drivers.bti.Bti7000SnmpAlarmConsumer"/>
Andrea Campanellac2d754b2016-03-29 17:51:07 -070024 </driver>
25 <driver name="NetSnmp" manufacturer="bti" hwVersion="1.0.0" swVersion="1.0.0">
26 <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery"
27 impl="org.onosproject.drivers.bti.NetSnmpDeviceDescriptor"/>
Andrea Campanellae72ac552016-04-11 10:04:52 -070028 <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer"
29 impl="org.onosproject.drivers.bti.NetSnmpAlarmConsumer"/>
Andrea Campanellac2d754b2016-03-29 17:51:07 -070030 </driver>
31</drivers>
32