Zayne Khouja | 31da33a | 2016-06-16 11:57:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:slf4j-api', | ||||
4 | '//lib:org.apache.felix.scr.annotations', | ||||
5 | '//lib:junit', | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 | |||||
12 | onos_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 | ) |