⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 WM9713 audio codec driver for WinCE 5.0
💻
字号:
!if 0
 *-----------------------------------------------------------------------------
 * Copyright (c) Wolfson Microelectronics plc.  All rights reserved.
 *
 * This software as well as any related documentation is furnished under 
 * license and may only be used or copied in accordance with the terms of the 
 * license. The information in this file is furnished for informational use 
 * only, is subject to change without notice, and should not be construed as 
 * a commitment by Wolfson Microelectronics plc. Wolfson Microelectronics plc
 * assumes no responsibility or liability for any errors or inaccuracies that
 * may appear in this document or any software that may be provided in
 * association with this document. 
 *
 * Except as permitted by such license, no part of this document may be 
 * reproduced, stored in a retrieval system, or transmitted in any form or by 
 * any means without the express written consent of Wolfson Microelectronics plc. 
 *
 * $Id: sources 2813 2006-03-09 17:34:29Z ian $
 *
 * This makefile builds the battery driver.
 *
 * Warning:
 *  This driver is specifically written for Wolfson devices.  It is
 *  not a general AC 97 device driver.
 *
 *-----------------------------------------------------------------------------
!endif
!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft 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 LICENSE.RTF on your
install media.
!endif

!IF "$(BSP_NOWOLFSON)" == "1"
SKIPBUILD=1
!ENDIF

!IF "$(BSP_NOBATTERY)" == "1"
SKIPBUILD=1
!ENDIF

WINCEOEM=1

!IF "$(_TGTPROJ)" != "uldr"
WARNISERROR=1
!ENDIF

TARGETNAME=battdrvr
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK

TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib

SOURCELIBS= \
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\battdrvr_lib.lib   \
!if "$(WM_BSP)" == "BVDMAIN"
	$(_TARGETPLATROOT)\lib\$(_CPUDEPPATH)\xllplib.lib       \
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\dma.lib           \
!endif
!if "$(WM_BSP)" == "INTEL_DBPXA27X"
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\pxa27x_xllp.lib   \
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\pxa27x_dma.lib    \
!endif
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\Wolfson.lib

EXT_INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(INCLUDES)

!if 0
 *
 * Include the Wolfson common defines.  This sets compiler options based
 * on the BSP environment variables.
 *
!endif
!include $(_TARGETPLATROOT)\WMCommonDefines

DEFFILE=battdrvr.def

SOURCES= battif.c

⌨️ 快捷键说明

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