!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 0
-- Intel Copyright Notice --
!endif
!if 0
Copyright (c) 2002-2008 Intel Corporation All Rights Reserved.
!endif
!if 0
@par
The source code contained or described herein and all documents
related to the source code ("Material") are owned by Intel Corporation
or its suppliers or licensors.  Title to the Material remains with
Intel Corporation or its suppliers and licensors.
!endif
!if 0
@par
The Material is protected by worldwide copyright and trade secret laws
and treaty provisions. No part of the Material may be used, copied,
reproduced, modified, published, uploaded, posted, transmitted,
distributed, or disclosed in any way except in accordance with the
applicable license agreement .
!endif
!if 0
@par
No license under any patent, copyright, trade secret or other
intellectual property right is granted to or conferred upon you by
disclosure or delivery of the Materials, either expressly, by
implication, inducement, estoppel, except in accordance with the
applicable license agreement.
!endif
!if 0
@par
Unless otherwise agreed by Intel in writing, you may not remove or
alter this notice or any other notice embedded in Materials by Intel
or Intel's suppliers or licensors in any way.
!endif
!if 0
@par
For further details, please see the file README.TXT distributed with
this software.
!endif
!if 0
@par
-- End Intel Copyright Notice --
!endif

!IF 0
Note on DOSYSGEN: the sysgen process runs "build" on this sources file to
produce a LIB file, even though the end target will be a DLL or an EXE.  This
is because COREDLL, which is linked implicitly to all such targets, can be
componentized and we want to avoid invoking COREDLL APIs that may not be
available after sysgen.  If you want to build and link this target AFTER the sysgen
is complete, comment out the following line -- otherwise you will get a LIB
file.
!ENDIF
DOSYSGEN=0

SYNCHRONIZE_DRAIN=1

RELEASETYPE=PLATFORM
TARGETNAME=ichhda
TARGETTYPE=DYNLINK
TARGETLIBS= \
	$(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib\
	$(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib

!IF "$(BSP_WAVEDEV_MSAUTO)" == "1"
CDEFINES=$(CDEFINES) -DHDA_AUTOCOMP_ART_SUPPORT
TARGETLIBS=$(TARGETLIBS) $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\autocomp.lib
INCLUDES=C:\WINCE600\PUBLIC\AUTOCOMP\OAK\INC
!ENDIF

WINCEOEM=1

SOURCES= \
    mixdrv.cpp \
    drvrctxt.cpp \
    decibels.cpp \
    schda.cpp \
    strmctxt.cpp \
    wavmain.cpp \
    cregkey.cpp \
    wavhdrq.cpp \
    helper.cpp \
    version.rc
    
!IF "$(BSP_WAVEDEV_MSAUTO)" == "1"
SOURCES=$(SOURCES) \
    AudioRouter.cpp \
    SmartLock.cpp
!ENDIF	    

#xref VIGUID {24738f73-c3c5-42fa-b644-33612385bb68}
#xref VSGUID {13dc936d-907c-40b6-b626-3841a3209233}
