Update contrib.
2 Define PE file .SYMBIAN section.
8 #include <e32cmn_private.h>
11 //const TInt KDynamicLibraryUidValue=0x10000079;
12 //const TInt KExecutableImageUidValue=0x1000007a;
15 // Hope we did put the vendor UID at the right place
16 // VENDORID 0x70000001
18 #pragma data_seg(".SYMBIAN")
19 //__EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,0,0x100000c9,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData)
20 //0x100000c9 //Why was this used in MMP?
21 __EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,KLogicalDeviceDriverUidValue,0,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData)