Jonathan Hart | 470ed4f | 2017-01-31 16:52:28 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli' |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | test_deps = TEST_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_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 | ) |