SystemFirmwareDescriptor.inf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## @file
  2. # System Firmware descriptor.
  3. #
  4. # Copyright (c) 2018, Hisilicon Limited. All rights reserved.
  5. # Copyright (c) 2018, Linaro Limited. All rights reserved.
  6. # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # This program and the accompanying materials
  9. # are licensed and made available under the terms and conditions of the BSD License
  10. # which accompanies this distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. ##
  17. [Defines]
  18. INF_VERSION = 0x0001001A
  19. BASE_NAME = SystemFirmwareDescriptor
  20. FILE_GUID = 90B2B846-CA6D-4D6E-A8D3-C140A8E110AC
  21. MODULE_TYPE = PEIM
  22. VERSION_STRING = 1.0
  23. ENTRY_POINT = SystemFirmwareDescriptorPeimEntry
  24. [Sources]
  25. SystemFirmwareDescriptorPei.c
  26. SystemFirmwareDescriptor.aslc
  27. [Packages]
  28. ArmPkg/ArmPkg.dec
  29. ArmPlatformPkg/ArmPlatformPkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. MdePkg/MdePkg.dec
  32. SignedCapsulePkg/SignedCapsulePkg.dec
  33. [LibraryClasses]
  34. DebugLib
  35. PcdLib
  36. PeimEntryPoint
  37. PeiServicesLib
  38. [FixedPcd]
  39. gArmTokenSpaceGuid.PcdFdSize
  40. [Pcd]
  41. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor
  42. [Depex]
  43. TRUE