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 = HiKey960UsbDxe 18 FILE_GUID = 9998be97-6fb6-40f6-a98d-d797dc7b9d32 19 MODULE_TYPE = UEFI_DRIVER 20 VERSION_STRING = 1.0 21 ENTRY_POINT = HiKey960UsbEntryPoint 22 23[Sources.common] 24 HiKey960UsbDxe.c 25 26[LibraryClasses] 27 DebugLib 28 IoLib 29 TimerLib 30 UefiBootServicesTableLib 31 UefiDriverEntryPoint 32 UsbSerialNumberLib 33 34[Protocols] 35 gDwUsbProtocolGuid 36 gEfiBlockIoProtocolGuid 37 gEfiDriverBindingProtocolGuid 38 39[Packages] 40 MdePkg/MdePkg.dec 41 MdeModulePkg/MdeModulePkg.dec 42 EmbeddedPkg/EmbeddedPkg.dec 43 OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/DwUsb3Dxe.dec 44 OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960.dec 45 46[Pcd] 47 gHiKey960TokenSpaceGuid.PcdAndroidFastbootNvmDevicePath 48 49[Depex] 50 TRUE 51