]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / UefiUsbLib / UefiUsbLib.inf
CommitLineData
7bc232b2 1#/** @file\r
85ea851e 2# Instance of Usb Library.\r
7bc232b2
LG
3#\r
4# This library provides supports for common USB functions.\r
85ea851e 5#\r
6# Copyright (c) 2006 - 2008, Intel Corporation.\r
7bc232b2
LG
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
7bc232b2
LG
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiUsbLib\r
21 FILE_GUID = 87eb5df9-722a-4241-ad7f-370d0b3a56d7\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
ed838d0c 24 LIBRARY_CLASS = UsbLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
7bc232b2
LG
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28\r
7bc232b2
LG
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
7bc232b2 33[Sources.common]\r
d67ed184 34 UefiUsbLibInternal.h\r
06bab622 35 Hid.c\r
7bc232b2 36 UsbDxeLib.c\r
7bc232b2 37\r
7bc232b2
LG
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
7bc232b2
LG
41[LibraryClasses]\r
42 BaseMemoryLib\r
43\r