Thomas Vachuska 803278eda7 Adding support for custom model registrator and supporting Java code
to be built and packaged along with the auto-generated artifacts that
represent the YANG model.

Change-Id: I62c121f22680d483df40662da6a73c1bae43826b
2017-10-06 22:47:48 +00:00

8 lines
154 B
Python

yang_model (
app_name = 'org.onosproject.models.common',
title = 'Common YANG Models',
custom_registrator = True,
deps = [ '//lib:CORE_DEPS' ]
)