Author: hpoussin
Date: Sun Jul 27 04:56:21 2008
New Revision: 34841
URL:
http://svn.reactos.org/svn/reactos?rev=34841&view=rev
Log:
Use hal.spec file for i386 build
Removed:
trunk/reactos/hal/hal/hal_i386.def
Modified:
trunk/reactos/hal/halx86/halmp.rbuild
trunk/reactos/hal/halx86/halup.rbuild
trunk/reactos/hal/halx86/halxbox.rbuild
Removed: trunk/reactos/hal/hal/hal_i386.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal_i386.def?rev=3…
==============================================================================
--- trunk/reactos/hal/hal/hal_i386.def [iso-8859-1] (original)
+++ trunk/reactos/hal/hal/hal_i386.def (removed)
@@ -1,98 +1,0 @@
-; Hardware Abstraction Layer - ReactOS Operating System
-
-LIBRARY hal.dll
-
-EXPORTS
-@ExAcquireFastMutex@4=@ExiAcquireFastMutex@4
-@ExReleaseFastMutex@4=@ExiReleaseFastMutex@4
-@ExTryToAcquireFastMutex@4=@ExiTryToAcquireFastMutex@4
-@HalClearSoftwareInterrupt@4
-@HalRequestSoftwareInterrupt@4
-@HalSystemVectorDispatchEntry@12
-@KeAcquireInStackQueuedSpinLock@8
-@KeAcquireInStackQueuedSpinLockRaiseToSynch@8
-@KeAcquireSpinLockRaiseToSynch@4
-@KeAcquireQueuedSpinLock@4
-@KeAcquireQueuedSpinLockRaiseToSynch@4
-@KeReleaseInStackQueuedSpinLock@4
-@KeReleaseQueuedSpinLock@8
-@KeTryToAcquireQueuedSpinLock@8
-@KeTryToAcquireQueuedSpinLockRaiseToSynch@8
-@KfAcquireSpinLock@4
-@KfLowerIrql@4
-@KfRaiseIrql@4
-@KfReleaseSpinLock@8
-
-HalAcquireDisplayOwnership@4
-HalAdjustResourceList@4
-HalAllProcessorsStarted@0
-HalAllocateAdapterChannel@16
-HalAllocateCommonBuffer@16
-HalAllocateCrashDumpRegisters@8
-HalAssignSlotResources@32
-HalBeginSystemInterrupt@12
-HalCalibratePerformanceCounter@12
-HalDisableSystemInterrupt@8
-HalDisplayString@4
-HalEnableSystemInterrupt@12
-HalEndSystemInterrupt@8
-HalFlushCommonBuffer@20
-HalFreeCommonBuffer@24
-HalGetAdapter@8
-HalGetBusData@20
-HalGetBusDataByOffset@24
-HalGetEnvironmentVariable@12
-HalGetInterruptVector@24
-HalHandleNMI@4
-HalInitSystem@8
-HalInitializeProcessor@8
-HalMakeBeep@4
-HalProcessorIdle@0
-HalQueryDisplayParameters@16
-HalQueryRealTimeClock@4
-HalReadDmaCounter@4
-HalReportResourceUsage@0
-HalRequestIpi@4
-HalReturnToFirmware@4
-HalSetBusData@20
-HalSetBusDataByOffset@24
-HalSetDisplayParameters@8
-HalSetEnvironmentVariable@8
-HalSetProfileInterval@4
-HalSetRealTimeClock@4
-HalSetTimeIncrement@4
-HalStartNextProcessor@8
-HalStartProfileInterrupt@4
-HalStopProfileInterrupt@4
-HalTranslateBusAddress@24
-IoAssignDriveLetters@16=HalpAssignDriveLetters@16
-IoFlushAdapterBuffers@24
-IoFreeAdapterChannel@4
-IoFreeMapRegisters@12
-IoMapTransfer@24
-IoReadPartitionTable@16=HalpReadPartitionTable@16
-IoSetPartitionInformation@16=HalpSetPartitionInformation@16
-IoWritePartitionTable@20=HalpWritePartitionTable@20
-KeAcquireSpinLock@8
-KdComPortInUse=_KdComPortInUse DATA
-KeFlushWriteBuffer@0
-KeGetCurrentIrql@0
-KeLowerIrql@4
-KeQueryPerformanceCounter@4
-KeRaiseIrql@8
-KeRaiseIrqlToDpcLevel@0
-KeRaiseIrqlToSynchLevel@0
-KeReleaseSpinLock@8
-KeStallExecutionProcessor@4
-READ_PORT_BUFFER_UCHAR@12
-READ_PORT_BUFFER_ULONG@12
-READ_PORT_BUFFER_USHORT@12
-READ_PORT_UCHAR@4
-READ_PORT_ULONG@4
-READ_PORT_USHORT@4
-WRITE_PORT_BUFFER_UCHAR@12
-WRITE_PORT_BUFFER_ULONG@12
-WRITE_PORT_BUFFER_USHORT@12
-WRITE_PORT_UCHAR@8
-WRITE_PORT_ULONG@8
-WRITE_PORT_USHORT@8
Modified: trunk/reactos/hal/halx86/halmp.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/halmp.rbuild?re…
==============================================================================
--- trunk/reactos/hal/halx86/halmp.rbuild [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/halmp.rbuild [iso-8859-1] Sun Jul 27 04:56:21 2008
@@ -2,7 +2,7 @@
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group
xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="halmp" type="kernelmodedll"
entrypoint="0">
- <importlibrary base="hal" definition="hal_i386.def" />
+ <importlibrary base="hal" definition="hal.spec.def" />
<bootstrap installbase="$(CDOUTPUT)" />
<include>include</include>
<include base="ntoskrnl">include</include>
Modified: trunk/reactos/hal/halx86/halup.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/halup.rbuild?re…
==============================================================================
--- trunk/reactos/hal/halx86/halup.rbuild [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/halup.rbuild [iso-8859-1] Sun Jul 27 04:56:21 2008
@@ -2,7 +2,7 @@
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group
xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="halup" type="kernelmodedll"
entrypoint="0" installname="hal.dll">
- <importlibrary base="hal" definition="hal_i386.def" />
+ <importlibrary base="hal" definition="hal.spec.def" />
<bootstrap installbase="$(CDOUTPUT)" />
<include>include</include>
<include base="ntoskrnl">include</include>
Modified: trunk/reactos/hal/halx86/halxbox.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/halxbox.rbuild?…
==============================================================================
--- trunk/reactos/hal/halx86/halxbox.rbuild [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/halxbox.rbuild [iso-8859-1] Sun Jul 27 04:56:21 2008
@@ -2,7 +2,7 @@
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group
xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="halxbox" type="kernelmodedll"
entrypoint="0" allowwarnings="true">
- <importlibrary base="hal" definition="hal_i386.def" />
+ <importlibrary base="hal" definition="hal.spec.def" />
<include>include</include>
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />