blob: f3642246d95b52ea4f6c4f50d5a3cdb6305b4924 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 api_description = "REST API for Power Management",
7 api_package = "org.onosproject.powermanagement",
8 api_title = "Power Management API",
9 api_version = "1.0",
10 test_deps = TEST_REST,
11 web_context = "/onos/powermanagement",
12 deps = COMPILE_DEPS,
13)
14
15onos_app(
16 category = "Monitoring",
17 description = "This application provides northbound interfaces for monitoring and " +
18 "configuring power.",
19 title = "Power Management",
20 url = "http://onosproject.org",
21)