Last change
on this file was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
474 bytes
|
Line | |
---|
1 | ///** @file
|
---|
2 | // This driver installs gEdkiiDebugPpiGuid PPI to provide
|
---|
3 | // debug services for PEIMs.
|
---|
4 | //
|
---|
5 | // Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
---|
6 | //
|
---|
7 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | //
|
---|
9 | //**/
|
---|
10 |
|
---|
11 | #string STR_MODULE_ABSTRACT #language en-US "Provide debug services at PEI phase."
|
---|
12 |
|
---|
13 | #string STR_MODULE_DESCRIPTION #language en-US "It produces gEdkiiDebugPpiGuid to print message to debug output device"
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.