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