]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerial.msa
4e6592e21d8df5d25179d98c7d0dada951d33758
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerial.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>IsaSerial</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>93B80003-9FB3-11d4-9A3A-0090273FC14D</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for IsaSerial module.</Abstract>
9 <Description>Serial driver for standard UARTS on an ISA bus.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation<BR></Copyright>
11 <License>
12 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
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 </License>
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
21 </MsaHeader>
22 <ModuleDefinitions>
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
24 <BinaryModule>false</BinaryModule>
25 <OutputFileBasename>IsaSerial</OutputFileBasename>
26 </ModuleDefinitions>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>DebugLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiDriverModelLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiDriverEntryPoint</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>BaseLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>DevicePathLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>BaseMemoryLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>MemoryAllocationLib</Keyword>
51 </LibraryClass>
52 <LibraryClass Usage="ALWAYS_CONSUMED">
53 <Keyword>UefiBootServicesTableLib</Keyword>
54 </LibraryClass>
55 <LibraryClass Usage="ALWAYS_CONSUMED">
56 <Keyword>ReportStatusCodeLib</Keyword>
57 </LibraryClass>
58 <LibraryClass Usage="ALWAYS_CONSUMED">
59 <Keyword>PcdLib</Keyword>
60 </LibraryClass>
61 </LibraryClassDefinitions>
62 <SourceFiles>
63 <Filename>serial.c</Filename>
64 <Filename>serial.h</Filename>
65 <Filename>ComponentName.h</Filename>
66 <Filename>ComponentName.c</Filename>
67 </SourceFiles>
68 <PackageDependencies>
69 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
70 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
71 </PackageDependencies>
72 <Protocols>
73 <Protocol Usage="TO_START">
74 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
75 </Protocol>
76 <Protocol Usage="BY_START">
77 <ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
78 </Protocol>
79 <Protocol Usage="TO_START">
80 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>
81 </Protocol>
82 </Protocols>
83 <Externs>
84 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
85 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
86 <Extern>
87 <DriverBinding>gSerialControllerDriver</DriverBinding>
88 <ComponentName>gIsaSerialComponentName</ComponentName>
89 </Extern>
90 </Externs>
91 <PcdCoded>
92 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
93 <C_Name>PcdNtEmulatorEnable</C_Name>
94 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
95 <HelpText>If this PCD is set as TRUE, NT emulator will be endabled.</HelpText>
96 </PcdEntry>
97 </PcdCoded>
98 </ModuleSurfaceArea>