mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
7c0aa811ec
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
17 lines
669 B
Plaintext
17 lines
669 B
Plaintext
// /** @file
|
|
// Report Status Code Router PEIM which produces Report Stataus Code Handler PPI and Status Code PPI.
|
|
//
|
|
// Report Status Code Router is a PEIM that produces Report Status Code Handler PPI and Status Code PPI.
|
|
//
|
|
// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "PEIM that produces Report Status Code Handler PPI and Status Code PPI"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Report Status Code Router is a PEIM that produces Report Status Code Handler PPI and Status Code PPI."
|
|
|