blob: cf383a4014be47aaaf8812ee3feb7db17965b671 [file] [log] [blame]
Naoki Shiota5a056062016-05-05 18:43:59 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Naoki Shiota7c3111b2016-06-09 16:12:11 -07003 '//core/store/serializers:onos-core-serializers',
Naoki Shiota5a056062016-05-05 18:43:59 -07004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -07006 '//apps/optical-model:onos-apps-optical-model',
Naoki Shiota5a056062016-05-05 18:43:59 -07007]
8
Naoki Shiota03c29e12016-05-16 16:58:07 -07009TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
Marc De Leenheer552eeb62017-05-15 17:43:27 -070011 '//utils/osgi:onlab-osgi-tests',
Naoki Shiota03c29e12016-05-16 16:58:07 -070012]
13
Naoki Shiota5a056062016-05-05 18:43:59 -070014osgi_jar_with_tests (
15 deps = COMPILE_DEPS,
Naoki Shiota03c29e12016-05-16 16:58:07 -070016 test_deps = TEST_DEPS,
Naoki Shiota5a056062016-05-05 18:43:59 -070017)
18
19onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070020 title = 'Packet/Optical Use-Case',
21 category = 'Optical',
Naoki Shiota5a056062016-05-05 18:43:59 -070022 url = 'http://onosproject.org',
23 description = 'Packet/Optical use-case application.',
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -070024 required_apps = [ 'org.onosproject.optical-model' ],
Naoki Shiota5a056062016-05-05 18:43:59 -070025)