blob: 096403965af2ef18d08ae5d166110f464d51539b [file] [log] [blame]
chengfande0799c2016-12-02 23:17:30 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/yms/api:onos-apps-yms-api',
4 '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
Henry Yu05dcc212017-01-05 16:05:26 -05005 '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
chengfande0799c2016-12-02 23:17:30 +08006]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//utils/osgi:onlab-osgi-tests',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)