Zayne Khouja 31da33adf2 ONOS learning-switch tutorial
Change-Id: Id82a0886be5bbead60ea61dee30dd3ee12d20bbc
2016-08-01 06:15:00 +00:00

17 lines
364 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:slf4j-api',
'//lib:org.apache.felix.scr.annotations',
'//lib:junit',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Learning Switch Tutorial',
category = 'Tutorial',
url = 'http://onosproject.org',
description = 'Tutorial to help user create a learning switch',
)