]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
Success to build first Nt32 module.
[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 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = PeiNt32OemHookStatusCodeLib
27 FILE_GUID = 0C2070F9-02A7-4e8e-B584-84EA922363FB
28 MODULE_TYPE = PEIM
29 VERSION_STRING = 1.0
30 LIBRARY_CLASS = OemHookStatusCodeLib|PEIM
31 EDK_RELEASE_VERSION = 0x00020000
32 EFI_SPECIFICATION_VERSION = 0x00020000
33
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32
39 #
40
41 ################################################################################
42 #
43 # Sources Section - list of files that are required for the build to succeed.
44 #
45 ################################################################################
46
47 [Sources.common]
48 Nt32OemHookStatusCodeLib.c
49 CommonHeader.h
50
51
52 ################################################################################
53 #
54 # Includes Section - list of Include locations that are required for
55 # this module.
56 #
57 ################################################################################
58
59 [Includes]
60 $(WORKSPACE)/MdePkg/Include/Library
61
62 ################################################################################
63 #
64 # Package Dependency Section - list of Package files that are required for
65 # this module.
66 #
67 ################################################################################
68
69 [Packages]
70 Nt32Pkg/Nt32Pkg.dec
71 EdkModulePkg/EdkModulePkg.dec
72 MdePkg/MdePkg.dec
73
74
75 ################################################################################
76 #
77 # Library Class Section - list of Library Classes that are required for
78 # this module.
79 #
80 ################################################################################
81
82 [LibraryClasses]
83 PeiServicesLib
84 ReportStatusCodeLib
85 BaseMemoryLib
86 PrintLib
87 DebugLib
88
89
90 ################################################################################
91 #
92 # Guid C Name Section - list of Guids that this module uses or produces.
93 #
94 ################################################################################
95
96 [Guids]
97 gEfiStatusCodeSpecificDataGuid # SOMETIMES_CONSUMED
98
99
100 ################################################################################
101 #
102 # PPI C Name Section - list of PPI and PPI Notify C Names that this module
103 # uses or produces.
104 #
105 ################################################################################
106
107 [Ppis]
108 gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
109