Laszlo Papp 624bd2840e Specify the common models as runtime dependency
Change-Id: Id62dba0bf8e5fa9f674922ab230a4e735a19ba02
2017-11-02 16:51:32 +00:00

15 lines
252 B
Python

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