Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | c1e69e8 | 2018-10-09 15:59:22 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.net.optical.cli"], |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 5 | test_deps = TEST_ADAPTERS, |
| 6 | deps = COMPILE_DEPS, |
| 7 | ) |
| 8 | |
| 9 | onos_app( |
| 10 | app_name = "org.onosproject.optical-model", |
| 11 | category = "Optical", |
| 12 | description = "ONOS optical information model.", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 13 | required_apps = [], |
| 14 | title = "Optical Network Model", |
| 15 | url = "https://wiki.onosproject.org/x/C4m", |
| 16 | ) |