]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
Align name of constructor and destructor.
[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
9fe425c9 24 CONSTRUCTOR = ReportStatusCodeLibConstructor\r
25 DESTRUCTOR = ReportStatusCodeLibDestructor\r
30c8ee5c 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
4adf0008 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30c8ee5c 30#\r
31\r
32[Sources.common]\r
33 ReportStatusCodeLib.c\r
30c8ee5c 34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 PcdLib\r
41 BaseMemoryLib\r
42 BaseLib\r
43 DebugLib\r
30c8ee5c 44 UefiBootServicesTableLib\r
30c8ee5c 45 DevicePathLib\r
9ae650ef 46 UefiRuntimeLib\r
30c8ee5c 47\r
48[Guids]\r
49 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
50 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
30c8ee5c 51 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
52\r
53\r
54[Protocols]\r
55 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
56\r
57\r
58[Pcd.common]\r
59 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
60\r