MdeModulePkg/ResetSystem: Implement ResetNotification protocol

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Ruiyu Ni
2017-06-15 16:31:56 +08:00
parent 34861f4323
commit cf6da55693
4 changed files with 161 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
## @file
# This driver implements Reset Architectural Protocol.
# This driver implements Reset Architectural and Reset Notification protocols.
#
# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are
# licensed and made available under the terms and conditions of the BSD License
@@ -48,7 +48,7 @@
DebugLib
BaseLib
ReportStatusCodeLib
MemoryAllocationLib
[Guids]
gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
@@ -56,6 +56,7 @@
[Protocols]
gEfiResetArchProtocolGuid ## PRODUCES
gEfiResetNotificationProtocolGuid ## PRODUCES
[Depex]