blob: 78b4cf482ea016a0e8e50119ed649fe218045c83 [file] [log] [blame]
Henry Yuad441142016-12-01 17:00:37 -05001COMPILE_DEPS = [
Henry Yu47df0e32016-12-05 18:39:10 -05002 '//lib:CORE_DEPS',
Yixiao Chen39828a62016-09-14 14:37:06 -04003]
4
Ray Milkeye88d69b2016-12-16 17:09:13 -08005yang_osgi_jar(
Henry Yuad441142016-12-01 17:00:37 -05006 deps = COMPILE_DEPS,
7 name = 'onos-apps-tenbi-yangmodel',
8 srcs = glob(['src/main/**/*.yang']),
9 visibility = [ 'PUBLIC' ],
10)
Henry Yu47df0e32016-12-05 18:39:10 -050011
12osgi_feature (
13 name='onos-apps-tenbi-yangmodel',
14 title='ONOS TE YANG model',
15 included_bundles = [
16 '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
17 ],
18 generate_file = True,
19 visibility = [ 'PUBLIC' ],
20 stage_repo = False,
21)