Home | History | Annotate | Download | only in DwUsbDxe
      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                      = DwUsbDxe
     18   FILE_GUID                      = 72d78ea6-4dee-11e3-8100-f3842a48d0a0
     19   MODULE_TYPE                    = UEFI_DRIVER
     20   VERSION_STRING                 = 1.0
     21   ENTRY_POINT                    = DwUsbEntryPoint
     22 
     23 [Sources.common]
     24   DwUsbDxe.c
     25 
     26 [LibraryClasses]
     27   ArmLib
     28   DebugLib
     29   IoLib
     30   MemoryAllocationLib
     31   TimerLib
     32   UefiBootServicesTableLib
     33   UefiDriverEntryPoint
     34   UncachedMemoryAllocationLib
     35   CacheMaintenanceLib
     36 
     37 [Protocols]
     38   gEfiDriverBindingProtocolGuid
     39   gUsbDeviceProtocolGuid
     40 
     41 [Packages]
     42   ArmPkg/ArmPkg.dec
     43   MdePkg/MdePkg.dec
     44   MdeModulePkg/MdeModulePkg.dec
     45   EmbeddedPkg/EmbeddedPkg.dec
     46   OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.dec
     47 
     48 [Pcd]
     49   gDwUsbDxeTokenSpaceGuid.PcdDwUsbDxeBaseAddress
     50 
     51 [Depex]
     52   BEFORE gAndroidFastbootUsbGuid
     53