Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | ] |
| 4 | |
| 5 | osgi_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 | |
| 15 | onos_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 | ) |