blob: 41fa68126e9ca812988173dcd7e42fcc53040d68 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:onos-yang-model',
'//lib:onos-yang-compiler-api',
'//lib:onos-yang-runtime',
]
BUNDLES = [
':onos-apps-yang',
'//lib:onos-yang-model',
'//lib:onos-yang-compiler-api',
'//lib:onos-yang-runtime',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
title = 'ONOS YANG Extension',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
included_bundles = BUNDLES,
)