UsbPei.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ## @file
  2. # Component description file for UsbPei module.
  3. #
  4. # Copyright (c) 2013 - 2018, 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. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. ##
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = UsbPei
  18. FILE_GUID = 73E6F6B4-D029-4e87-8405-6067C8BD02A6
  19. MODULE_TYPE = PEIM
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = PeimInitializeIchUsb
  22. #
  23. # The following information is for reference only and not required by the build tools.
  24. #
  25. # VALID_ARCHITECTURES = IA32 X64 EBC
  26. #
  27. [Sources]
  28. UsbPei.c
  29. UsbPei.h
  30. [Packages]
  31. MdePkg/MdePkg.dec
  32. MdeModulePkg/MdeModulePkg.dec
  33. QuarkSocPkg/QuarkSocPkg.dec
  34. [LibraryClasses]
  35. IoLib
  36. PciLib
  37. PcdLib
  38. BaseMemoryLib
  39. PeimEntryPoint
  40. DebugLib
  41. [Ppis]
  42. gPeiUsbControllerPpiGuid # PPI ALWAYS_PRODUCED
  43. [FeaturePcd]
  44. gEfiQuarkSCSocIdTokenSpaceGuid.PcdEhciRecoveryEnabled
  45. [Pcd]
  46. gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiQNCUsbControllerMemoryBaseAddress
  47. gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiP2PMemoryBaseAddress
  48. [Depex]
  49. gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid