blob: 8a74315386a6e17342281fc54365072964c56de5 [file] [log] [blame]
Aihua Guo1ce2dd12016-08-12 23:37:44 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5osgi_jar_with_tests (
6 deps = COMPILE_DEPS,
7)
8
9onos_app (
10 title = 'TE Topology Core App',
11 category = 'Traffic Steering',
12 url = 'http://onosproject.org',
13 description = 'Application to create and manage hierarchical TE topologies.',
14)