]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseAbsolutePointerDxe / UsbMouseAbsolutePointerDxe.inf
1 #/** @file
2 # Component name for module UsbMouseAbsolutePointerDxe
3 #
4 # FIX ME!
5 # Copyright (c) 2006, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = UsbMouseAbsolutePointerDxe
21 FILE_GUID = 4EA43463-747C-46eb-97FB-B0E5C5F05306
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = USBMouseAbsolutePointerDriverBindingEntryPoint
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 mousehid.h
35 ComponentName.c
36 UsbMouseAbsolutePointer.c
37 mousehid.c
38 UsbMouseAbsolutePointer.h
39
40 [Packages]
41 MdePkg/MdePkg.dec
42
43 [LibraryClasses]
44 MemoryAllocationLib
45 UefiLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 BaseMemoryLib
49 ReportStatusCodeLib
50 PcdLib
51 UefiUsbLib
52
53 [Protocols]
54 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57
58 [FixedPcd]
59 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError
60 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable
61 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable
62 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError
63 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset
64
65