Hello.
When applying to Symbian Signed certification, we need to specify list of capabilities
used in our application, and for each, a list of API's for which it is needed.
(if i got right)
- is this correct ?
I can retrieve the list of capabilities easily, but I can't think of a
better way to retrieve which API require each of those capabilities, then
to go through all of the application source and look up for every method call
from any API it's documentation for required capabilities,
which will probably be insanely time consuming.
did I miss anything ?
Thank you.





