]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerial.msa
Import IsaSerialDxe in IntelFrameworkModulePkg.
[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.</Copyright>
11 <License>All rights reserved.
12 This software and associated documentation (if any) is furnished
13 under a license and may only be used or copied in accordance
14 with the terms of the license. Except as permitted by such
15 license, no part of this software or documentation may be
16 reproduced, stored in a retrieval system, or transmitted in any
17 form or by any means without the express written consent of
18 Intel Corporation.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>IsaSerial</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>DebugLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverModelLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiDriverEntryPoint</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>BaseLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>DevicePathLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>BaseMemoryLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>MemoryAllocationLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiBootServicesTableLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>ReportStatusCodeLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>PcdLib</Keyword>
59 </LibraryClass>
60 </LibraryClassDefinitions>
61 <SourceFiles>
62 <Filename>serial.c</Filename>
63 <Filename>serial.h</Filename>
64 <Filename>ComponentName.h</Filename>
65 <Filename>ComponentName.c</Filename>
66 </SourceFiles>
67 <PackageDependencies>
68 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
69 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
70 </PackageDependencies>
71 <Protocols>
72 <Protocol Usage="TO_START">
73 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
74 </Protocol>
75 <Protocol Usage="BY_START">
76 <ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
77 </Protocol>
78 <Protocol Usage="TO_START">
79 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>
80 </Protocol>
81 </Protocols>
82 <Externs>
83 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
84 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
85 <Extern>
86 <DriverBinding>gSerialControllerDriver</DriverBinding>
87 <ComponentName>gIsaSerialComponentName</ComponentName>
88 </Extern>
89 </Externs>
90 <PcdCoded>
91 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
92 <C_Name>PcdNtEmulatorEnable</C_Name>
93 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
94 <HelpText>If this PCD is set as TRUE, NT emulator will be endabled.</HelpText>
95 </PcdEntry>
96 </PcdCoded>
97 </ModuleSurfaceArea>