]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
Update GenericBdsLib to support BootOption for VLAN device.
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
CommitLineData
30c8ee5c 1#/** @file\r
2# Report status code library instance which supports logging message in DXE & runtime phase.\r
3#\r
4# Copyright (c) 2006 - 2009, Intel Corporation.\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = RuntimeDxeReportStatusCodeLib\r
19 FILE_GUID = D65D9F72-7BCE-4f73-A673-47AF446A1A31\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
23 \r
24 CONSTRUCTOR = ReportStatusCodeLibConstruct\r
25 DESTRUCTOR = ReportStatusCodeLibDestruct\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources.common]\r
33 ReportStatusCodeLib.c\r
34 RuntimeDxeSupport.c\r
35 ReportStatusCodeLibInternal.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 PcdLib\r
43 BaseMemoryLib\r
44 BaseLib\r
45 DebugLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiBootServicesTableLib\r
48 OemHookStatusCodeLib\r
49 DevicePathLib\r
50 MemoryAllocationLib\r
9ae650ef 51 UefiRuntimeLib\r
30c8ee5c 52\r
53[Guids]\r
54 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
55 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
30c8ee5c 56 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
57\r
58\r
59[Protocols]\r
60 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
61\r
62\r
63[Pcd.common]\r
64 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
65\r