]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/FmpGreenSampleDevice.dsc
ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line option
[mirror_edk2.git] / Vlv2TbltDevicePkg / FmpGreenSampleDevice.dsc
CommitLineData
1aa9314e
MK
1#/** @file\r
2# FmpDxe driver for Green Sample device firmware update.\r
3#\r
4# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are licensed and made available under\r
7# the terms and conditions of the BSD License that accompanies this distribution.\r
8# The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17 FmpDevicePkg/FmpDxe/FmpDxe.inf {\r
18 <Defines>\r
19 #\r
20 # ESRT and FMP GUID for sample device capsule update\r
21 #\r
22 FILE_GUID = $(FMP_GREEN_SAMPLE_DEVICE)\r
23 <PcdsFixedAtBuild>\r
24 #\r
25 # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module\r
26 #\r
27 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device"\r
28\r
29 #\r
30 # ESRT and FMP Lowest Support Version for this capsule update module\r
31 # 000.000.000.000\r
32 #\r
33 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion|0x00000000\r
34\r
35 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|2\r
36\r
37 #\r
38 # Capsule Update Progress Bar Color. Set to Green (RGB) (0, 255, 0)\r
39 #\r
40 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x0000FF00\r
41\r
42 #\r
43 # Certificates used to authenticate capsule update image\r
44 #\r
45 !include Vlv2TbltDevicePkg/FmpCertificate.dsc\r
46\r
47 <LibraryClasses>\r
48 #\r
49 # Generic libraries that are used "as is" by all FMP modules\r
50 #\r
51 FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf\r
52 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf\r
53 #\r
54 # Platform specific capsule policy library\r
55 #\r
56 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf\r
57 #\r
58 # Device specific library that processes a capsule and updates the FW storage device\r
59 #\r
60 FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf\r
61 }\r