1274 lines
37 KiB
XML
1274 lines
37 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="android_usb"
|
|
ProjectGUID="{D980BE56-A7AB-4E05-919B-677FB7716307}"
|
|
RootNamespace="android_usb"
|
|
Keyword="MakeFileProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="0">
|
|
<Tool
|
|
Name="VCNMakeTool"
|
|
BuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -beEIFZ
|
|
cd %PROJECTDIR%
|
|
copy /Y android_usb.inf ..\build\debug\i386\android_usb.inf
|
|
copy /Y C:\WINDDK\6000\redist\wdf\x86\WdfCoInstaller01005.dll ..\build\debug\i386
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\debug\i386 /os:XP_X86,Server2003_X86,Vista_X86
|
|
"
|
|
ReBuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -cbeEIFZ
|
|
cd %PROJECTDIR%
|
|
copy /Y android_usb.inf ..\build\debug\i386\android_usb.inf
|
|
copy /Y C:\WINDDK\6000\redist\wdf\x86\WdfCoInstaller01005.dll ..\build\debug\i386
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\debug\i386 /os:XP_X86,Server2003_X86,Vista_X86
|
|
"
|
|
CleanCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -c0"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="0">
|
|
<Tool
|
|
Name="VCNMakeTool"
|
|
BuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -beEIFZ
|
|
cd %PROJECTDIR%
|
|
copy /Y android_usb.inf ..\build\release\i386\android_usb.inf
|
|
copy /Y C:\WINDDK\6000\redist\wdf\x86\WdfCoInstaller01005.dll ..\build\release\i386
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\release\i386 /os:XP_X86,Server2003_X86,Vista_X86
|
|
"
|
|
ReBuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -cbeEIFZ
|
|
cd %PROJECTDIR%
|
|
copy /Y android_usb.inf ..\build\release\i386\android_usb.inf
|
|
copy /Y C:\WINDDK\6000\redist\wdf\x86\WdfCoInstaller01005.dll ..\build\release\i386
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\release\i386 /os:XP_X86,Server2003_X86,Vista_X86
|
|
"
|
|
CleanCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre WXP
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -c0"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug-64|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="0">
|
|
<Tool
|
|
Name="VCNMakeTool"
|
|
BuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -beEIFZ
|
|
cd %PROJECTDIR%
|
|
copy android_usb.inf ..\build\debug\amd64\android_usb.inf
|
|
copy C:\WINDDK\6000\redist\wdf\amd64\WdfCoInstaller01005.dll ..\build\debug\amd64
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\debug\amd64 /os:XP_X64,Server2003_X64,Vista_X64
|
|
"
|
|
ReBuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -cbeEIFZ
|
|
cd %PROJECTDIR%
|
|
copy android_usb.inf ..\build\debug\amd64\android_usb.inf
|
|
copy C:\WINDDK\6000\redist\wdf\amd64\WdfCoInstaller01005.dll ..\build\debug\amd64
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
SignTool sign /v /s AndroidTestCertStore /n Android /t http://timestamp.verisign.com/scripts/timestamp.dll ..\build\debug\amd64\androidusb.sys
|
|
Inf2Cat /driver:..\build\debug\amd64 /os:XP_X64,Server2003_X64,Vista_X64
|
|
SignTool sign /v /s AndroidTestCertStore /n Android /t http://timestamp.verisign.com/scripts/timestamp.dll ..\build\debug\amd64\androidusba64.cat"
|
|
CleanCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ chk AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -c0"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release-64|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="0">
|
|
<Tool
|
|
Name="VCNMakeTool"
|
|
BuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -beEIFZ
|
|
cd %PROJECTDIR%
|
|
copy android_usb.inf ..\build\release\amd64\android_usb.inf
|
|
copy C:\WINDDK\6000\redist\wdf\amd64\WdfCoInstaller01005.dll ..\build\release\amd64
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\release\amd64 /os:XP_X64,Server2003_X64,Vista_X64
|
|
"
|
|
ReBuildCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -cbeEIFZ
|
|
cd %PROJECTDIR%
|
|
copy android_usb.inf ..\build\release\amd64\android_usb.inf
|
|
copy C:\WINDDK\6000\redist\wdf\amd64\WdfCoInstaller01005.dll ..\build\release\amd64
|
|
set PATH=%PATH%;C:\WINDDK\6001.18001\bin\SelfSign
|
|
Inf2Cat /driver:..\build\release\amd64 /os:XP_X64,Server2003_X64,Vista_X64
|
|
"
|
|
CleanCommandLine="call C:\WinDDK\6000\bin\setenv.bat C:\WinDDK\6000\ fre AMD64 WNET
|
|
set PROJECTDIR=$(ProjectDir)
|
|
set DRIVE=%PROJECTDIR:~0,2%
|
|
%DRIVE%
|
|
cd %PROJECTDIR%
|
|
build -c0"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\android_usb_device_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_driver_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_wdf_object.cpp">
|
|
</File>
|
|
<Filter
|
|
Name="File"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\android_usb_bulk_file_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_device_file_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_file_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_interrupt_file_object.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_pipe_file_object.cpp">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\android_usb_device_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_driver_defines.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_driver_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_inl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_new_delete.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_pool_tags.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_wdf_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\precomp.h">
|
|
</File>
|
|
<Filter
|
|
Name="DDK"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\1394.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\61883.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\accctrl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\acpiioct.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\amtvuids.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ata.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\atm.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\aux_klib.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\avc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\avcstrm.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\backpack.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bdasup.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bthddi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bthguid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bthioctl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bthref.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\bthsdpddi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\buffring.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\classpnp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\clfs.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\clfslsn.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\clfsmsg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\cloneviewhelper.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\cloneviewhelper.idl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\codecapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\csq.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d3dhal.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d3dhalex.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d3dkmdt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d3dukmdt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d3dvec.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d4drvif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\d4iface.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dciddi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dciman.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dderror.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dispmprt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dmusicks.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dmusics.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dmusprop.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\driverspecs.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\drivinit.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\drmk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dsfhrmports.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dsfif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dxapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\dxva9typ.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ExDispid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fcb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fcbtable.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\filterpipeline.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\filterpipelineutil.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fltKernel.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fltsafe.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fltUser.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fltUserStructures.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fltWinError.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\fsctlbuf.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hbaapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hbapiwmi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hdaudio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hidclass.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hidpddi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hidport.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\hubbusif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\i2cgpio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\imgerror.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\imgerror.idl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ioaccess.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iointex.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ip6firewall.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ipfirewall.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ipinfo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\irb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\irclass_ioctl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsicfg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsidef.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsierr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsifnd.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsilog.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsimgt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsiop.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\iscsiprf.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\isvbop.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\isvbop.inc">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\kbdmou.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ksi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\lmstats.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\lmuseflg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\lmwksta.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\lowio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mcd.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mce.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mf.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\midatlax.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\miniport.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\minitape.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mmc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mountdev.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mountmgr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mrx.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mrxfcb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\msdadc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\msdaguid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\msdasc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mshtmhst.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\mshtml.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\msviddrv.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\namcache.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ndis.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ndisguid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ndistapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ndiswan.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ndr64types.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\netioddk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\netpnp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\nodetype.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\npapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntagp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntddk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntddnlb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntddpcm.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntddsd.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntddsfio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntifs.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntimage.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntintsafe.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntlmsp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntnls.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntpoapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntrxdef.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntsam.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\api\ntstatus.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\api\ntstatus.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ntstrsafe.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\oledberr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\oprghdlr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\parallel.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\pciprop.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\pfhook.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\poclass.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portabledevice.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portabledeviceclassextension.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portabledeviceclassextension.idl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portabledevicetypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portabledevicetypes.idl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\portcls.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\prefix.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\prnasnot.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ptpusd.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\punknown.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rdbss.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\richedit.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\richole.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rx.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxassert.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxce.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxcehdlr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxcommon.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxcontx.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxdata.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxdebug.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxexcept.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxlog.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxovride.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxpooltg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxprocs.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxstruc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxtimer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxtrace.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxtypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\rxworkq.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\scarderr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\scavengr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\scsi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\scsiscan.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\scsiwmi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\sddef.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\sdplib.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\sdpnode.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\sffdisk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\sffprtcl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\softehciif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\softhidusbif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\softusbif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\srb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\stdcall.inc">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\stdunk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\stiusd.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\storduid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\storport.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\storswtr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\stortrce.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\strmini.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\struchdr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\swenum.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\tdikrnl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\tdistat.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\upssvc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\api\usb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\api\usb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\api\usb100.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\api\usb100.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\api\usb200.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbbusif.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\api\usbdi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbdlib.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbdrivr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbkern.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbprint.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\USBProtocolDefs.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\usbscan.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\vcclr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\vfwext.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\video.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\videoagp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf10.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf10.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf11.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdf11.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfassert.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfassert.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfbugcodes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfbugcodes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfchildlist.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfchildlist.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcollection.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcollection.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcommonbuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcommonbuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcontrol.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcontrol.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcore.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfcore.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdevice.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdevice.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdmaenabler.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdmaenabler.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdmatransaction.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdmatransaction.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdpc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdpc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdriver.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfdriver.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffdo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffdo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffileobject.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffileobject.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffuncenum.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdffuncenum.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfglobals.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfglobals.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfinstaller.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfinstaller.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfinterrupt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfinterrupt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfiotarget.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfiotarget.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfmemory.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfmemory.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfminiport.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfminiport.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfobject.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfobject.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfpdo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfpdo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfpool.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfpool.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfqueryinterface.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfqueryinterface.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfregistry.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfregistry.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfrequest.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfrequest.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfresource.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfresource.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfstatus.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfstatus.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfstring.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfstring.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfsync.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfsync.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftimer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftimer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftraceenums.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftraceenums.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdftypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfusb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfusb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfverifier.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfverifier.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfwmi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfwmi.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfworkitem.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\wdf\kmdf\10\wdfworkitem.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\..\..\..\..\Winddk\6000\inc\ddk\wdm.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wdm.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wdmguid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wdmsec.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wdmwarn4.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wia_lh.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wia_xp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiaintfc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiamdef.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiamicro.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiamindr.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiamindr_lh.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiamindr_xp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiatwcmp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wiautil.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\WindowsSideShow.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\WindowsSideShowClassExtension.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\WindowsSideShowDriverEvents.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\Winusb.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\Winusbio.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wmidata.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wmiguid.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wmilib.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ws2san.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\ws2sdp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\wsk.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Winddk\6000\inc\ddk\xfilter.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="File"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\android_usb_bulk_file_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_device_file_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_file_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_interrupt_file_object.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\android_usb_pipe_file_object.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="common"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\api\adb_api_extra.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\android_usb_common_defines.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
|
<File
|
|
RelativePath=".\android_usb.rc">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\android_usb.inf">
|
|
</File>
|
|
<File
|
|
RelativePath=".\makefile">
|
|
</File>
|
|
<File
|
|
RelativePath=".\makefile.inc">
|
|
</File>
|
|
<File
|
|
RelativePath=".\sources">
|
|
</File>
|
|
<File
|
|
RelativePath=".\sources.inc">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|