]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.msa
b1d4c6114dd0470ef32c9193510e74e9477b791c
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DataHubStdErrDxe / DataHubStdErrDxe.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>DataHubStdErr</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>CA515306-00CE-4032-874E-11B755FF6866</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Data Hub filter driver.</Abstract>
9 <Description>This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>DataHubStdErr</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>DebugLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>UefiDriverEntryPoint</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>BaseMemoryLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiBootServicesTableLib</Keyword>
36 </LibraryClass>
37 </LibraryClassDefinitions>
38 <SourceFiles>
39 <Filename>DataHubStdErr.c</Filename>
40 <Filename>DataHubStdErr.dxs</Filename>
41 </SourceFiles>
42 <PackageDependencies>
43 <Package PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
44 <Package PackageGuid="2759ded5-bb57-4b06-af4f-c398fa552719"/>
45 <Package PackageGuid="88894582-7553-4822-B484-624E24B6DECF"/>
46 </PackageDependencies>
47 <Protocols>
48 <Protocol Usage="ALWAYS_CONSUMED">
49 <ProtocolCName>gEfiDataHubProtocolGuid</ProtocolCName>
50 </Protocol>
51 </Protocols>
52 <DataHubs>
53 <DataHubRecord Usage="SOMETIMES_CONSUMED">
54 <DataHubCName>DATA_HUB_STATUS_CODE_DATA_RECORD</DataHubCName>
55 <HelpText>DEBUG() data that is recorded in status code data hub will be sent to Standard Error.</HelpText>
56 </DataHubRecord>
57 </DataHubs>
58 <Guids>
59 <GuidCNames Usage="SOMETIMES_CONSUMED">
60 <GuidCName>gEfiStatusCodeGuid</GuidCName>
61 </GuidCNames>
62 <GuidCNames Usage="SOMETIMES_CONSUMED">
63 <GuidCName>gEfiStatusCodeDataTypeDebugGuid</GuidCName>
64 </GuidCNames>
65 </Guids>
66 <Externs>
67 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
68 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
69 <Extern>
70 <ModuleEntryPoint>DataHubStdErrInitialize</ModuleEntryPoint>
71 </Extern>
72 </Externs>
73 </ModuleSurfaceArea>