blob: 7cb8d6962f5c2fbec89961a3f45dddcb1a2d8304 [file] [log] [blame]
Ray Milkeyaad12322016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//lib:javax.ws.rs-api',
5 '//cli:onos-cli',
Charles Chanc91c8782016-03-30 17:54:24 -07006 '//core/store/serializers:onos-core-serializers',
Ray Milkeyaad12322016-03-11 10:16:22 -08007 '//incubator/api:onos-incubator-api',
Charles Chan370a65b2016-05-10 17:29:47 -07008 '//providers/netcfghost:onos-providers-netcfghost',
Ray Milkeyaad12322016-03-11 10:16:22 -08009 '//utils/rest:onlab-rest',
Ray Milkeyaad12322016-03-11 10:16:22 -080010]
11
12TEST_DEPS = [
Ray Milkey6c986e52016-04-06 17:38:25 -070013 '//lib:TEST_ADAPTERS',
Ray Milkeyaad12322016-03-11 10:16:22 -080014]
15
Ray Milkey41719492016-04-11 13:20:42 -070016osgi_jar_with_tests (
Ray Milkeyaad12322016-03-11 10:16:22 -080017 deps = COMPILE_DEPS,
Ray Milkey41719492016-04-11 13:20:42 -070018 test_deps = TEST_DEPS,
Ray Milkeyaad12322016-03-11 10:16:22 -080019)
20
Ray Milkey41719492016-04-11 13:20:42 -070021onos_app (
Charles Chanb343d122016-04-12 10:33:14 -070022 title = 'Segment Routing App',
Ray Milkey41719492016-04-11 13:20:42 -070023 category = 'Traffic Steering',
24 url = 'http://onosproject.org',
Charles Chanb343d122016-04-12 10:33:14 -070025 description = 'Segment routing application.',
Ray Milkeyaad12322016-03-11 10:16:22 -080026)