mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 08:11:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			371 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			371 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//lib:JACKSON',
 | |
|     '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
 | |
|     '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests (
 | |
|     deps = COMPILE_DEPS,
 | |
| )
 | |
| 
 | |
| onos_app (
 | |
|     title = 'PCEP Protocol API',
 | |
|     category = 'Protocol',
 | |
|     url = 'http://onosproject.org',
 | |
|     description = 'PCEP protocol API.',
 | |
| )
 |