Laszlo Papp 8b3a5f6751 Add a Polatis NETCONF driver
Change-Id: Iecfe8df9d656bebbe82bf01bcaf185a77ccd26d8
2017-10-12 19:58:11 +00:00

10 lines
179 B
Python

COMPILE_DEPS = [
'//models/common:onos-models-common',
]
yang_model (
app_name = 'org.onosproject.models.polatis',
title = 'Polatis YANG Model',
deps = COMPILE_DEPS,
)