blob: 32b17296e301c84b6f0d9a0f5e241a1f9cea8639 [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/restconf/server/utils:onos-protocols-restconf-server-utils',
6 '//protocols/rest/api:onos-protocols-rest-api',
7 '//apps/tetopology/api:onos-apps-tetopology-api',
8 '//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
9 '//apps/tenbi/utils:onos-apps-tenbi-utils',
10 '//apps/yms/api:onos-apps-yms-api',
11 '//providers/ietfte/utils:onos-providers-ietfte-utils',
12 '//incubator/api:onos-incubator-api',
13]
14
15TEST_DEPS = [
16 '//lib:TEST_ADAPTERS',
17 '//utils/osgi:onlab-osgi-tests',
18]
19
20osgi_jar_with_tests (
21 deps = COMPILE_DEPS,
22 test_deps = TEST_DEPS,
23)