onos/apps/yms/BUCK
Bharat saraswal f53b29aea8 [ONOS-5084],[ONOS-5083] YANG schema registry for YMS
Change-Id: I88394307cb9be30237be0bb17e013d7af88a607c
2016-10-11 17:35:50 +00:00

11 lines
193 B
Python

BUNDLES = [
'//apps/yms/api:onos-apps-yms-api',
]
onos_app(
title = 'YANG Management System App',
category = 'Utility',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
)