Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + CLI + [ |
| 2 | "//apps/optical-model:onos-apps-optical-model", |
| 3 | ] |
| 4 | |
| 5 | APPS = [ |
| 6 | "org.onosproject.optical-model", |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
| 10 | api_description = "REST API for Optical Model", |
| 11 | api_package = "org.onosproject.net.optical.rest", |
| 12 | api_title = "Optical Network Model REST API", |
| 13 | api_version = "1.0", |
| 14 | web_context = "/onos/optical", |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app( |
| 19 | category = "Optical", |
| 20 | description = "This application provides REST support for optical network model.", |
| 21 | required_apps = APPS, |
| 22 | title = "Optical Network Model REST API", |
| 23 | url = "http://onosproject.org", |
| 24 | ) |