applications/SymbianLogo_TextShell/SymbianLogo.cpp
branchGCC_SURGE
changeset 127 c0501b51f2b9
parent 16 2dd1d22cb0f3
equal deleted inserted replaced
93:285922d13199 127:c0501b51f2b9
    56 	User::LeaveIfError(err);
    56 	User::LeaveIfError(err);
    57     
    57     
    58 	//Open file 
    58 	//Open file 
    59 	
    59 	
    60 	/*
    60 	/*
    61 	File \sf\adaptation\qemu\baseport\syborg\syborg.dts contains board model description, the hostfs@0 block defines both the host path
    61 	File \sf\adapt\qemu\baseport\syborg\syborg.dts contains board model description, the hostfs@0 block defines both the host path
    62 	and target drive. The hostpath is by default set to \svphostfs\ and default drive number is 19 (S:\). If you would like to change this 
    62 	and target drive. The hostpath is by default set to \svphostfs\ and default drive number is 19 (S:\). If you would like to change this 
    63 	edit the dts file and use arm-none-symbianelf-dtc.exe to create updated dtb file
    63 	edit the dts file and use arm-none-symbianelf-dtc.exe to create updated dtb file
    64 	*/
    64 	*/
    65     RFile file; 
    65     RFile file; 
    66     err = file.Open(fs, _L("S:\\symbian_logo.bmp"), EFileRead);
    66     err = file.Open(fs, _L("S:\\symbian_logo.bmp"), EFileRead);