]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
Port EdkUnixPkg to UnixPkg. The changes are listed as follows:
[mirror_edk2.git] / UnixPkg / Library / DxeUnixOemHookStatusCodeLib / DxeUnixOemHookStatusCodeLib.inf
CommitLineData
804405e7 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
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeUnixOemHookStatusCodeLib\r
22 FILE_GUID = 0BB6F68A-2FC5-4394-9375-2B43F1C34B59\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
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\r
36[Sources.common]\r
37 UnixOemHookStatusCodeLib.c\r
38\r
39\r
40[Packages]\r
41 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
43 UnixPkg/UnixPkg.dec\r
44 MdePkg/MdePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 ReportStatusCodeLib\r
49 BaseMemoryLib\r
50 PrintLib\r
51 HobLib\r
52 DebugLib\r
53\r
54\r
55[Guids]\r
56 gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED\r
57\r
58\r
59[Protocols]\r
60 gEfiUnixThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61\r