blob: 61399c35c24d302d762adcbdbe9b0e6acc642042 [file] [log] [blame]
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',
)