]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
30c8ee5c 2# Report status code library instance which supports logging message in DXE & runtime phase.\r
3#\r
d1102dba 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
30c8ee5c 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
30c8ee5c 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
6bfbb5f0 14##\r
30c8ee5c 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = RuntimeDxeReportStatusCodeLib\r
6036e94d 19 MODULE_UNI_FILE = RuntimeDxeReportStatusCodeLib.uni\r
46d45cde 20 FILE_GUID = 07D25BBB-F832-41bb-BBA0-612E9F033067\r
30c8ee5c 21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
bf45bbe5 23 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\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
2008b49a 32[Sources]\r
30c8ee5c 33 ReportStatusCodeLib.c\r
d1102dba 34\r
30c8ee5c 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
30c8ee5c 40 BaseLib\r
41 DebugLib\r
30c8ee5c 42 UefiBootServicesTableLib\r
2008b49a 43 BaseMemoryLib\r
44 PcdLib\r
30c8ee5c 45 DevicePathLib\r
9ae650ef 46 UefiRuntimeLib\r
30c8ee5c 47\r
48[Guids]\r
6036e94d
SZ
49 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
50 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
30c8ee5c 51 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
c05e7994 52 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
30c8ee5c 53\r
30c8ee5c 54[Protocols]\r
55 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
56\r
2008b49a 57[Pcd]\r
6036e94d 58 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
30c8ee5c 59\r