blob: a3470f8e93d3d4349402f3ba2faee153a5577830 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:onos-yang-runtime',
]
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' ],
)