Read adef parameters from application?

Is is possible for an application to read a parameter specified in its adef file, e.g. maxFileBytes, at run time?

How about this?

root@swi-mdm9x15:/legato/systems/current# config get /apps/hello2/cpuShare
1024

You can also see here:

Does Legato automatically build a config tree with the adef parameters? I don’t see this in the documentation.

I think so, are you able to find those parameters like below?

root@swi-mdm9x15:/legato/systems/current# config get /apps/hello2/cpuShare
1024

Thanks, after I understood the “directory” structure I was able to find the adef parameters. Just execute this first:

root@swi-mdm9x28-wp:~# config get /apps/*yourappname*