blob: 3ab6536d34f09ca0b81aa01be9f0ae468989af54 [file] [log] [blame]
Sean Condon1dbcd712017-10-19 12:09:21 +01001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//models/common:onos-models-common',
4]
5
6APPS = [
7 'org.onosproject.models.common',
8]
9
Sean Condon06613e92017-06-09 15:14:01 +010010yang_model(
11 app_name = 'org.onosproject.models.microsemi',
Thomas Vachuskab0029682017-08-23 17:55:53 -070012 title = 'Microsemi YANG Models',
Sean Condon1dbcd712017-10-19 12:09:21 +010013 custom_registrator = True,
14 deps = COMPILE_DEPS,
15 required_apps = APPS,
Sean Condon06613e92017-06-09 15:14:01 +010016)