blob: 78b4cf482ea016a0e8e50119ed649fe218045c83 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
yang_osgi_jar(
deps = COMPILE_DEPS,
name = 'onos-apps-tenbi-yangmodel',
srcs = glob(['src/main/**/*.yang']),
visibility = [ 'PUBLIC' ],
)
osgi_feature (
name='onos-apps-tenbi-yangmodel',
title='ONOS TE YANG model',
included_bundles = [
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
],
generate_file = True,
visibility = [ 'PUBLIC' ],
stage_repo = False,
)