Satish K | 2eb5d84 | 2017-04-04 16:28:37 +0530 | [diff] [blame] | 1 | BUNDLES = [ |
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 | |||||
8 | onos_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 | ) |