platform.bib

来自「Cirrus EP9315 wince bsp」· BIB 代码 · 共 53 行

BIB
53
字号
;**********************************************************************
;                                                                      
; Filename: platform.bib
;                                                                      
; Description: Contains the modules loaded for Windows CE.
;
; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
; PARTICULAR PURPOSE.
;
; Use of this source code is subject to the terms of the Cirrus end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to 
; use this source code. For a copy of the EULA, please see the 
; EULA.RTF on your install media.
;
; Copyright(c) Cirrus Logic Corporation 2002, All Rights Reserved                       
;                                                                      
;**********************************************************************


MODULES


IF BSP_EDB9301_AUDIO
   wavedev.dll      $(_FLATRELEASEDIR)\wavedev.dll          NK  SH
ENDIF

IF BSP_EP93XX_CRUNCH
   crunchlib.dll    $(_PLATFORMROOT)\ep931x\crunchlib\crunchlib.dll  NK  SH
ENDIF

IF BSP_EDB9301_ETHERNET
   cs8950.dll       $(_FLATRELEASEDIR)\cs8950.dll           NK  SH
ENDIF

;;;  IF SYSGEN_IRDA
;;;     irsir.dll       $(_FLATRELEASEDIR)\irsir.dll            NK  SH
;;;  ENDIF


IF BSP_EDB9301_SERIAL
    pl010serial.dll $(_FLATRELEASEDIR)\pl010serial.dll      NK  SH
ENDIF

IF BSP_EDB9301_USB
    ohci.dll        $(_FLATRELEASEDIR)\ohci.dll             NK  SH
ENDIF


FILES

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?