blob: cd306b8cbbcfba62e0cc87c5d77a2e63cb17c455 [file] [log] [blame]
Satish K2eb5d842017-04-04 16:28:37 +05301BUNDLES = [
2 '//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt',
3 '//apps/pce/app:onos-apps-pce-app',
4 '//apps/pce/pcerest:onos-apps-pce-pcerest',
5 '//apps/pce/pceweb:onos-apps-pce-pceweb',
6]
7
8onos_app (
9 app_name='org.onosproject.pce',
10 title = 'PCE APP',
11 category = 'PCE',
12 url = 'http://onosproject.org',
13 included_bundles = BUNDLES,
14 description = 'PCE Service App.',
15)