diff -r 000000000000 -r bde4ae8d615e os/boardsupport/emulator/emulatorbsp/ecust_uid.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/boardsupport/emulator/emulatorbsp/ecust_uid.cpp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,12 @@ +/** +Define PE file .SYMBIAN section. +Notably provides UIDs. +*/ + +#include +#include + +//SL: Currently not used +#pragma data_seg(push,".SYMBIAN") +__EMULATOR_IMAGE_HEADER2(0x1000007a,0x00000000,0x00000000,EPrioritySupervisor,0x00000000u,0x00000000u,0x00000000,0,0x00010000,0) +#pragma data_seg(pop) \ No newline at end of file