diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-CFC21A23-0299-4420-BB60-584D10C8913A.dita --- a/Symbian3/SDK/Source/GUID-CFC21A23-0299-4420-BB60-584D10C8913A.dita Wed Mar 31 11:11:55 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-CFC21A23-0299-4420-BB60-584D10C8913A.dita Fri Jun 11 12:39:03 2010 +0100 @@ -1,40 +1,36 @@ - - - - - -Updating -the platform UIDThis topic describes how to update the platform UID. -

When porting applications from S60 5th Edition to Symbian^3, you can include -the Symbian^3 platform UID in your application's .pkg file -and create a new .sis installation package using the modified .pkg file. -The platform UID for Symbian^3 is 0x20022E6D.

- If you do not include the Symbian^3 platform UID in your package file -and create a new .sis installation package, the user gets -a compatibility warning when installing the application. The warning may result -in the user canceling the installation. -

To add Symbian^3 UID, include the following line in the .pkg file -of your application:

-[0x20022E6D], 0, 0, 0, {"Series60ProductID"} -

If you have verified that the same binary can be used on multiple Symbian -platform releases, you can include platform UIDs for multiple Symbian platform -releases in your package file as illustrated by the following example:

-;Supports S60 3.0 -[0x101F7961], 0, 0, 0, {"Series60ProductID"} - -;Supports S60 5th Edition -[0x1028315F], 0, 0, 0, {"Series60ProductID"} - -;Supports Symbian^3 -[0x20022E6D], 0, 0, 0, {"Series60ProductID"} - -

For more information and a list of the platform UIDs used in earlier Symbian -platform releases, see Platform -UID.

+ + + + + +Updating the platform UIDThis topic describes how to update the platform UID. +

When porting applications from S60 5th Edition to Symbian^3, you +can include the Symbian^3 platform UID in your application's .pkg file and create a new .sis installation +package using the modified .pkg file. The platform +UID for Symbian^3 is 0x20022E6D.

+ If you do not include the Symbian^3 platform UID in your package +file and create a new .sis installation package, +the user gets a compatibility warning when installing the application. +The warning may result in the user canceling the installation. +

To add Symbian^3 UID, include the following line in the .pkg file of your application:

+[0x20022E6D], 0, 0, 0, {"Series60ProductID"} +

If you have verified that the same binary can be used on multiple +Symbian platform releases, you can include platform UIDs for multiple +Symbian platform releases in your package file as illustrated by the +following example:

+;Supports S60 3.0 +[0x101F7961], 0, 0, 0, {"Series60ProductID"} + +;Supports S60 5th Edition +[0x1028315F], 0, 0, 0, {"Series60ProductID"} + +;Supports Symbian^3 +[0x20022E6D], 0, 0, 0, {"Series60ProductID"} +
\ No newline at end of file