]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.msa
1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.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>DebugPort</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>73E9457A-CEA1-4917-9A9C-9F1F0F0FD322</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for DebugPort module.</Abstract>
9 <Description>This driver binds exclusively to serial io on the controller handle,
10 and initializes serial Io interface, publishs DebugPort and device path Protocol.</Description>
11 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
12 <License>All rights reserved. This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>DebugPort</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED">
27 <Keyword>DebugLib</Keyword>
28 </LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>UefiDriverEntryPoint</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>BaseMemoryLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>MemoryAllocationLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>UefiBootServicesTableLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>UefiRuntimeServicesTableLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>DevicePathLib</Keyword>
49 </LibraryClass>
50 </LibraryClassDefinitions>
51 <SourceFiles>
52 <Filename>DebugPort.h</Filename>
53 <Filename>DebugPort.c</Filename>
54 <Filename>ComponentName.c</Filename>
55 <Filename>DebugPort.dxs</Filename>
56 </SourceFiles>
57 <PackageDependencies>
58 <Package PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
59 </PackageDependencies>
60 <Protocols>
61 <Protocol Usage="BY_START">
62 <ProtocolCName>gEfiDebugPortProtocolGuid</ProtocolCName>
63 </Protocol>
64 <Protocol Usage="BY_START">
65 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
66 </Protocol>
67 <Protocol Usage="TO_START">
68 <ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
69 </Protocol>
70 <Protocol Usage="ALWAYS_CONSUMED">
71 <ProtocolCName>gEfiComponentNameProtocolGuid</ProtocolCName>
72 </Protocol>
73 <Protocol Usage="ALWAYS_CONSUMED">
74 <ProtocolCName>gEfiDriverBindingProtocolGuid</ProtocolCName>
75 </Protocol>
76 </Protocols>
77 <Variables>
78 <Variable Usage="SOMETIMES_CONSUMED">
79 <VariableName>0x0044 0x0045 0x0042 0x0055 0x0047 0x0050 0x004F 0x0052 0x0054</VariableName>
80 <GuidC_Name>gEfiDebugPortProtocolGuid</GuidC_Name>
81 <HelpText>L"DEBUGPORT" variable is specified. gEfiDebugPortVariableGuid is
82 one virtual guid, which can't be described in this section.
83 So gEfiDebugPortProtocolGuid name is instead of it.</HelpText>
84 </Variable>
85 </Variables>
86 <Externs>
87 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
88 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
89 <Extern>
90 <ModuleEntryPoint>InitializeDebugPortDriver</ModuleEntryPoint>
91 </Extern>
92 <Extern>
93 <ModuleUnloadImage>ImageUnloadHandler</ModuleUnloadImage>
94 </Extern>
95 <Extern>
96 <DriverBinding>gDebugPortDriverBinding</DriverBinding>
97 <ComponentName>gDebugPortComponentName</ComponentName>
98 </Extern>
99 </Externs>
100 </ModuleSurfaceArea>