]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
5fed85f1fbc991bb7b2359c0fc786741d26bc3ad
[mirror_edk2.git] / UnixPkg / Library / DxeUnixOemHookStatusCodeLib / DxeUnixOemHookStatusCodeLib.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 = DxeUnixOemHookStatusCodeLib
22 FILE_GUID = 0BB6F68A-2FC5-4394-9375-2B43F1C34B59
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
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 UnixOemHookStatusCodeLib.c
38
39
40 [Packages]
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
43 UnixPkg/UnixPkg.dec
44 MdePkg/MdePkg.dec
45
46
47 [LibraryClasses]
48 ReportStatusCodeLib
49 BaseMemoryLib
50 PrintLib
51 HobLib
52 DebugLib
53
54 [Protocols]
55 gEfiUnixThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56