Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Aihua Guo | eb9b378 | 2016-09-09 01:11:40 -0400 | [diff] [blame] | 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//core/store/serializers:onos-core-serializers', |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests ( |
| 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_app ( |
| 12 | title = 'TE Topology Core App', |
| 13 | category = 'Traffic Steering', |
| 14 | url = 'http://onosproject.org', |
| 15 | description = 'Application to create and manage hierarchical TE topologies.', |
| 16 | ) |