]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in...
[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, Intel Corporation.
6 #
7 # All rights reserved.
8 # This software and associated documentation (if any) is furnished
9 # under a license and may only be used or copied in accordance
10 # with the terms of the license. Except as permitted by such
11 # license, no part of this software or documentation may be
12 # reproduced, stored in a retrieval system, or transmitted in any
13 # form or by any means without the express written consent of
14 # Intel Corporation.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PeiNt32OemHookStatusCodeLib
22 FILE_GUID = 0C2070F9-02A7-4e8e-B584-84EA922363FB
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = OemHookStatusCodeLib|PEIM
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32
34 #
35
36 [Sources.common]
37 Nt32OemHookStatusCodeLib.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 Nt32Pkg/Nt32Pkg.dec
43 IntelFrameworkPkg/IntelFrameworkPkg.dec
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
45
46 [LibraryClasses]
47 PeiServicesLib
48 ReportStatusCodeLib
49 BaseMemoryLib
50 PrintLib
51 DebugLib
52
53
54 [Guids]
55 gEfiStatusCodeSpecificDataGuid # SOMETIMES_CONSUMED
56
57
58 [Ppis]
59 gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
60