sunish vk 7bdf4d4daa ISIS protocol manual merge from 1.6 due to cherry pick merge conflict
Change-Id: I6c3abf6a83ddaeba76293dc7864fcec88e9b4e7e
2016-06-24 14:28:17 +05:30

17 lines
479 B
Python

BUNDLES = [
'//protocols/isis/api:onos-protocols-isis-api',
'//protocols/isis/ctl:onos-protocols-isis-ctl',
'//protocols/isis/isisio:onos-protocols-isis-isisio',
'//providers/isis/cfg:onos-providers-isis-cfg',
'//providers/isis/topology:onos-providers-isis-topology',
]
onos_app (
title = 'ISIS Provider',
category = 'Provider',
url = 'http://onosproject.org',
description = 'ONOS ISIS protocol adapters.',
included_bundles = BUNDLES,
)