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, | |
) |