Carmelo Cascone | e3828fb | 2018-03-22 17:06:55 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | |||||
4 | ] | ||||
5 | |||||
6 | osgi_jar ( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | BUNDLES = [ | ||||
11 | '//apps/int-demo:onos-apps-int-demo', | ||||
12 | ] | ||||
13 | |||||
14 | onos_app ( | ||||
15 | app_name = 'org.onosproject.int-demo', | ||||
16 | title = 'INT demo app', | ||||
17 | category = 'Traffic Steering', | ||||
18 | url = 'http://onosproject.org', | ||||
19 | description = 'Provides INT demo support', | ||||
20 | included_bundles = BUNDLES, | ||||
21 | required_apps = [] | ||||
22 | ) |