]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa
63614a1d1ac38da49405b0baaa44375e6a4047d5
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / SerialIo / WinNtSerialIo.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>WinNtSerialIo</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>6B41B553-A649-11d4-BD02-0080C73C8881</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Serial I/O driver</Abstract>
9 <Description>Our DriverBinding member functions operate on the handles
10 created by the NT Bus drive</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>WinNtSerialIo</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED">
27 <Keyword>DebugLib</Keyword>
28 </LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>BaseLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiDriverModelLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiDriverEntryPoint</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>BaseMemoryLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>UefiBootServicesTableLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>DevicePathLib</Keyword>
49 </LibraryClass>
50 </LibraryClassDefinitions>
51 <SourceFiles>
52 <Filename>WinNtSerialIo.h</Filename>
53 <Filename>WinNtSerialIo.c</Filename>
54 <Filename>ComponentName.c</Filename>
55 </SourceFiles>
56 <PackageDependencies>
57 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
58 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
59 </PackageDependencies>
60 <Protocols>
61 <Protocol Usage="TO_START">
62 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
63 </Protocol>
64 <Protocol Usage="TO_START">
65 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
66 </Protocol>
67 <Protocol Usage="BY_START">
68 <ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
69 </Protocol>
70 </Protocols>
71 <Guids>
72 <GuidCNames Usage="ALWAYS_CONSUMED">
73 <GuidCName>gEfiWinNtSerialPortGuid</GuidCName>
74 </GuidCNames>
75 </Guids>
76 <Externs>
77 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
78 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
79 <Extern>
80 <DriverBinding>gWinNtSerialIoDriverBinding</DriverBinding>
81 <ComponentName>gWinNtSerialIoComponentName</ComponentName>
82 </Extern>
83 </Externs>
84 </ModuleSurfaceArea>