| COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + ONOS_YANG + [ |
| "//core/common:onos-core-common", |
| "@onos_yang_runtime//jar", |
| "@onos_yang_runtime//jar", |
| "//apps/yang:onos-apps-yang", |
| "//apps/yang/web:onos-apps-yang-web", |
| "@org_apache_servicemix_bundles_dom4j//jar", |
| karaf_command_packages = ["org.onosproject.yang.impl"], |
| description = "Provides ability to register compiled YANG models or even to compile YANG source " + |
| "files on the fly. Registering YANG models allows other ONOS subsystems to interact with " + |
| "orchestrators or individual network devices using XML or JSON data structured in accordance " + |
| excluded_bundles = EXCLUDED_BUNDLES, |
| included_bundles = BUNDLES, |
| title = "YANG Compiler and Runtime", |
| url = "http://onosproject.org", |