diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-FE9017F4-4197-472F-A3E7-267169A51ABD.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-FE9017F4-4197-472F-A3E7-267169A51ABD.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,53 @@ + + + + + +Registration +

You need to register your applications in order to make them visible +to the application menu and to provide other information to the underlying +operating system. To register, you need to provide a registration resource +file, typically named <application_name>_reg.rss that +contains the non-localized information for your application. Examples of non-localized +information include:

+ +

For more information on how to create a registration file for the non-localized +information for your application, see Creating +registration resource files.

+

You also need to provide localized information for your applications, +such as captions and icons. This is done by either including a name and path +of a localizable icon and caption resource file or the symbolic ID of a LOCALISABLE_APP_INFO data +structure in your application UI resource file. For a discussion of the available +options for where you can place this resource statement, see Localisable +icon/caption definition files.

+

You may define the following localized information:

+ +

For more information on using the LOCALISABLE_APP_INFO data +structure, see Defining +localizable registration information

+ +

You must compile both the non-localized information registration resource +file and the localized information resource file and include the results in +your package file in order for your application to be registered in a mobile +device.

+ +
+
\ No newline at end of file