blob: 461fddd88235bd923c7a27958e6e6c4a4bc86fa5 [file] [log] [blame]
Henry Yuad441142016-12-01 17:00:37 -05001BUNDLES = [
2 '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
3 '//apps/tenbi/utils:onos-apps-tenbi-utils',
4 '//apps/tenbi/tunnel:onos-apps-tenbi-tunnel',
5 '//apps/tenbi/topology:onos-apps-tenbi-topology',
6]
7
8onos_app (
9 title = 'TE NBI',
10 category = 'ACTN APP',
11 url = 'http://onosproject.org',
12 included_bundles = BUNDLES,
13 description = 'TE YANG NBI.',
Ray Milkeye88d69b2016-12-16 17:09:13 -080014 required_apps = [ 'org.onosproject.tetopology',
15 'org.onosproject.tetunnel',
16 'org.onosproject.yms' ],
Henry Yuad441142016-12-01 17:00:37 -050017)
18