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