blob: b0e29a38bec6cb23b916d566a06cfebc320def9e [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:onos-yang-model',
'//lib:onos-yang-compiler-api',
# '//lib:onos-yang-runtime',
]
BUNDLES = [
'//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,
)
# FIXME: OSGI bundle conflict issue before including onos-yang-runtime.