Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 4 | ~ Copyright 2016-present Open Networking Laboratory |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 5 | ~ |
| 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 Campanella | e72ac55 | 2016-04-11 10:04:52 -0700 | [diff] [blame] | 22 | <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer" |
| 23 | impl="org.onosproject.drivers.bti.Bti7000SnmpAlarmConsumer"/> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 24 | </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 Campanella | e72ac55 | 2016-04-11 10:04:52 -0700 | [diff] [blame] | 28 | <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer" |
| 29 | impl="org.onosproject.drivers.bti.NetSnmpAlarmConsumer"/> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 30 | </driver> |
| 31 | </drivers> |
| 32 | |