blob: 61399c35c24d302d762adcbdbe9b0e6acc642042 [file] [log] [blame]
Zayne Khouja31da33a2016-06-16 11:57:12 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:slf4j-api',
4 '//lib:org.apache.felix.scr.annotations',
5 '//lib:junit',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10)
11
12onos_app (
13 title = 'Learning Switch Tutorial',
14 category = 'Tutorial',
15 url = 'http://onosproject.org',
16 description = 'Tutorial to help user create a learning switch',
17)