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