blob: d33ac20727b4d10f717612cb06fa663d1f375786 [file] [log] [blame]
wu5f6c5b82017-08-04 16:45:19 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:minimal-json',
4 '//incubator/bmv2/model:onos-incubator-bmv2-model',
5 '//apps/pi-demo/common:onos-apps-pi-demo-common',
6]
7
8osgi_jar (
9 deps = COMPILE_DEPS,
10)
11
12BUNDLES = [
13 '//apps/pi-demo/ecmp:onos-apps-pi-demo-ecmp',
14 '//apps/pi-demo/common:onos-apps-pi-demo-common',
15]
16
17onos_app (
18 app_name = 'org.onosproject.pi-ecmp-fabric',
19 title = 'PI Demo ECMP Fabric',
20 category = 'Traffic Steering',
21 url = 'http://onosproject.org',
22 description = 'Provides ECMP support for a 2-stage clos fabric topology of PI-enabled devices',
23 included_bundles = BUNDLES,
24)