blob: b0e29a38bec6cb23b916d566a06cfebc320def9e [file] [log] [blame]
Sithara Punnassery8b155b22017-03-02 14:13:32 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:onos-yang-model',
4 '//lib:onos-yang-compiler-api',
Gaurav Agrawal226da242017-03-06 15:18:32 +05305# '//lib:onos-yang-runtime',
Sithara Punnassery8b155b22017-03-02 14:13:32 -08006]
7
8BUNDLES = [
9 '//lib:onos-yang-model',
10 '//lib:onos-yang-compiler-api',
Gaurav Agrawal226da242017-03-06 15:18:32 +053011# '//lib:onos-yang-runtime',
Sithara Punnassery8b155b22017-03-02 14:13:32 -080012]
13
14osgi_jar (
15 deps = COMPILE_DEPS,
16)
17
18onos_app (
19 title = 'ONOS YANG Extension',
20 category = 'Utility',
21 url = 'http://onosproject.org',
22 description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
23 included_bundles = BUNDLES,
Gaurav Agrawal226da242017-03-06 15:18:32 +053024)
25
26# FIXME: OSGI bundle conflict issue before including onos-yang-runtime.