os/boardsupport/emulator/emulatorbsp/ecust_uid.cpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /**
     2 Define PE file .SYMBIAN section.
     3 Notably provides UIDs.
     4 */
     5 
     6 #include <e32cmn.h>
     7 #include <e32cmn_private.h>
     8 
     9 //SL: Currently not used
    10 #pragma data_seg(push,".SYMBIAN")   
    11 __EMULATOR_IMAGE_HEADER2(0x1000007a,0x00000000,0x00000000,EPrioritySupervisor,0x00000000u,0x00000000u,0x00000000,0,0x00010000,0)
    12 #pragma data_seg(pop)