blob: 7af28b094ae4bccade34cf8d8bbdd117d21a729f [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',
Sithara Punnassery5deaab52017-03-06 14:23:07 -08005 '//lib:onos-yang-runtime',
Sithara Punnassery8b155b22017-03-02 14:13:32 -08006]
7
8BUNDLES = [
Gaurav Agrawala4338f62017-03-07 17:08:26 +05309 ':onos-apps-yang',
Sithara Punnassery8b155b22017-03-02 14:13:32 -080010 '//lib:onos-yang-model',
11 '//lib:onos-yang-compiler-api',
Sithara Punnassery5deaab52017-03-06 14:23:07 -080012 '//lib:onos-yang-runtime',
Sithara Punnassery8b155b22017-03-02 14:13:32 -080013]
14
15osgi_jar (
16 deps = COMPILE_DEPS,
17)
18
19onos_app (
Thomas Vachuska04059f92017-03-07 15:16:23 -080020 title = 'YANG Compiler and Runtime',
Sithara Punnassery8b155b22017-03-02 14:13:32 -080021 category = 'Utility',
22 url = 'http://onosproject.org',
23 description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
24 included_bundles = BUNDLES,
Sithara Punnassery5deaab52017-03-06 14:23:07 -080025)