Skip to content

Commit

Permalink
OcTimerLib: Change base class to TimerLib
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 29, 2020
1 parent 0c7b33a commit da902fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Debug/GdbSyms/GdbSyms.inf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
UefiDriverEntryPoint
UefiLib
OcGuardLib
OcTimerLib
TimerLib

[Guids]

Expand Down
2 changes: 1 addition & 1 deletion Library/OcBootManagementLib/OcBootManagementLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@
OcFileLib
OcRtcLib
OcXmlLib
OcTimerLib
TimerLib
FileHandleLib
2 changes: 1 addition & 1 deletion Library/OcTimerLib/OcTimerLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down
2 changes: 1 addition & 1 deletion OpenCorePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions OpenCorePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da902fe

Please sign in to comment.