blob: 70f780a746e9108829959667c2360329f778e164 [file] [log] [blame]
Dimitrios Mavrommatisbca80a22017-11-21 18:16:09 -08001COMPILE_DEPS = [
Dimitrios Mavrommatis92d93d52017-12-02 13:23:27 -08002 '//lib:CORE_DEPS',
Dimitrios Mavrommatisbca80a22017-11-21 18:16:09 -08003 '//models/common:onos-models-common',
4]
5
6APPS = [
7 'org.onosproject.models.common',
8]
9
10yang_model(
11 app_name = 'org.onosproject.models.fpcagent',
12 title = 'FPC Agent YANG Models',
Dimitrios Mavrommatis92d93d52017-12-02 13:23:27 -080013 custom_registrator = True,
Dimitrios Mavrommatisbca80a22017-11-21 18:16:09 -080014 deps = COMPILE_DEPS,
15 required_apps = APPS,
16)