mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Revert "ArmPlatformPkg,EmbeddedPkg,MdeModulePkg: Move RealTimeClockLib ..."
This reverts commit 57230fff6b.
RealTimeClockLib is not a generic library class that is intended to be
used widely to get access to the RTC when the associated runtime
services are not available in the calling context.
The purpose of RealTimeClockLib is to abstract the underlying hardware
access from the generic RealTimeClockRuntimeDxe driver, which backs the
runtime services.
This means it does not belong in a different package; it belongs in the
same package as the driver.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
f3d49c8024
commit
d73615b24b
7 changed files with 1 additions and 8 deletions
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
ArmPlatformPkg/ArmPlatformPkg.dec
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
[LibraryClasses.common]
|
||||
PrePiLib|Include/Library/PrePiLib.h
|
||||
RealTimeClockLib|Include/Library/RealTimeClockLib.h
|
||||
GdbSerialLib|Include/Library/GdbSerialLib.h
|
||||
DebugAgentTimerLib|Include/Library/DebugAgentTimerLib.h
|
||||
NorFlashInfoLib|Include/Library/NorFlashInfoLib.h
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -182,10 +182,6 @@
|
|||
#
|
||||
HobPrintLib|Include/Library/HobPrintLib.h
|
||||
|
||||
## @libraryclass Provides time and date related EFI runtime services
|
||||
#
|
||||
RealTimeClockLib|Include/Library/RealTimeClockLib.h
|
||||
|
||||
[Guids]
|
||||
## MdeModule package token space guid
|
||||
# Include/Guid/MdeModulePkgTokenSpace.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue