diff -r 000000000000 -r bde4ae8d615e os/kernelhwsrv/userlibandfileserver/fileserver/sfat/elocal_uid.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/kernelhwsrv/userlibandfileserver/fileserver/sfat/elocal_uid.cpp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,23 @@ +/** +Define PE file .SYMBIAN section. +Notably provides UIDs. +@file elocal_uid.cpp +*/ + +#include +#include +#include + +//const TInt KDynamicLibraryUidValue=0x10000079; +//const TInt KExecutableImageUidValue=0x1000007a; + + +// Hope we did put the vendor UID at the right place +// VENDORID 0x70000001 + + +//Why 0x100000d6? + +#pragma data_seg(".SYMBIAN") +__EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,0x100039df,0,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData) +#pragma data_seg()