mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35377
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user