mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
20 lines
517 B
Python
20 lines
517 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/ovsdb/api:onos-protocols-ovsdb-api',
|
|
'//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
|
|
'//apps/pcep-api:onos-apps-pcep-api',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//protocols/pcep/pcepio:onos-protocols-pcep-pcepio',
|
|
'//protocols/pcep/api:onos-protocols-pcep-api',
|
|
'//protocols/pcep/ctl:onos-protocols-pcep-ctl',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
)
|