blob: 09fd864312b7767ab5743d7b53e8015d7e8556ba [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI
2
3osgi_jar_with_tests(
Ray Milkey47aee6a2018-10-09 13:57:24 -07004 karaf_command_packages = ["org.onosproject.intentsync.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07005 deps = COMPILE_DEPS,
6)
7
8onos_app(
9 app_name = "org.onosproject.intentsynchronizer",
10 category = "Utility",
11 description = "Synchronizes intents to the intent framework from a single instance",
12 title = "Intent Synchronizer",
13 url = "http://onosproject.org",
14)