FmpMinnowMaxSystem.dsc 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #/** @file
  2. # FmpDxe driver for Minnow Max system firmware update.
  3. #
  4. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials are licensed and made available under
  7. # the terms and conditions of the BSD License that accompanies this distribution.
  8. # 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. #**/
  16. FmpDevicePkg/FmpDxe/FmpDxe.inf {
  17. <Defines>
  18. #
  19. # ESRT and FMP GUID for system firmware capsule update
  20. #
  21. FILE_GUID = $(FMP_MINNOW_MAX_SYSTEM)
  22. <PcdsFixedAtBuild>
  23. #
  24. # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module
  25. #
  26. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Minnow Max System Firmware Device"
  27. #
  28. # ESRT and FMP Lowest Support Version for this capsule update module
  29. # 000.000.000.000
  30. #
  31. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion|0x00000000
  32. gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpLowestSupportedVersion|0x00000000
  33. gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersion|0x00000000
  34. gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersionString|"000.000.000.000"
  35. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|4
  36. #
  37. # Capsule Update Progress Bar Color. Set to Purple (RGB) (255, 0, 255)
  38. #
  39. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x00FF00FF
  40. #
  41. # Certificates used to authenticate capsule update image
  42. #
  43. !include Vlv2TbltDevicePkg/FmpCertificate.dsc
  44. <LibraryClasses>
  45. #
  46. # Generic libraries that are used "as is" by all FMP modules
  47. #
  48. FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
  49. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  50. #
  51. # Platform specific capsule policy library
  52. #
  53. CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
  54. #
  55. # Device specific library that processes a capsule and updates the FW storage device
  56. #
  57. FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/FmpDeviceLib.inf
  58. }