os/kernelhwsrv/userlibandfileserver/fileserver/group/efile_uid.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /**
     2 Define PE file .SYMBIAN section.
     3 Notably provides UIDs.
     4 @file efile_uid.cpp
     5 */
     6 
     7 #include <e32cmn.h>
     8 #include <e32cmn_private.h>
     9 #include <e32uid.h>
    10 
    11 //const TInt KDynamicLibraryUidValue=0x10000079;
    12 //const TInt KExecutableImageUidValue=0x1000007a;
    13 
    14 
    15 // Hope we did put the vendor UID at the right place
    16 // VENDORID 0x70000001
    17 
    18 #pragma data_seg(".SYMBIAN")
    19 __EMULATOR_IMAGE_HEADER2(KExecutableImageUidValue,0x1000008c,0x100039e3,EPriorityFileServer,0x00000000u,0x00000000u,0x00000000,0x70000002,0x00010000,KEmulatorImageFlagAllowDllData)
    20 #pragma data_seg()