blob: 772b06942df7d4ea32c5efbbafd39a81861f3d8c [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//lib:ONOS_YANG',
'//lib:onos-yang-runtime',
'//apps/yang:onos-apps-yang',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
)
onos_app (
title = 'YANG Runtime GUI',
category = 'Utility',
url = 'http://onosproject.org',
description = 'YANG Runtime GUI application for visualization of registered YANG models.',
required_apps = [ 'org.onosproject.yang' ],
)