]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
BaseTools GCC: avoid the use of COMMON symbols
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
... / ...
CommitLineData
1## @file\r
2# Report status code library instance which supports logging message in DXE & runtime phase.\r
3#\r
4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# 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 MODULE_UNI_FILE = RuntimeDxeReportStatusCodeLib.uni\r
20 FILE_GUID = 07D25BBB-F832-41bb-BBA0-612E9F033067\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
24 CONSTRUCTOR = ReportStatusCodeLibConstructor\r
25 DESTRUCTOR = ReportStatusCodeLibDestructor\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 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 ReportStatusCodeLib.c\r
34 \r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 DebugLib\r
42 UefiBootServicesTableLib\r
43 BaseMemoryLib\r
44 PcdLib\r
45 DevicePathLib\r
46 UefiRuntimeLib\r
47\r
48[Guids]\r
49 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
50 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
51 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
52 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
53\r
54[Protocols]\r
55 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
56\r
57[Pcd]\r
58 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
59\r