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

📄 sources

📁 这是运行在windows ce 4.2 版本下的关于硬盘加载的驱动程序
💻
字号:
!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
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


DEFFILE=atapi.def

TARGETNAME=ide
RELEASETYPE = PLATFORM
TARGETTYPE=DYNLINK
TARGETLIBS=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib
SOURCELIBS=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib \
	$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib\
           $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib

DLLENTRY=DllMain

INCLUDES=$(_PUBLICROOT)\common\sdk\inc; $(_PUBLICROOT)\common\ddk\inc;$(_PUBLICROOT)\common\oak\inc;  ..\..\inc


SOURCES=  \
         atamain.cpp \
         atapipcmcia.cpp \
         atapipci.cpp \
         promise.cpp \
         diskmain.cpp \
         atapiio.cpp \
         cdio.cpp \
         helper.cpp \
         dvdioctl.cpp \
         cdaudio.cpp \
         pcicfg.cpp \
         debug.cpp \
         ali.cpp
         

#xref VIGUID {84522799-3172-408b-84b1-77d642f73715}
#xref VSGUID {c9a87c9a-e59d-4a7f-af0f-42a364cfb451}

⌨️ 快捷键说明

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