Saritha | 80cb854 | 2019-12-09 10:39:20 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + [ |
| 2 | "@org_apache_karaf_bundle_core//jar", |
| 3 | ] |
| 4 | |
| 5 | osgi_jar_with_tests( |
| 6 | karaf_command_packages = [ |
| 7 | "org.onosproject.diagnosis.cli", |
| 8 | "org.onosproject.diagnosis.impl", |
| 9 | ], |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | name = "onos-apps-node-diagnosis", |
| 15 | app_name = "org.onosproject.node-diagnosis", |
| 16 | category = "Utility", |
| 17 | description = "Controller node diagnosis application. Diagnosis the node errors and trys to recover it.", |
| 18 | title = "Controller node diagnosis Application", |
| 19 | url = "http://onosproject.org", |
| 20 | ) |