Thomas Vachuska c1732fd020 Refactoring OpenROADM app to distribute the model as a separate app
and to locate the YANG models under /models tree.

Change-Id: Iff36569d7880e7930b4a1c24a6b36a7ea3760f20
2017-05-10 23:08:14 +00:00

10 lines
201 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//models/openroadm:onos-models-openroadm',
'//core/store/serializers:onos-core-serializers',
] + YANG_TOOLS
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)