mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ArmPlatformPkg,EmbeddedPkg,MdeModulePkg: Move RealTimeClockLib header
RealTimeClockLib is an architectural implementation that is not restricted to the embedded segment or any platform in particular. So the header has been moved to MdeModulePkg. And the package has been added to the relevant INF files. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
This commit is contained in:
parent
438045682b
commit
57230fff6b
7 changed files with 8 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
ArmPlatformPkg/ArmPlatformPkg.dec
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
[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,6 +24,7 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
|
|
|
|||
|
|
@ -181,6 +181,10 @@
|
|||
#
|
||||
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