Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI |
| 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | bc76210 | 2018-10-03 11:46:26 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.events"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | resources = glob(["src/main/resources/**"]), |
| 6 | resources_root = "src/main/resources", |
| 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_app( |
| 11 | category = "Test Utility", |
| 12 | description = "Allows recording and tracking of otherwise ephemeral ONOS core events. " + |
| 13 | "It is primarily aimed for supporting various system tests and to assure that expected " + |
| 14 | "events are raised and broadcast to applications that have requested them.", |
| 15 | title = "Event History", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |