blob: 6a18e667e32e3479a15df01b28d1dacaf94d6d9b [file] [log] [blame]
chengfande0799c2016-12-02 23:17:30 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
4 '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
5 '//protocols/rest/api:onos-protocols-rest-api',
6 '//apps/yms/api:onos-apps-yms-api',
7 '//apps/tetunnel/api:onos-apps-tetunnel-api',
8 '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
9 '//apps/tenbi/utils:onos-apps-tenbi-utils',
10 '//apps/tetopology/api:onos-apps-tetopology-api',
11 '//incubator/api:onos-incubator-api',
12 '//providers/ietfte/utils:onos-providers-ietfte-utils',
13 '//lib:javax.ws.rs-api',
14]
15
16TEST_DEPS = [
17 '//lib:TEST_ADAPTERS',
18 '//utils/osgi:onlab-osgi-tests',
19]
20
21osgi_jar_with_tests (
22 deps = COMPILE_DEPS,
23 test_deps = TEST_DEPS,
24)