]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboard.msa
dbc4cc5169c05a1be9c3fc38d603a94ee2bbaaa6
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboard.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>Ps2Keyboard</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>3DC82376-637B-40a6-A8FC-A565417F2C38</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Ps2 Keyboard Driver</Abstract>
9 <Description>This dirver directly uses IsaIo protocol service to support KeyBoard work.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>Ps2Keyboard</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>UefiDriverModelLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>UefiDriverEntryPoint</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiBootServicesTableLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>ReportStatusCodeLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>DebugLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>UefiRuntimeServicesTableLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>MemoryAllocationLib</Keyword>
48 </LibraryClass>
49 </LibraryClassDefinitions>
50 <SourceFiles>
51 <Filename>Ps2Keyboard.c</Filename>
52 <Filename>Ps2KbdTextIn.c</Filename>
53 <Filename>Ps2KbdCtrller.c</Filename>
54 <Filename>Ps2Keyboard.h</Filename>
55 <Filename>ComponentName.c</Filename>
56 </SourceFiles>
57 <PackageDependencies>
58 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
59 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
60 <Package PackageGuid="bea835f9-fd62-464a-81ff-f3a806360c6b"/>
61 </PackageDependencies>
62 <Protocols>
63 <Protocol Usage="TO_START">
64 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
65 </Protocol>
66 <Protocol Usage="BY_START">
67 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
68 </Protocol>
69 <Protocol Usage="TO_START">
70 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>
71 </Protocol>
72 <Protocol Usage="TO_START">
73 <ProtocolCName>gEfiPs2PolicyProtocolGuid</ProtocolCName>
74 </Protocol>
75 </Protocols>
76 <Events>
77 <CreateEvents>
78 <EventTypes Usage="ALWAYS_PRODUCED">
79 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>
80 <HelpText>Set up event in order to wait for key stroke</HelpText>
81 </EventTypes>
82 <EventTypes Usage="ALWAYS_PRODUCED">
83 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>
84 <HelpText>Set up a periodic timer to read key strokes at a fixed interval</HelpText>
85 </EventTypes>
86 </CreateEvents>
87 <SignalEvents>
88 <EventTypes Usage="SOMETIMES_PRODUCED">
89 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>
90 <HelpText>Signal an event wheneven there is a key pending</HelpText>
91 </EventTypes>
92 </SignalEvents>
93 </Events>
94 <Externs>
95 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
96 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
97 <Extern>
98 <DriverBinding>gKeyboardControllerDriver</DriverBinding>
99 <ComponentName>gPs2KeyboardComponentName</ComponentName>
100 </Extern>
101 </Externs>
102 </ModuleSurfaceArea>