blob: 9df8f9cc02d7ba86c85bf5c7076b986cc01d8d3a [file] [log] [blame]
chengfande0799c2016-12-02 23:17:30 +08001BUNDLES = [
2 '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
3 '//apps/yms/api:onos-apps-yms-api',
4 '//apps/tenbi/utils:onos-apps-tenbi-utils',
5 '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
6 '//lib:httpclient-osgi',
7 '//lib:httpcore-osgi',
8 '//protocols/rest/api:onos-protocols-rest-api',
9 '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
10 '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
11 '//providers/ietfte/utils:onos-providers-ietfte-utils',
12 '//providers/ietfte/topology:onos-providers-ietfte-topology',
13 '//providers/ietfte/tunnel:onos-providers-ietfte-tunnel',
14]
15
16onos_app (
17 title = 'IETF TE Provider',
18 category = 'Provider',
19 url = 'http://onosproject.org',
20 included_bundles = BUNDLES,
21 description = 'IETF TE southbound providers.',
22 required_apps = [ 'org.onosproject.tetunnel', 'org.onosproject.tetopology',
23 'org.onosproject.yms'],
24)