Replace .def file by a .spec file

svn path=/trunk/; revision=35377
This commit is contained in:
Hervé Poussineau 2008-08-16 11:31:39 +00:00
parent 33893b9568
commit b7b8f77dc1
3 changed files with 11 additions and 14 deletions

View file

@ -1,13 +0,0 @@
;
; Exports definition file for usbd.sys
;
EXPORTS
USBD_Debug_GetHeap@16
USBD_Debug_RetHeap@12
USBD_CalculateUsbBandwidth@12
USBD_CreateConfigurationRequestEx@8
USBD_CreateConfigurationRequest@8
USBD_GetInterfaceLength@8
USBD_ParseConfigurationDescriptorEx@28
USBD_ParseDescriptors@16
;USBD_GetPdoRegistryParameters

View file

@ -1,9 +1,10 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="usbd" type="kernelmodedriver" installbase="system32/drivers" installname="usbd.sys">
<importlibrary definition="usbd.def" />
<importlibrary definition="usbd.spec.def" />
<library>ntoskrnl</library>
<library>hal</library>
<file>usbd.c</file>
<file>usbd.rc</file>
<file>usbd.spec</file>
</module>

View file

@ -0,0 +1,9 @@
USBD_Debug_GetHeap(long long long long)
USBD_Debug_RetHeap(ptr long long)
USBD_CalculateUsbBandwidth(long long long)
USBD_CreateConfigurationRequestEx(ptr ptr)
USBD_CreateConfigurationRequest(ptr ptr)
USBD_GetInterfaceLength(ptr ptr)
USBD_ParseConfigurationDescriptorEx(ptr ptr long long long long long)
USBD_ParseDescriptors(ptr long ptr long)
;USBD_GetPdoRegistryParameters