]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DataHubStdErrDxe / DataHubStdErrDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
4ee6846f 2# This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists.\r
0aa85c4a 3#\r
180a5a35 4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
83f6d1a0 5#\r
180a5a35 6# This program and the accompanying materials\r
83f6d1a0 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
6bfbb5f0 13##\r
83f6d1a0 14\r
83f6d1a0 15[Defines]\r
16 INF_VERSION = 0x00010005\r
69b26c15 17 BASE_NAME = DataHubStdErrDxe\r
83f6d1a0 18 FILE_GUID = CA515306-00CE-4032-874E-11B755FF6866\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
83f6d1a0 21 ENTRY_POINT = DataHubStdErrInitialize\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
6bfbb5f0 29[Sources]\r
83f6d1a0 30 DataHubStdErr.c\r
31\r
83f6d1a0 32[Packages]\r
33 MdePkg/MdePkg.dec\r
f979eec0 34 MdeModulePkg/MdeModulePkg.dec\r
83f6d1a0 35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
37\r
83f6d1a0 38[LibraryClasses]\r
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 UefiDriverEntryPoint\r
42 DebugLib\r
43\r
83f6d1a0 44[Guids]\r
45 gEfiStatusCodeDataTypeDebugGuid # SOMETIMES_CONSUMED\r
29941df6 46 gEfiDataHubStatusCodeRecordGuid # SOMETIMES_CONSUMED\r
83f6d1a0 47\r
48\r
83f6d1a0 49[Protocols]\r
0aa85c4a 50 gEfiDataHubProtocolGuid # PROTOCOL CONSUMED\r
83f6d1a0 51\r
83f6d1a0 52[Depex]\r
53 gEfiDataHubProtocolGuid\r
54\r