]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
5df74af95f77a785b9ccacf2aa57b74c1afa82a2
[mirror_edk2.git] / Nt32Pkg / Library / PeiNt32OemHookStatusCodeLib / PeiNt32OemHookStatusCodeLib.inf
1 ## @file
2 # Memory Status Code Library for UEFI drivers
3 #
4 # Lib to provide memory journal status code reporting Routines
5 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PeiNt32OemHookStatusCodeLib
15 FILE_GUID = 0C2070F9-02A7-4e8e-B584-84EA922363FB
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = OemHookStatusCodeLib|PEIM
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32
24 #
25
26 [Sources]
27 Nt32OemHookStatusCodeLib.c
28
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 Nt32Pkg/Nt32Pkg.dec
34
35 [LibraryClasses]
36 PeiServicesLib
37 ReportStatusCodeLib
38 BaseMemoryLib
39 PrintLib
40 DebugLib
41
42 [Ppis]
43 gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
44