blob: a3470f8e93d3d4349402f3ba2faee153a5577830 [file] [log] [blame]
Thomas Vachuska9ac4c7e2017-02-23 09:01:45 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Thomas Vachuska04059f92017-03-07 15:16:23 -08003 '//lib:onos-yang-runtime',
Thomas Vachuska9ac4c7e2017-02-23 09:01:45 -08004]
5
6osgi_jar_with_tests (
7 deps = COMPILE_DEPS,
8 resources_root = 'src/main/resources',
9 resources = glob(['src/main/resources/**']),
10)
11
12onos_app (
13 title = 'YANG Runtime GUI',
14 category = 'Utility',
15 url = 'http://onosproject.org',
16 description = 'YANG Runtime GUI application for visualization of registered YANG models.',
Thomas Vachuska04059f92017-03-07 15:16:23 -080017 required_apps = [ 'org.onosproject.yang' ],
Thomas Vachuska9ac4c7e2017-02-23 09:01:45 -080018)