]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FmpMinnowMaxSystem.dsc
ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line option
[mirror_edk2.git] / Vlv2TbltDevicePkg / FmpMinnowMaxSystem.dsc
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
17 FmpDevicePkg/FmpDxe/FmpDxe.inf {
18 <Defines>
19 #
20 # ESRT and FMP GUID for system firmware capsule update
21 #
22 FILE_GUID = $(FMP_MINNOW_MAX_SYSTEM)
23 <PcdsFixedAtBuild>
24 #
25 # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module
26 #
27 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Minnow Max System Firmware Device"
28
29 #
30 # ESRT and FMP Lowest Support Version for this capsule update module
31 # 000.000.000.000
32 #
33 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion|0x00000000
34
35 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpLowestSupportedVersion|0x00000000
36 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersion|0x00000000
37 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersionString|"000.000.000.000"
38
39 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|4
40
41 #
42 # Capsule Update Progress Bar Color. Set to Purple (RGB) (255, 0, 255)
43 #
44 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x00FF00FF
45
46 #
47 # Certificates used to authenticate capsule update image
48 #
49 !include Vlv2TbltDevicePkg/FmpCertificate.dsc
50
51 <LibraryClasses>
52 #
53 # Generic libraries that are used "as is" by all FMP modules
54 #
55 FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
56 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
57 #
58 # Platform specific capsule policy library
59 #
60 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
61 #
62 # Device specific library that processes a capsule and updates the FW storage device
63 #
64 FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/FmpDeviceLib.inf
65 }