Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//apps/l3vpn/yangmodel:onos-apps-l3vpn-yangmodel', |
janani b | f41dec3 | 2017-03-24 18:44:07 +0530 | [diff] [blame] | 4 | '//apps/config:onos-apps-config', |
| 5 | '//core/store/serializers:onos-core-serializers', |
Gaurav Agrawal | c6d536f | 2017-03-17 11:56:31 +0530 | [diff] [blame] | 6 | '//lib:onos-yang-model', |
| 7 | '//lib:onos-yang-runtime', |
| 8 | ] |
| 9 | |
| 10 | TEST_DEPS = [ |
| 11 | '//lib:TEST_ADAPTERS', |
| 12 | '//utils/osgi:onlab-osgi-tests', |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests( |
| 16 | deps = COMPILE_DEPS, |
| 17 | test_deps = TEST_DEPS, |
| 18 | ) |