Dimitrios Mavrommatis | bca80a2 | 2017-11-21 18:16:09 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
Dimitrios Mavrommatis | 92d93d5 | 2017-12-02 13:23:27 -0800 | [diff] [blame] | 2 | '//lib:CORE_DEPS', |
Dimitrios Mavrommatis | bca80a2 | 2017-11-21 18:16:09 -0800 | [diff] [blame] | 3 | '//models/common:onos-models-common', |
| 4 | ] |
| 5 | |
| 6 | APPS = [ |
| 7 | 'org.onosproject.models.common', |
| 8 | ] |
| 9 | |
| 10 | yang_model( |
| 11 | app_name = 'org.onosproject.models.fpcagent', |
| 12 | title = 'FPC Agent YANG Models', |
Dimitrios Mavrommatis | 92d93d5 | 2017-12-02 13:23:27 -0800 | [diff] [blame] | 13 | custom_registrator = True, |
Dimitrios Mavrommatis | bca80a2 | 2017-11-21 18:16:09 -0800 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
| 15 | required_apps = APPS, |
| 16 | ) |