blob: df37518e1b98ff781bdac79f60e75c81932994f2 [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',
chengfande0799c2016-12-02 23:17:30 +08005 '//lib:httpclient-osgi',
6 '//lib:httpcore-osgi',
7 '//protocols/rest/api:onos-protocols-rest-api',
8 '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
9 '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
10 '//providers/ietfte/utils:onos-providers-ietfte-utils',
11 '//providers/ietfte/topology:onos-providers-ietfte-topology',
12 '//providers/ietfte/tunnel:onos-providers-ietfte-tunnel',
13]
14
15onos_app (
Henry Yu47df0e32016-12-05 18:39:10 -050016 app_name = 'org.onosproject.teprovider',
chengfande0799c2016-12-02 23:17:30 +080017 title = 'IETF TE Provider',
18 category = 'Provider',
19 url = 'http://onosproject.org',
20 included_bundles = BUNDLES,
21 description = 'IETF TE southbound providers.',
Henry Yu47df0e32016-12-05 18:39:10 -050022 required_features = [ 'onos-apps-tenbi-yangmodel' ],
23 required_apps = [ 'org.onosproject.tetunnel',
24 'org.onosproject.tetopology',
25 'org.onosproject.yms'],
26)