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,9 +1,7 @@
// /** @file
// This driver implements Reset Architectural Protocol.
// This driver implements Reset Architectural and Reset Notification protocols.
//
// This driver implements Reset Architectural Protocol.
//
// 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
@@ -16,7 +14,7 @@
// **/
#string STR_MODULE_ABSTRACT #language en-US "Implements Reset Architectural Protocol"
#string STR_MODULE_ABSTRACT #language en-US "Implements Reset Architectural and Reset Notification protocols"
#string STR_MODULE_DESCRIPTION #language en-US "This driver implements Reset Architectural Protocol."
#string STR_MODULE_DESCRIPTION #language en-US "This driver implements Reset Architectural and Reset Notification protocols."