]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / Vlv2TbltDevicePkg / FmpRedSampleDevice.dsc
1 #/** @file
2 # FmpDxe driver for Red Sample device firmware update.
3 #
4 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 #**/
10
11 FmpDevicePkg/FmpDxe/FmpDxe.inf {
12 <Defines>
13 #
14 # ESRT and FMP GUID for sample device capsule update
15 #
16 FILE_GUID = $(FMP_RED_SAMPLE_DEVICE)
17 <PcdsFixedAtBuild>
18 #
19 # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module
20 #
21 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device"
22
23 #
24 # ESRT and FMP Lowest Support Version for this capsule update module
25 # 000.000.000.000
26 #
27 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion|0x00000000
28
29 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|2
30
31 #
32 # Capsule Update Progress Bar Color. Set to Blue (RGB) (255, 0, 0)
33 #
34 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x00FF0000
35
36 #
37 # Certificates used to authenticate capsule update image
38 #
39 !include Vlv2TbltDevicePkg/FmpCertificate.dsc
40
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 }