Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 3 | '//protocols/snmp/api:onos-protocols-snmp-api', |
Andrea Campanella | e72ac55 | 2016-04-11 10:04:52 -0700 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
Andrea Campanella | 7bf2b69 | 2016-04-08 09:51:52 -0700 | [diff] [blame] | 5 | '//lib:org.apache.servicemix.bundles.snmp4j', |
| 6 | '//lib:snmp-core', |
| 7 | '//lib:bti7000', |
| 8 | '//lib:mibs-net-snmp', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 9 | '//lib:joda-time', |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 10 | ] |
| 11 | |
Ray Milkey | e022ef6 | 2016-06-08 15:17:19 -0700 | [diff] [blame] | 12 | TEST_DEPS = [ |
| 13 | '//lib:TEST_ADAPTERS', |
| 14 | '//core/api:onos-api-tests', |
| 15 | ] |
| 16 | |
Brian O'Connor | dedf24c | 2016-10-24 00:41:40 -0700 | [diff] [blame] | 17 | # TODO ONOS-5554 excluding from the build |
| 18 | # osgi_jar_with_tests ( |
| 19 | # deps = COMPILE_DEPS, |
| 20 | # test_deps = TEST_DEPS, |
| 21 | # resources_root = 'src/main/resources', |
| 22 | # resources = glob(['src/main/resources/**']), |
| 23 | # ) |
| 24 | # |
| 25 | # onos_app ( |
| 26 | # app_name = 'org.onosproject.drivers.bti', |
| 27 | # title = 'Bti Device Drivers', |
| 28 | # category = 'Drivers', |
| 29 | # url = 'http://onosproject.org', |
| 30 | # description = 'ONOS Bti Device Drivers application.', |
| 31 | # required_apps = [ 'org.onosproject.snmp' ], |
| 32 | # ) |