Hi,
If I create a pltform project on IDE, some configuration files are generated and they are holding a kind of "required package list" like the following lines.
> pkg_check_modules(PKGS REQUIRED
> elementary
> capi-appfw-application
> capi-system-system-settings
> efl-extension
> dlog)
My question is, how I can determin which packages are required by adding more features/APIs to the project?
Is there any kind of table or tool to show matched package for each APIs?
Thanks.
----------- Kim, GeunSoo (Andy) -------------