Henry Yu 47df0e34dd BUCK changes in TE topology and RESTCONF
1. BUCK file fixes in RESTCONF
2. Changed tenbi/yangmodel bundle to feature. This is required for YMS
   schema registration.
3. Added TE topology, TE tunnel, tenbi, restconf server, and TE provider to modules.defs.

Change-Id: I5bc3208c7fe823352500a63f87bfd990cb3037b4
2017-02-24 17:02:40 +00:00

15 lines
525 B
Python

BUNDLES = [
'//protocols/restconf/server/api:onos-protocols-restconf-server-api',
'//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr',
'//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp',
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
]
onos_app (
app_name = 'org.onosproject.protocols.restconfserver',
title = 'RESTCONF Server Module',
category = 'Utility',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
)