blob: 7f6d5b8afd120d20d98e78940a44ec00468235e1 [file] [log] [blame]
Gaurav Agrawal28920d82017-10-06 17:39:42 +05301COMPILE_DEPS = [
Gaurav Agrawal55880572017-11-15 18:41:49 +05302 '//lib:CORE_DEPS',
Gaurav Agrawal28920d82017-10-06 17:39:42 +05303 '//models/common:onos-models-common',
4]
5
Gaurav Agrawalf2a8c2b2017-10-06 20:45:11 +05306APPS = [
7 'org.onosproject.models.common',
8]
9
Gaurav Agrawal45462172017-05-11 21:20:19 +053010yang_model(
11 app_name = 'org.onosproject.models.l3vpn',
Thomas Vachuskab0029682017-08-23 17:55:53 -070012 title = 'L3VPN YANG Models',
Gaurav Agrawal55880572017-11-15 18:41:49 +053013 custom_registrator = True,
Gaurav Agrawal28920d82017-10-06 17:39:42 +053014 deps = COMPILE_DEPS,
Gaurav Agrawalf2a8c2b2017-10-06 20:45:11 +053015 required_apps = APPS,
Gaurav Agrawal45462172017-05-11 21:20:19 +053016)