The following image illustrates the folder structure that the HelloWorldBasic example uses.
The HelloWorldBasic example contains the following folders:
data, which contains the resource
files that are used for the UI and localization
doc, which contains documentation on
the example. To open the documentation, open the folder and double-click the index.html file.
gfx, which contains the graphics used
by the example
group, which contains the build
configuration files used to build the example for the emulator and
the mobile device
inc, which contains the application
header files
sis, which contains the deployment
files required to install the application on a device
src, which contains the application
source files
This application structure is typical for S60 application projects.
For more information on HelloWorldBasic files, see "Example:HelloWorldBasic"