1 ## @file 2 # Component Description File For Universal Flash Storage Pci Host Controller Module. 3 # 4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR> 5 # 6 # This program and the accompanying materials 7 # are licensed and made available under the terms and conditions of the BSD License 8 # which accompanies this distribution. The full text of the license may be found at 9 # http://opensource.org/licenses/bsd-license.php. 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 ## 14 15 [Defines] 16 INF_VERSION = 0x00010005 17 BASE_NAME = UfsPciHcDxe 18 MODULE_UNI_FILE = UfsPciHcDxe.uni 19 FILE_GUID = AF43E178-C2E9-4712-A7CD-08BFDAC7482C 20 MODULE_TYPE = UEFI_DRIVER 21 VERSION_STRING = 0.9 22 ENTRY_POINT = UfsHcDriverEntry 23 24 # 25 # The following information is for reference only and not required by the build tools. 26 # 27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC 28 # 29 # DRIVER_BINDING = gUfsHcDriverBinding 30 # COMPONENT_NAME = gUfsHcComponentName 31 # COMPONENT_NAME2 = gUfsHcComponentName2 32 33 [Sources] 34 ComponentName.c 35 UfsPciHcDxe.c 36 UfsPciHcDxe.h 37 38 [Packages] 39 MdePkg/MdePkg.dec 40 MdeModulePkg/MdeModulePkg.dec 41 42 [LibraryClasses] 43 BaseLib 44 DebugLib 45 DevicePathLib 46 UefiDriverEntryPoint 47 UefiBootServicesTableLib 48 UefiLib 49 50 [Protocols] 51 gEfiPciIoProtocolGuid ## TO_START 52 gEfiDevicePathProtocolGuid ## TO_START 53 gEdkiiUfsHostControllerProtocolGuid ## BY_START 54 55 [UserExtensions.TianoCore."ExtraFiles"] 56 UfsPciHcDxeExtra.uni