Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/restconf/api:onos-apps-restconf-api", |
| 3 | "//apps/restconf/utils:onos-apps-restconf-utils", |
| 4 | "//apps/restconf/restconfmgr:onos-apps-restconf-restconfmgr", |
| 5 | ] |
| 6 | |
| 7 | APPS = [ |
| 8 | "org.onosproject.yang", |
| 9 | "org.onosproject.config", |
| 10 | ] |
| 11 | |
| 12 | onos_app( |
| 13 | app_name = "org.onosproject.restconf", |
| 14 | category = "Utility", |
| 15 | included_bundles = BUNDLES, |
| 16 | required_apps = APPS, |
| 17 | title = "RESTCONF Application Module", |
| 18 | url = "http://onosproject.org", |
| 19 | ) |