1 #/** @file 2 # 3 # Copyright (c) 2015-2017, Linaro. All rights reserved. 4 # 5 # This program and the accompanying materials 6 # are licensed and made available under the terms and conditions of the BSD License 7 # which accompanies this distribution. The full text of the license may be found at 8 # http://opensource.org/licenses/bsd-license.php 9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 11 # 12 # 13 #**/ 14 15 [Defines] 16 INF_VERSION = 0x00010019 17 BASE_NAME = HiKeyUsbDxe 18 FILE_GUID = c5c7089e-9b00-448c-8b23-a552688e2833 19 MODULE_TYPE = UEFI_DRIVER 20 VERSION_STRING = 1.0 21 ENTRY_POINT = HiKeyUsbEntryPoint 22 23 [Sources.common] 24 HiKeyUsbDxe.c 25 26 [LibraryClasses] 27 DebugLib 28 IoLib 29 TimerLib 30 UefiBootServicesTableLib 31 UefiDriverEntryPoint 32 UsbSerialNumberLib 33 34 [Protocols] 35 gDwUsbProtocolGuid 36 gEfiDriverBindingProtocolGuid 37 gEmbeddedGpioProtocolGuid 38 39 [Packages] 40 EmbeddedPkg/EmbeddedPkg.dec 41 MdePkg/MdePkg.dec 42 MdeModulePkg/MdeModulePkg.dec 43 OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.dec 44 OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dec 45 46 [Pcd] 47 gHiKeyTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath 48 49 [Depex] 50 BEFORE gDwUsbDeviceGuid 51