blob: e4040e66bf01b7329fde36cb143d7c59d749577d [file] [log] [blame]
Sean Condonfae8e662016-12-15 10:25:13 +00001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Sean Condon37f80912018-02-27 22:03:58 +00003]
Sean Condonfae8e662016-12-15 10:25:13 +00004
5TEST_DEPS = [
6 '//lib:TEST_ADAPTERS',
Sean Condonfae8e662016-12-15 10:25:13 +00007]
8
Sean Condon37f80912018-02-27 22:03:58 +00009#This is just a dummy placeholder while the code is being moved.
Sean Condonfae8e662016-12-15 10:25:13 +000010osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12 test_deps = TEST_DEPS,
Sean Condonfae8e662016-12-15 10:25:13 +000013)
14
15onos_app (
16 app_name = 'org.onosproject.drivers.microsemi',
Thomas Vachuskab0029682017-08-23 17:55:53 -070017 title = 'Microsemi Drivers',
Sean Condonfae8e662016-12-15 10:25:13 +000018 category = 'Drivers',
19 url = 'http://onosproject.org',
Sean Condon37f80912018-02-27 22:03:58 +000020 description = 'A dummy placeholder while code is being moved.',
Sean Condon06613e92017-06-09 15:14:01 +010021 required_apps = APPS,
Sean Condon37f80912018-02-27 22:03:58 +000022)