Le_mdc - could not find during compilation

Good morning… got a silly problem… but cant get out:

this is my adef file where i include le_mdc:

bindings:
{
networkMonitor.networkComponent.le_mdc → modemService.le_mdc
networkMonitor.networkComponent.le_data → dataConnectionService.le_data
}

in my component cdef i have:

requires:
{
api:
{
le_mdc = le_mdc.api
le_data = le_data.api
}
}

but i continue to receive this message during compilation…:
error: Couldn’t find file ‘le_mdc.api’.

Naturally le_mdc.api is interfaces dir loke all others…

going really mad…

Gianmaria

You can see here