author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
1 /**
2 Define PE file .SYMBIAN section.
3 Notably provides UIDs.
4 @file cenrepsrv_uid.cpp
5 */
7 #include <e32cmn.h>
8 #include <e32cmn_private.h>
9 #include <e32uid.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,0x10202BE9,EPrioritySupervisor,0x00000000u,0x00000000u,0x00000000,0x70000001,0x00010000,KEmulatorImageFlagAllowDllData)
20 #pragma data_seg()