Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests ( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | ) | ||||
8 | |||||
9 | onos_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 | ) |