]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in...
[mirror_edk2.git] / Nt32Pkg / Library / DxeNt32OemHookStatusCodeLib / DxeNt32OemHookStatusCodeLib.inf
CommitLineData
869f8e34 1#/** @file\r
2# Memory Status Code Library for UEFI drivers\r
3#\r
4# Lib to provide memory journal status code reporting Routines\r
5# Copyright (c) 2007, Intel Corporation.\r
6#\r
7# All rights reserved.\r
8# This software and associated documentation (if any) is furnished\r
9# under a license and may only be used or copied in accordance\r
10# with the terms of the license. Except as permitted by such\r
11# license, no part of this software or documentation may be\r
12# reproduced, stored in a retrieval system, or transmitted in any\r
13# form or by any means without the express written consent of\r
14# Intel Corporation.\r
15#\r
16#\r
17#**/\r
18\r
869f8e34 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeNt32OemHookStatusCodeLib\r
22 FILE_GUID = EF172A23-C7C5-47b7-B24E-D10DFE15540F\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
55206596 25 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
869f8e34 26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32\r
34#\r
35# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
36#\r
37\r
869f8e34 38[Sources.common]\r
39 Nt32OemHookStatusCodeLib.c\r
869f8e34 40\r
41\r
869f8e34 42[Packages]\r
0dea993c 43 Nt32Pkg/Nt32Pkg.dec\r
4bd1b0f1 44 MdePkg/MdePkg.dec\r
55206596 45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
99214140 46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
869f8e34 47\r
48\r
869f8e34 49[LibraryClasses]\r
50 ReportStatusCodeLib\r
51 BaseMemoryLib\r
52 PrintLib\r
53 HobLib\r
54 DebugLib\r
55\r
56\r
869f8e34 57[Guids]\r
58 gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED\r
59\r
55206596 60[Protocols]\r
61 gEfiWinNtThunkProtocolGuid # ALWAYS_CONSUMED\r