FmpRedSampleDevice.dsc 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #/** @file
  2. # FmpDxe driver for Red Sample device 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 sample device capsule update
  20. #
  21. FILE_GUID = $(FMP_RED_SAMPLE_DEVICE)
  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"Sample 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. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|2
  33. #
  34. # Capsule Update Progress Bar Color. Set to Blue (RGB) (255, 0, 0)
  35. #
  36. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x00FF0000
  37. #
  38. # Certificates used to authenticate capsule update image
  39. #
  40. !include Vlv2TbltDevicePkg/FmpCertificate.dsc
  41. <LibraryClasses>
  42. #
  43. # Generic libraries that are used "as is" by all FMP modules
  44. #
  45. FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
  46. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  47. #
  48. # Platform specific capsule policy library
  49. #
  50. CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
  51. #
  52. # Device specific library that processes a capsule and updates the FW storage device
  53. #
  54. FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf
  55. }