mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35377
This commit is contained in:
parent
33893b9568
commit
b7b8f77dc1
3 changed files with 11 additions and 14 deletions
|
@ -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
|
|
@ -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>
|
||||
|
|
9
reactos/drivers/usb/usbd/usbd.spec
Normal file
9
reactos/drivers/usb/usbd/usbd.spec
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue