语言

Menu
Sites
Language
[platform] how to determin required package list for platform projects

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) -------------

响应

1 回复
Yasin Ali

Hi~,

While adding 'features/APIs to the project' check directory structure of that features/APIs to find in which package it is residing.

Also, I did not find any assistive tool to show matched package for each APIs.