]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FmpGreenSampleDevice.dsc
ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line option
[mirror_edk2.git] / Vlv2TbltDevicePkg / FmpGreenSampleDevice.dsc
1 #/** @file
2 # FmpDxe driver for Green 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
17 FmpDevicePkg/FmpDxe/FmpDxe.inf {
18 <Defines>
19 #
20 # ESRT and FMP GUID for sample device capsule update
21 #
22 FILE_GUID = $(FMP_GREEN_SAMPLE_DEVICE)
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"Sample 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 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|2
36
37 #
38 # Capsule Update Progress Bar Color. Set to Green (RGB) (0, 255, 0)
39 #
40 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x0000FF00
41
42 #
43 # Certificates used to authenticate capsule update image
44 #
45 !include Vlv2TbltDevicePkg/FmpCertificate.dsc
46
47 <LibraryClasses>
48 #
49 # Generic libraries that are used "as is" by all FMP modules
50 #
51 FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
52 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
53 #
54 # Platform specific capsule policy library
55 #
56 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
57 #
58 # Device specific library that processes a capsule and updates the FW storage device
59 #
60 FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf
61 }