Gaurav Agrawal | 28920d8 | 2017-10-06 17:39:42 +0530 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//models/common:onos-models-common', | ||||
3 | ] | ||||
4 | |||||
Gaurav Agrawal | 4546217 | 2017-05-11 21:20:19 +0530 | [diff] [blame] | 5 | yang_model( |
6 | app_name = 'org.onosproject.models.l3vpn', | ||||
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 7 | title = 'L3VPN YANG Models', |
Gaurav Agrawal | 28920d8 | 2017-10-06 17:39:42 +0530 | [diff] [blame^] | 8 | deps = COMPILE_DEPS, |
Gaurav Agrawal | 4546217 | 2017-05-11 21:20:19 +0530 | [diff] [blame] | 9 | ) |