Hi. I’m trying to add the api for le_cellnet
. I added in the .adef file: positionlog.PositionLogComponent.le_cellnet -> cellNetService.le_cellnet
and in the cdef file: le_cellnet.api
. Once i did this and tried to build, i got error that it couldn’t find le_sim.api
.
Fair enough, so i tried to add that api in aswell as this:
positionlog.PositionLogComponent.le_sim -> modemService.le_sim
and modemServices/le_sim.api
.
When trying to build this now I still get that it cant find le_sim.api
Im using legato version 17.10.0
Anyone know the answer to this?