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