blob: d529c3bb6ef97c8ff01001521a9924661073bcec [file] [log] [blame]
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07001APPS = [
2 'org.onosproject.yang',
3 'org.onosproject.yang-gui',
4 'org.onosproject.config',
5 'org.onosproject.restconf',
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07006 'org.onosproject.protocols.restconfserver',
7 'org.onosproject.netconf',
8 'org.onosproject.netconfsb',
Thomas Vachuskac1732fd2017-05-10 15:24:47 -07009 'org.onosproject.models.openroadm',
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -070010]
11
12BUNDLES = [
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -070013 '//apps/openroadm/service:onos-apps-openroadm-service',
14 '//apps/openroadm/network:onos-apps-openroadm-network',
15]
16
17onos_app(
18 app_name = 'org.onosproject.openroadm',
Thomas Vachuskab0029682017-08-23 17:55:53 -070019 title = 'Open ROADM',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070020 category = 'Optical',
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -070021 url = 'http://onosproject.org',
22 included_bundles = BUNDLES,
23 description = 'Open ROADM Application',
24 required_apps = APPS,
25)