Legato Libraries

Hi,

Thanks for your answer, it becomes clearer now! In fact, at first, I used the libraries like you advised me to do. But I couldn’t find any documentation on the contents of the libraries stored into

So I don’t really know which one I have to use for a given application.

For example, I tried to use the Audio API’s (pick/hang up a call) so I added those libraries :

executables: audio ( audio.c ~/Documents/LEGATO/legato-AlphaB-r1/build/ar7/staging/usr/local/lib/lible_pa_audio.so ~/Documents/LEGATO/legato-AlphaB-r1/build/ar7/staging/usr/local/lib/lible_audio_services.so ~/Documents/LEGATO/legato-AlphaB-r1/build/ar7/staging/usr/local/lib/lible_mdm_client.so ) import: /usr/local/lib/lible_pa_audio.so /lib/ /usr/local/lib/lible_audio_services.so /lib/ /usr/local/lib/lible_mdm_client.so /lib/

The application compile with mkapp with no problem, but when I download the application on the board, I got this error message:

However if I search the library into legato’s framework :

VirtualBox:~/Documents/LEGATO/legato-AlphaB-r1/build/ar7/staging/usr/local/lib$ grep libalsa_intf.so.1 *.so Binary file lible_audio_services.so matches Binary file lible_mdm_services.so matches Binary file lible_pa_audio.so matches

I’m a bit lost because I included lible_audio_services.so and lible_pa_audio.so.
Did i add the correct libraries ?

Also, which libraries do i need to import if i want to use:
- the Data Connection Services API ?
- the Modem Remote Management API ?
- the Modem API’s ? (are they all contained into lible_mdm_client.so and lible_data_client.so ?)

Regards,