blob: aa9caf1dde662b9a5a744f2f9fb18ac1b02ec9e7 [file] [log] [blame]
APPS = [
# dynamic config
'org.onosproject.config',
]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//apps/config:onos-apps-config',
'//lib:onos-yang-model',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Dynamic Configuration Synchronizer',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Application to support the Dynamic configuration service.',
required_apps = APPS,
)