]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
d2e1277bba8a5335454381c0536e34520ede7b3c
[mirror_edk2.git] / Nt32Pkg / Library / DxeNt32OemHookStatusCodeLib / DxeNt32OemHookStatusCodeLib.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 = DxeNt32OemHookStatusCodeLib
27 FILE_GUID = EF172A23-C7C5-47b7-B24E-D10DFE15540F
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
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 # HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION
41 #
42
43 ################################################################################
44 #
45 # Sources Section - list of files that are required for the build to succeed.
46 #
47 ################################################################################
48
49 [Sources.common]
50 Nt32OemHookStatusCodeLib.c
51 CommonHeader.h
52
53
54 ################################################################################
55 #
56 # Includes Section - list of Include locations that are required for
57 # this module.
58 #
59 ################################################################################
60
61 [Includes]
62 $(WORKSPACE)/MdePkg/Include/Library
63
64 ################################################################################
65 #
66 # Package Dependency Section - list of Package files that are required for
67 # this module.
68 #
69 ################################################################################
70
71 [Packages]
72 Nt32Pkg/Nt32Pkg.dec
73 EdkModulePkg/EdkModulePkg.dec
74 MdePkg/MdePkg.dec
75
76
77 ################################################################################
78 #
79 # Library Class Section - list of Library Classes that are required for
80 # this module.
81 #
82 ################################################################################
83
84 [LibraryClasses]
85 ReportStatusCodeLib
86 BaseMemoryLib
87 PrintLib
88 HobLib
89 DebugLib
90
91
92 ################################################################################
93 #
94 # Guid C Name Section - list of Guids that this module uses or produces.
95 #
96 ################################################################################
97
98 [Guids]
99 gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED
100