blob: 8c0b321a214bb848870296039649da2b290e8848 [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',
5 '//lib:onos-yang-runtime',
6]
7
8BUNDLES = [
9 '//lib:onos-yang-model',
10 '//lib:onos-yang-compiler-api',
11 '//lib:onos-yang-runtime',
12]
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,
24)