mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/[Pei|Dxe]ResetSystemLib: Add PPI/Protocol dependency
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
93f5a54ff3
commit
c0bf47682d
|
@ -36,3 +36,6 @@
|
|||
|
||||
[LibraryClasses]
|
||||
UefiRuntimeServicesTableLib
|
||||
|
||||
[Depex]
|
||||
gEfiResetArchProtocolGuid
|
||||
|
|
|
@ -37,3 +37,5 @@
|
|||
[LibraryClasses]
|
||||
PeiServicesLib
|
||||
|
||||
[Depex]
|
||||
gEfiPeiReset2PpiGuid
|
||||
|
|
Loading…
Reference in New Issue