Cannot use le_cellnet.api

Hi,

I’m using Legato 19.11.6 and trying to use the Cellular Network api:

leaf-workspace:

{
    "leafMinVersion": "2.4.0",
    "profiles": {
        "wp76stable": {
            "packages": {
                "swi-wp76": "5.0.6"
            }
        }
    }
}

client.adef:

executables:
{
	clientExe = ( clientComponent )
}

processes:
{
	run:
	{
		( clientExe )
	}
}

bindings:
{
    clientExe.clientComponent.le_cellnet -> cellNetService.le_cellnet
}

but I’m getting the following error:

(lsh:wp76stable) mangoh@mangoh-dev:~/Desktop/workspace$ mkapp  -t wp76xx client/client.adef 
** ERROR:
/home/mangoh/Desktop/workspace/client/clientComponent/Component.cdef:10:8: error: Can't find dependent .api file: 'le_sim.api'.

in this test application I’m not using le_sim.api so I find it strange to get such an error.
can anyone help me with this?

thanks!

The cdef file is calling this .api file

You can also see here