onos/apps/yms/api/BUCK
Bharat saraswal 1f371988b4 [ONOS-5588] buck file added for yms app.
Change-Id: Ieb409382ece469afcd63ce4791b45d29d31c3f3e
2016-11-30 19:36:45 +00:00

9 lines
118 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:onos-yang-datamodel',
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)