baseport/syborg/rom/base_syborg.iby
changeset 46 b6935a90ca64
parent 16 73107a0bc259
child 52 0dfaca43d90e
child 53 b8b0521c95b2
equal deleted inserted replaced
45:01c1ffcc4fca 46:b6935a90ca64
    67 
    67 
    68 // IEEE-mode VFP support
    68 // IEEE-mode VFP support
    69 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\evfp.dll			        \sys\bin\evfp.dll
    69 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\evfp.dll			        \sys\bin\evfp.dll
    70 
    70 
    71 
    71 
    72 // Changes allowing us of either portrait or landscape mode
    72 // Either include NGA or Non NGA Framebuffer
    73 //extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd.dll		\sys\bin\lcd.dll
    73 #ifdef SYMBIAN_BASE_USE_GCE
    74 #ifdef _PORTRAIT_
    74 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svpframebuffer.dll	\sys\bin\lcd.dll
       
    75 device[VARID]=KERNEL_DIR\DEBUG_DIR\display.ldd				\sys\bin\display0.ldd
       
    76 #else
       
    77 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd.dll		\sys\bin\lcd.dll
       
    78 #endif
    75 
    79 
    76 #	ifdef _WVGA_
       
    77 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_portrait_wvga.dll		    \sys\bin\lcd.dll
       
    78 #	else //_WVGA_
       
    79 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_portrait.dll		    \sys\bin\lcd.dll
       
    80 #	endif //_WVGA_
       
    81 
       
    82 #else
       
    83 extension[VARID]=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd_landscape.dll		    \sys\bin\lcd.dll
       
    84 #endif
       
    85 
    80 
    86 device[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_eserial.pdd		\sys\bin\euart1.pdd
    81 device[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_eserial.pdd		\sys\bin\euart1.pdd
    87 device[VARID]=		KERNEL_DIR\DEBUG_DIR\ecomm.ldd				\sys\bin\ecomm.ldd
    82 device[VARID]=		KERNEL_DIR\DEBUG_DIR\ecomm.ldd				\sys\bin\ecomm.ldd
    88 
    83 
    89 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\elocd.ldd				\sys\bin\elocd.ldd
    84 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\elocd.ldd				\sys\bin\elocd.ldd
   131 
   126 
   132 //define	ESTART_EXE	e32strt.exe
   127 //define	ESTART_EXE	e32strt.exe
   133 define	ESTART_EXE		_PLATFORM_NAME_e32strt.exe	// customised ESTART
   128 define	ESTART_EXE		_PLATFORM_NAME_e32strt.exe	// customised ESTART
   134 
   129 
   135 define	KEYMAP_FILE	_PLATFORM_NAME_ekdata
   130 define	KEYMAP_FILE	_PLATFORM_NAME_ekdata
       
   131 
       
   132 file=ABI_DIR\DEBUG_DIR\KEYMAP_FILE.dll	\sys\bin\ekdata.dll
       
   133 
   136 #define	SCDV_DLL        _PLATFORM_NAME_scdv.dll
   134 #define	SCDV_DLL        _PLATFORM_NAME_scdv.dll
   137 #define	EUSER_DLL	_PLATFORM_NAME_euser.dll
   135 #define	EUSER_DLL	_PLATFORM_NAME_euser.dll
       
   136 
       
   137 device[VARID] 	=KERNEL_DIR\DEBUG_DIR\pipelib.ldd		\sys\bin\pipelib.ldd
   138 
   138 
   139 
   139 
   140 device[VARID]	=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_soundsc.pdd	    \sys\bin\soundsc.pdd
   140 device[VARID]	=KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_soundsc.pdd	    \sys\bin\soundsc.pdd
   141 device[VARID]	=KERNEL_DIR\DEBUG_DIR\esoundsc.ldd				            \sys\bin\esoundsc.ldd
   141 device[VARID]	=KERNEL_DIR\DEBUG_DIR\esoundsc.ldd				            \sys\bin\esoundsc.ldd
   142 
   142 
       
   143 //add sampling profiler
       
   144 file= KERNEL_DIR\DEBUG_DIR\profiler.exe		\sys\bin\profiler.exe
       
   145 device[VARID] =KERNEL_DIR\DEBUG_DIR\sampler.ldd		\sys\bin\sampler.ldd
       
   146 
       
   147 
   143 #endif  // __BASE_SYBORG_IBY__
   148 #endif  // __BASE_SYBORG_IBY__
   144 
   149