Home | History | Annotate | Download | only in DwUsbDxe
      1 #/** @file
      2 # Framework Module Development Environment Industry Standards
      3 #
      4 # This Package provides headers and libraries that conform to EFI/PI Industry standards.
      5 # Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
      6 # Copyright (c) 2012-2014, ARM Ltd. All rights reserved.<BR>
      7 # Copyright (c) 2015-2017, Linaro. All rights reserved.<BR>
      8 #
      9 #    This program and the accompanying materials are licensed and made available under
     10 #    the terms and conditions of the BSD License which accompanies this distribution.
     11 #    The full text of the license may be found at
     12 #    http://opensource.org/licenses/bsd-license.php
     13 #
     14 #    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     15 #    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     16 #
     17 #**/
     18 
     19 [Defines]
     20   DEC_SPECIFICATION              = 0x00010019
     21   PACKAGE_NAME                   = OpenPlatformDriversUsbDwUsbDxePkg
     22   PACKAGE_GUID                   = 114a3be9-10f7-4bf1-81ca-09ac52d4c3d5
     23   PACKAGE_VERSION                = 0.1
     24 
     25 
     26 ################################################################################
     27 #
     28 # Include Section - list of Include Paths that are provided by this package.
     29 #                   Comments are used for Keywords and Module Types.
     30 #
     31 # Supported Module Types:
     32 #  BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
     33 #
     34 ################################################################################
     35 
     36 [Guids.common]
     37   gAndroidFastbootUsbGuid       = { 0xf6bec3fe, 0x88fb, 0x11e3, { 0xae, 0x84, 0xe7, 0x3b, 0x77, 0x56, 0x1c, 0x35 }}
     38   gDwUsbDxeTokenSpaceGuid       = { 0x131c4d02, 0x9449, 0x4ee9, { 0xba, 0x3d, 0x69, 0x50, 0x21, 0x89, 0x26, 0x0b }}
     39 
     40 [Protocols.common]
     41   gDwUsbProtocolGuid            = { 0x109fa264, 0x7811, 0x4862, { 0xa9, 0x73, 0x4a, 0xb2, 0xef, 0x2e, 0xe2, 0xff }}
     42 
     43 [PcdsFixedAtBuild.common]
     44   # DwUsb Driver PCDs
     45   gDwUsbDxeTokenSpaceGuid.PcdDwUsbDxeBaseAddress|0x0|UINT32|0x00000001
     46   gDwUsbDxeTokenSpaceGuid.PcdSysCtrlBaseAddress|0x0|UINT32|0x00000002
     47