blob: bcbdc331e6766c3fb9bed34902afcc7b7ec18197 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + CLI + [
2 "//apps/optical-model:onos-apps-optical-model",
3]
4
5APPS = [
6 "org.onosproject.optical-model",
7]
8
9osgi_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
18onos_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)