]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.msa
remove the unused msa files in MdeModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.msa
CommitLineData
92a428e1 1<?xml version="1.0" encoding="UTF-8"?>\r
05fbd06d 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>Ps2Mouse</ModuleName>\r
5 <ModuleType>DXE_DRIVER</ModuleType>\r
6 <GuidValue>202A2B0E-9A31-4812-B291-8747DF152439</GuidValue>\r
7 <Version>1.0</Version>\r
8 <Abstract>Ps2 Mouse Driver</Abstract>\r
9 <Description>This dirver directly uses IsaIo protocol service to support Ps2 mouse work.</Description>\r
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>\r
92a428e1 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>Ps2Mouse</OutputFileBasename>\r
23 </ModuleDefinitions>\r
24 <LibraryClassDefinitions>\r
25 <LibraryClass Usage="ALWAYS_CONSUMED">\r
26 <Keyword>DebugLib</Keyword>\r
27 </LibraryClass>\r
28 <LibraryClass Usage="ALWAYS_CONSUMED">\r
29 <Keyword>UefiDriverModelLib</Keyword>\r
30 </LibraryClass>\r
31 <LibraryClass Usage="ALWAYS_CONSUMED">\r
32 <Keyword>UefiDriverEntryPoint</Keyword>\r
33 </LibraryClass>\r
34 <LibraryClass Usage="ALWAYS_CONSUMED">\r
35 <Keyword>UefiLib</Keyword>\r
36 </LibraryClass>\r
37 <LibraryClass Usage="ALWAYS_CONSUMED">\r
38 <Keyword>BaseMemoryLib</Keyword>\r
39 </LibraryClass>\r
40 <LibraryClass Usage="ALWAYS_CONSUMED">\r
41 <Keyword>MemoryAllocationLib</Keyword>\r
42 </LibraryClass>\r
43 <LibraryClass Usage="ALWAYS_CONSUMED">\r
44 <Keyword>UefiBootServicesTableLib</Keyword>\r
45 </LibraryClass>\r
46 <LibraryClass Usage="ALWAYS_CONSUMED">\r
47 <Keyword>ReportStatusCodeLib</Keyword>\r
48 </LibraryClass>\r
49 </LibraryClassDefinitions>\r
50 <SourceFiles>\r
51 <Filename>Ps2Mouse.c</Filename>\r
52 <Filename>Ps2Mouse.h</Filename>\r
53 <Filename>CommPs2.c</Filename>\r
54 <Filename>CommPs2.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 </PackageDependencies>\r
61 <Protocols>\r
62 <Protocol Usage="TO_START">\r
63 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
64 </Protocol>\r
65 <Protocol Usage="BY_START">\r
66 <ProtocolCName>gEfiSimplePointerProtocolGuid</ProtocolCName>\r
67 </Protocol>\r
68 <Protocol Usage="TO_START">\r
69 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>\r
70 </Protocol>\r
71 </Protocols>\r
72 <Events>\r
73 <CreateEvents>\r
74 <EventTypes Usage="ALWAYS_PRODUCED">\r
75 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>\r
76 <HelpText>Set up a time event to wait for the mouse input</HelpText>\r
77 </EventTypes>\r
78 <EventTypes Usage="ALWAYS_PRODUCED">\r
79 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>\r
80 <HelpText>Set up a periodic timer to poll mouse state at a fixed interval</HelpText>\r
81 </EventTypes>\r
82 </CreateEvents>\r
83 <SignalEvents>\r
84 <EventTypes Usage="SOMETIMES_PRODUCED">\r
85 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>\r
86 <HelpText>Signal an event whenever these is a pending event from mouse input</HelpText>\r
87 </EventTypes>\r
88 </SignalEvents>\r
89 </Events>\r
90 <Externs>\r
91 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
92 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
93 <Extern>\r
94 <DriverBinding>gPS2MouseDriver</DriverBinding>\r
95 <ComponentName>gPs2MouseComponentName</ComponentName>\r
96 </Extern>\r
97 </Externs>\r
98</ModuleSurfaceArea>