blob: 685cd744865682afcfde49f7ec5dcd57e10361f5 [file] [log] [blame]
Jonathan Hart470ed4f2017-01-31 16:52:28 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli'
5]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)
15
16onos_app (
17 app_name = 'org.onosproject.intentsynchronizer',
18 title = 'Intent Synchronizer',
19 category = 'Utility',
20 url = 'http://onosproject.org',
21 description = 'Synchronizes intents to the intent framework from a single instance',
22)