blob: 2b6950c6226634bf3a48ff02d0520d1456df7178 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + JACKSON
2
3osgi_jar_with_tests(
4 resources = glob(["src/main/resources/**"]),
5 resources_root = "src/main/resources",
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "GUI",
11 description = "Extends the ONOS GUI with a view that allows the operator to visualize " +
12 "the currently loaded drivers.",
13 title = "Driver Support Matrix",
14 url = "http://onosproject.org",
15)