APPS = [ | |
'org.onosproject.yang', | |
] | |
COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
'//lib:org.apache.karaf.shell.console', | |
'//lib:onos-yang-model', | |
'//core/store/serializers:onos-core-serializers', | |
'//cli:onos-cli', | |
] | |
osgi_jar ( | |
deps = COMPILE_DEPS, | |
) | |
onos_app ( | |
title = 'Dynamic Config App', | |
category = 'Utility', | |
url = 'http://onosproject.org', | |
description = 'Application to support the Dynamic configuration service and store.', | |
required_apps = APPS, | |
) |