mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 00:01:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			357 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			357 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//incubator/api:onos-incubator-api',
 | |
|     '//apps/routing-api:onos-apps-routing-api',
 | |
| ]
 | |
| 
 | |
| osgi_jar (
 | |
|     deps = COMPILE_DEPS,
 | |
| )
 | |
| 
 | |
| onos_app (
 | |
|     title = 'SDN-IP Reactive Routing App',
 | |
|     category = 'Traffic Steering',
 | |
|     url = 'http://onosproject.org',
 | |
|     description = 'SDN-IP reactive routing application.',
 | |
| )
 |