blob: dde27c33aedad9793311dbbe942dd2a0248c6422 [file] [log] [blame]
chengfanc58d4be2016-09-20 10:33:12 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/yms/api:onos-apps-yms-api',
Henry Yu52a8a722016-12-19 14:50:50 -05004 '//apps/yms/app:onos-apps-yms-app',
chengfanc58d4be2016-09-20 10:33:12 +08005]
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)