blob: 5fae4f659208ae42c197989df86480132751f622 [file] [log] [blame]
Thomas Vachuska73436b52017-03-22 19:50:47 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Thomas Vachuska22f731c2017-03-23 15:00:08 -07005yang_model (
Thomas Vachuska73436b52017-03-22 19:50:47 -07006 app_name = 'org.onosproject.models.demo',
7 title = 'Demo YANG Model',
Thomas Vachuska73436b52017-03-22 19:50:47 -07008 url = 'http://onosproject.org',
Thomas Vachuska22f731c2017-03-23 15:00:08 -07009 deps = COMPILE_DEPS,
Thomas Vachuska73436b52017-03-22 19:50:47 -070010)