sl@0: /** sl@0: Define PE file .SYMBIAN section. sl@0: Notably provides UIDs. sl@0: @file elocd_uid.cpp sl@0: */ sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: //const TInt KDynamicLibraryUidValue=0x10000079; sl@0: //const TInt KExecutableImageUidValue=0x1000007a; sl@0: sl@0: sl@0: // Hope we did put the vendor UID at the right place sl@0: // VENDORID 0x70000001 sl@0: sl@0: #pragma data_seg(".SYMBIAN") sl@0: //__EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,0,0x100000c9,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData) sl@0: //0x100000c9 //Why was this used in MMP? sl@0: __EMULATOR_IMAGE_HEADER2(KDynamicLibraryUidValue,KLogicalDeviceDriverUidValue,0,EPriorityForeground,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData) sl@0: #pragma data_seg()