onos/apps/cfm/BUCK
Sean Condon 6aad284354 Refactor of CFM code part2 - API
Change-Id: Id1407e140b561fbe7ab79e0726f50e9276f3e20b
2018-02-27 15:46:31 +00:00

14 lines
366 B
Python

BUNDLES = [
'//apps/cfm/api:onos-apps-cfm-api',
'//apps/cfm/app:onos-apps-cfm-app',
'//apps/cfm/nbi:onos-apps-cfm-nbi',
]
onos_app (
title = 'Layer 2 Monitoring CFM Application',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Layer 2 Monitoring Connectivity Fault Management App',
included_bundles = BUNDLES,
)