blob: f858b4cc55ca83a3758504342d88527484c48c6c [file] [log] [blame]
Gaurav Agrawal28920d82017-10-06 17:39:42 +05301COMPILE_DEPS = [
2 '//models/common:onos-models-common',
3]
4
Gaurav Agrawal45462172017-05-11 21:20:19 +05305yang_model(
6 app_name = 'org.onosproject.models.l3vpn',
Thomas Vachuskab0029682017-08-23 17:55:53 -07007 title = 'L3VPN YANG Models',
Gaurav Agrawal28920d82017-10-06 17:39:42 +05308 deps = COMPILE_DEPS,
Gaurav Agrawal45462172017-05-11 21:20:19 +05309)