]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
1)Global variables have been moved backward ahead of functions.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMassStorageDxe.inf
CommitLineData
e237e7ae 1#/** @file\r
2# Component name for module UsbMassStorage\r
3#\r
c7e39923 4# Copyright (c) 2006 - 2008, Intel Corporation. \r
e237e7ae 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
e237e7ae 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UsbMassStorageDxe\r
20 FILE_GUID = 9FB4B4A7-42C0-4bcd-8540-9BCC6711F83E\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
e237e7ae 22 VERSION_STRING = 1.0\r
e237e7ae 23\r
24 ENTRY_POINT = USBMassStorageEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
d354ab7f 31# DRIVER_BINDING = gUSBMassDriverBinding \r
32# COMPONENT_NAME = gUsbMassStorageComponentName\r
33# COMPONENT_NAME2 = gUsbMassStorageComponentName2\r
34#\r
e237e7ae 35\r
e237e7ae 36[Sources.common]\r
37 UsbMassBoot.h\r
38 UsbMassImpl.h\r
39 UsbMassBot.h\r
40 UsbMassBot.c\r
41 ComponentName.c\r
42 UsbMassImpl.c\r
43 UsbMassBoot.c\r
44 UsbMassCbi.h\r
45 UsbMass.h\r
46 UsbMassCbi.c\r
47\r
e237e7ae 48[Packages]\r
49 MdePkg/MdePkg.dec\r
e237e7ae 50\r
e237e7ae 51[LibraryClasses]\r
52 MemoryAllocationLib\r
53 UefiLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 BaseMemoryLib\r
57 DebugLib\r
c7e39923 58 DevicePathLib\r
e237e7ae 59\r
60\r
e237e7ae 61[Protocols]\r
62 gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
537fbd82 63 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
c7e39923 64 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
e237e7ae 65\r