!if 0
Copyright (c) 2005. Samsung Electronics, co. ltd.  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_NOI2C)" == "1"
SKIPBUILD=1
!endif

RELEASETYPE=PLATFORM
TARGETNAME=i2c
TARGETTYPE=DYNLINK
DLLENTRY=DllEntry

SOURCES= \
    I2CHwCtxt.cpp	\
    I2CEmulCtxt.cpp	\
    I2CWrapper.cpp

TARGETLIBS= \
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib
	
SOURCELIBS=\
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\I2CEMUL_G0.lib \
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\I2CEMUL_Engine.lib \


INCLUDES=\
	$(INCLUDES);\





