blob: eed561aa603d736dbc2e4857a8bc7533dd125cd8 [file] [log] [blame]
Ray Milkey1aaffb72016-05-02 11:20:20 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Ray Milkey1aaffb72016-05-02 11:20:20 -07004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6 '//utils/rest:onlab-rest',
7 '//lib:javax.ws.rs-api',
8 '//core/store/serializers:onos-core-serializers',
9]
10
Jon Hall4263bff2016-06-07 10:35:21 -070011osgi_jar (
Ray Milkey1aaffb72016-05-02 11:20:20 -070012 deps = COMPILE_DEPS,
13)
14
15onos_app (
Jon Hall4263bff2016-06-07 10:35:21 -070016 app_name = 'org.onosproject.distributedprimitives',
Thomas Vachuskab0029682017-08-23 17:55:53 -070017 title = 'Distributed Primitives Test',
18 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070019 url = 'http://onosproject.org',
20 description = 'ONOS app to test distributed primitives.',
21)