Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 1 | APPS = [ |
| 2 | 'org.onosproject.yang', |
| 3 | ] |
| 4 | |
| 5 | BUNDLES = [ |
Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 6 | '//apps/l3vpn/yangmodel:onos-apps-l3vpn-yangmodel', |
Bharat saraswal | cdfda20 | 2017-03-24 23:40:50 +0530 | [diff] [blame] | 7 | '//apps/l3vpn/netl3vpn:onos-apps-l3vpn-netl3vpn', |
Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | onos_app( |
| 11 | app_name = 'org.onosproject.l3vpn', |
| 12 | title = 'YANG L3VPN App', |
janani b | f41dec3 | 2017-03-24 18:44:07 +0530 | [diff] [blame] | 13 | category = 'L3VPN APP', |
Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 14 | url = 'http://onosproject.org', |
| 15 | included_bundles = BUNDLES, |
| 16 | description = 'L3VPN YANG Application', |
| 17 | required_apps = APPS, |
| 18 | ) |
| 19 | |