Thomas Vachuska 22f731c007 Created yang_model bucklet.
Change-Id: I01986161ef40abe4f0df3a9d9a1e7bc43f0eba71
2017-03-23 22:12:06 +00:00

11 lines
186 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
yang_model (
app_name = 'org.onosproject.models.demo',
title = 'Demo YANG Model',
url = 'http://onosproject.org',
deps = COMPILE_DEPS,
)