blob: b37025abdde869fa08fb17496622113b4ea16cba [file] [log] [blame]
Thomas Vachuska703f96d2016-05-02 11:38:19 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5osgi_jar_with_tests (
6 deps = COMPILE_DEPS,
7)
8
9onos_app (
10 title = 'CORD Configuration',
11 category = 'Utility',
12 url = 'http://onosproject.org',
13 description = 'CORD configuration meta application.',
14)