chengfan | de0799c | 2016-12-02 23:17:30 +0800 | [diff] [blame] | 1 | COMPILE_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 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST_ADAPTERS', |
| 17 | '//utils/osgi:onlab-osgi-tests', |
| 18 | ] |
| 19 | |
| 20 | osgi_jar_with_tests ( |
| 21 | deps = COMPILE_DEPS, |
| 22 | test_deps = TEST_DEPS, |
| 23 | ) |