commit | 28920d8101fb573d33f1567950cafe681dbae29d | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Fri Oct 06 17:39:42 2017 +0530 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Fri Oct 06 18:18:10 2017 +0530 |
tree | 25c884086c3a792dc7a1108633e5763fa5bfe002 | |
parent | 3da62124b0234d5a75f64f01c09e129cf2fb841a [diff] [blame] |
Addition of common model. Change-Id: If5fd6bae01a59ebf9d27f8369ac3403c83f70fad
diff --git a/models/l3vpn/BUCK b/models/l3vpn/BUCK index dae4099..f858b4c 100644 --- a/models/l3vpn/BUCK +++ b/models/l3vpn/BUCK
@@ -1,4 +1,9 @@ +COMPILE_DEPS = [ + '//models/common:onos-models-common', +] + yang_model( app_name = 'org.onosproject.models.l3vpn', title = 'L3VPN YANG Models', + deps = COMPILE_DEPS, )