Thomas Vachuska ca0b5dfb38 Cleaning up application categories.
Change-Id: Id3c937323123b6089cedf7b31cd01151f6aca8e1
2018-06-23 04:18:30 +00:00

16 lines
288 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Proxy ARP/NDP',
category = 'Traffic Engineering',
url = 'http://onosproject.org',
description = 'Proxy ARP/NDP application.',
)