Yixiao Chen 39828a6130 [ONOS-4879][ONOS-5024][ONOS-5025]TE Topology NBI
The APP introduces IETF TE Topology YANG models as RESTCONF NBI,
and it works as an adapter for data conversion between
YMS(YANG generated JAVA classes) and TE Topology Core subsystem.

The APP implements the following interfaces:
IetfNetworkService Interface
IetfTopologyService Interface
IetfNetworkTopologyService Interface

Change-Id: I761ff684bde4b64ca42bb1b0d5b1ddfb8a2377fd
2016-10-11 17:43:30 +00:00

10 lines
147 B
Python

COMPILE = [
'//lib:guava',
]
#yang_library(
# deps = COMPILE,
# name = 'onos-app-tenbi-yangmodel',
# srcs = glob(['src/main/**/*.yang']),
#)