blob: af3dc1b50b146aec75edc0645c343bb53d5a1d25 [file] [log] [blame]
Naoki Shiota5a056062016-05-05 18:43:59 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:KRYO',
Naoki Shiota7c3111b2016-06-09 16:12:11 -07005 '//core/store/serializers:onos-core-serializers',
Naoki Shiota5a056062016-05-05 18:43:59 -07006 '//lib:org.apache.karaf.shell.console',
7 '//cli:onos-cli',
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -07008 '//apps/optical-model:onos-apps-optical-model',
Naoki Shiota5a056062016-05-05 18:43:59 -07009]
10
Naoki Shiota03c29e12016-05-16 16:58:07 -070011TEST_DEPS = [
12 '//lib:TEST_ADAPTERS',
Marc De Leenheer552eeb62017-05-15 17:43:27 -070013 '//utils/osgi:onlab-osgi-tests',
Naoki Shiota03c29e12016-05-16 16:58:07 -070014]
15
Naoki Shiota5a056062016-05-05 18:43:59 -070016osgi_jar_with_tests (
17 deps = COMPILE_DEPS,
Naoki Shiota03c29e12016-05-16 16:58:07 -070018 test_deps = TEST_DEPS,
Naoki Shiota5a056062016-05-05 18:43:59 -070019)
20
21onos_app (
22 title = 'Packet/Optical Use-Case App',
23 category = 'Traffic Steering',
24 url = 'http://onosproject.org',
25 description = 'Packet/Optical use-case application.',
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -070026 required_apps = [ 'org.onosproject.optical-model' ],
Naoki Shiota5a056062016-05-05 18:43:59 -070027)