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:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of Report Status Code Library for PEI Phase.
|
---|
3 | #
|
---|
4 | # Instance of Report Status Code Library for PEI Phase. It first tries to report status
|
---|
5 | # code via PEI Status Code Service. If the service is not available, it then tries calling
|
---|
6 | # OEM Hook Status Code Library.
|
---|
7 | #
|
---|
8 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | #
|
---|
13 | ##
|
---|
14 |
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010005
|
---|
17 | BASE_NAME = PeiReportStatusCodeLib
|
---|
18 | MODULE_UNI_FILE = PeiReportStatusCodeLib.uni
|
---|
19 | FILE_GUID = 8c690838-7a22-45c4-aa58-a33e3e515cd4
|
---|
20 | MODULE_TYPE = PEIM
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE
|
---|
23 |
|
---|
24 | #
|
---|
25 | # The following information is for reference only and not required by the build tools.
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | ReportStatusCodeLib.c
|
---|
32 |
|
---|
33 |
|
---|
34 | [Packages]
|
---|
35 | MdePkg/MdePkg.dec
|
---|
36 | MdeModulePkg/MdeModulePkg.dec
|
---|
37 |
|
---|
38 | [LibraryClasses]
|
---|
39 | PcdLib
|
---|
40 | PeiServicesTablePointerLib
|
---|
41 | BaseMemoryLib
|
---|
42 | BaseLib
|
---|
43 | DebugLib
|
---|
44 | OemHookStatusCodeLib
|
---|
45 |
|
---|
46 |
|
---|
47 | [Guids]
|
---|
48 | gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
|
---|
49 | gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
|
---|
50 |
|
---|
51 |
|
---|
52 | [Pcd]
|
---|
53 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.