blob: cefb401335b19c0ee21504f15e5c7d1cd5aa6dd7 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
4 '//utils/rest:onlab-rest',
5 '//core/store/serializers:onos-core-serializers',
6]
7
8TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -07009 '//lib:TEST_REST',
10 '//lib:jersey-server',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011]
12
Ray Milkey24439fe2016-04-08 21:50:55 -070013osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 deps = COMPILE_DEPS,
Ray Milkey24439fe2016-04-08 21:50:55 -070015 test_deps = TEST_DEPS,
16 web_context = '/onos/v1/acl',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)
18
Ray Milkey24439fe2016-04-08 21:50:55 -070019onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070020 title = 'Access Control Lists',
Ray Milkey24439fe2016-04-08 21:50:55 -070021 category = 'Security',
22 url = 'http://onosproject.org',
23 description = 'ONOS ACL application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080024)