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

📄 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 2861 2006-04-11 00:24:19Z ian $
 *
 * This makefile builds the common core of the Wolfson AC'97 Codec drivers.
 *
 * Warning:
 *  This driver is specifically written for Wolfson AC97 Audio Codecs.  It is
 *  not a general AC 97 CODEC device driver.
 *
 *-----------------------------------------------------------------------------
!endif

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

WDCLROOT=..
!include ..\WMCommonSources

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

TARGETNAME=WMCore
RELEASETYPE=PLATFORM
WINCECPU=1
TARGETTYPE=LIBRARY
WINCECOD=1

SYNCHRONIZE_DRAIN=1
SYNCHRONIZE_BLOCK=1

SOURCELIBS= \
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\WMChipDefs.lib	\
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\WMTest.lib
	
SOURCES=                    \
    UserProfiles.c          \
    WM2WireLink.c           \
    WM8731Audio.c           \
    WM8731Power.c           \
    WM8753Audio.c           \
    WM8753AudioPaths.c      \
    WM8753Power.c           \
    WM9713Audio.c           \
    WM97Audio.c             \
    WM97AudioPaths.c        \
    WM97Power.c             \
    WMACLink.c              \
    WMAudio.c               \
    WMAudioInternal.c       \
    WMAudioPaths.c          \
    WMAudioSignals.c        \
    WMAudioStream.c         \
    WMAuxADC.c              \
    WMControlLink.c         \
    WMDeviceUtil.c          \
    WMDiagnostics.c         \
    WMDriverMessage.c       \
    WMGPIO.c                \
    WMI2SAudio.c            \
    WMPower.c               \
    WMProfiles.c            \
    WMTouch.c               \
    WMVoice.c               \
    WMWaveGen.c             \

⌨️ 快捷键说明

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