blob: e69ca9d07d23ca1ba6564544b5eaf7b74f6eb418 [file] [log] [blame]
janani bf7060cd2017-03-28 19:06:30 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:onos-yang-model',
4]
5
6yang_osgi_jar(
7 deps = COMPILE_DEPS,
8 name = 'onos-drivers-huawei-yangmodel',
9 srcs = glob(['src/main/**/*.yang']),
10 visibility = [
11 'PUBLIC'
12 ],
13)