blob: 70f780a746e9108829959667c2360329f778e164 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//models/common:onos-models-common',
]
APPS = [
'org.onosproject.models.common',
]
yang_model(
app_name = 'org.onosproject.models.fpcagent',
title = 'FPC Agent YANG Models',
custom_registrator = True,
deps = COMPILE_DEPS,
required_apps = APPS,
)