mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcTimerLib: Change base class to TimerLib
This commit is contained in:
parent
0c7b33ac05
commit
da902fe3c6
@ -49,7 +49,7 @@
|
||||
UefiDriverEntryPoint
|
||||
UefiLib
|
||||
OcGuardLib
|
||||
OcTimerLib
|
||||
TimerLib
|
||||
|
||||
[Guids]
|
||||
|
||||
|
||||
@ -108,5 +108,5 @@
|
||||
OcFileLib
|
||||
OcRtcLib
|
||||
OcXmlLib
|
||||
OcTimerLib
|
||||
TimerLib
|
||||
FileHandleLib
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
FILE_GUID = 8BF2026F-C0BB-4A5D-A7DB-395DAB5A73E7
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = OcTimerLib
|
||||
LIBRARY_CLASS = TimerLib
|
||||
CONSTRUCTOR = OcTimerLibConstructor
|
||||
|
||||
#
|
||||
|
||||
@ -845,7 +845,7 @@
|
||||
OcTemplateLib|Include/Acidanthera/Library/OcTemplateLib.h
|
||||
|
||||
## @libraryclass
|
||||
OcTimerLib|Include/Acidanthera/Library/OcTimerLib.h
|
||||
TimerLib|Include/Acidanthera/Library/OcTimerLib.h
|
||||
|
||||
## @libraryclass
|
||||
OcUnicodeCollationEngGenericLib|Include/Acidanthera/Library/OcUnicodeCollationEngGenericLib.h
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
OcStorageLib|OpenCorePkg/Library/OcStorageLib/OcStorageLib.inf
|
||||
OcStringLib|OpenCorePkg/Library/OcStringLib/OcStringLib.inf
|
||||
OcTemplateLib|OpenCorePkg/Library/OcTemplateLib/OcTemplateLib.inf
|
||||
OcTimerLib|OpenCorePkg/Library/OcTimerLib/OcTimerLib.inf
|
||||
TimerLib|OpenCorePkg/Library/OcTimerLib/OcTimerLib.inf
|
||||
OcUnicodeCollationEngGenericLib|OpenCorePkg/Library/OcUnicodeCollationEngLib/OcUnicodeCollationEngGenericLib.inf
|
||||
OcUnicodeCollationEngLocalLib|OpenCorePkg/Library/OcUnicodeCollationEngLib/OcUnicodeCollationEngLocalLib.inf
|
||||
OcVirtualFsLib|OpenCorePkg/Library/OcVirtualFsLib/OcVirtualFsLib.inf
|
||||
@ -140,10 +140,7 @@
|
||||
!endif
|
||||
}
|
||||
MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
|
||||
MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf {
|
||||
<LibraryClasses>
|
||||
TimerLib|OpenCorePkg/Library/OcTimerLib/OcTimerLib.inf
|
||||
}
|
||||
MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
||||
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
||||
OpenCorePkg/Application/BootKicker/BootKicker.inf
|
||||
@ -222,10 +219,7 @@
|
||||
OpenCorePkg/Platform/OpenCore/OpenCore.inf
|
||||
OpenCorePkg/Platform/OpenRuntime/OpenRuntime.inf
|
||||
OpenCorePkg/Platform/OpenUsbKbDxe/UsbKbDxe.inf
|
||||
OpenCorePkg/Staging/AudioDxe/AudioDxe.inf {
|
||||
<LibraryClasses>
|
||||
TimerLib|OpenCorePkg/Library/OcTimerLib/OcTimerLib.inf
|
||||
}
|
||||
OpenCorePkg/Staging/AudioDxe/AudioDxe.inf
|
||||
OpenCorePkg/Staging/VBoxHfs/VBoxHfs.inf
|
||||
OpenCorePkg/Tests/AcpiTest/AcpiTest.inf
|
||||
OpenCorePkg/Tests/AcpiTest/AcpiTestApp.inf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user