Yuta HIGUCHI 8810aa4d1f Device config synchronizer
- initial sketch of Device Config Synchronizer outline (ONOS-6745)

Change-Id: I57c8ab6c3511f12c15e3501aa61498eb18264b27
2017-08-29 18:27:23 +00:00

23 lines
453 B
Python

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,
)