diff -r 000000000000 -r bde4ae8d615e os/kernelhwsrv/kernel/eka/drivers/locmedia/elocd_uid.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/kernelhwsrv/kernel/eka/drivers/locmedia/elocd_uid.cpp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,22 @@ +/** +Define PE file .SYMBIAN section. +Notably provides UIDs. +@file elocd_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 + +#pragma data_seg(".SYMBIAN") +//__EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,0,0x100000c9,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData) +//0x100000c9 //Why was this used in MMP? +__EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,KLogicalDeviceDriverUidValue,0,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData) +#pragma data_seg()