Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | load("//tools/build/bazel:generate_workspace.bzl", "ONOS_VERSION") |
| 2 | |
Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 3 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 4 | "//incubator/api:onos-incubator-api", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
Ray Milkey | c1e69e8 | 2018-10-09 15:59:22 -0700 | [diff] [blame] | 8 | karaf_command_packages = ["org.onosproject.net.optical.cli"], |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 9 | test_deps = TEST_ADAPTERS, |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | app_name = "org.onosproject.optical-model", |
| 15 | category = "Optical", |
| 16 | description = "ONOS optical information model.", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 17 | required_apps = [], |
| 18 | title = "Optical Network Model", |
| 19 | url = "https://wiki.onosproject.org/x/C4m", |
| 20 | ) |