Jian Li 7d36157d7d [ONOS-5750] Add skeleton code of LISP mapping provider
This commit also enables LISP mapping and messsage providers.

Change-Id: I06ff330ba6144bff472c2ede49d9e477aa38880b
2017-01-18 21:06:26 +00:00

10 lines
196 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/lisp/api:onos-protocols-lisp-api',
'//protocols/lisp/msg:onos-protocols-lisp-msg',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)