]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDevicePkg.dsc
FmpDevicePkg: Add FmpDependencyDevice library class and NULL instance
[mirror_edk2.git] / FmpDevicePkg / FmpDevicePkg.dsc
CommitLineData
262b7a31
KM
1## @file\r
2# Firmware Management Protocol Device Package\r
3#\r
4# This package provides an implementation of a Firmware Management Protocol\r
5# instance that supports the update of firmware storage devices using UEFI\r
6# Capsules. The behavior of the Firmware Management Protocol instance is\r
7# customized using libraries and PCDs.\r
8#\r
9# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
a93bf06b 10# Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR>\r
9817d442 11# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
262b7a31 12#\r
bcef758c 13# SPDX-License-Identifier: BSD-2-Clause-Patent\r
262b7a31
KM
14#\r
15##\r
16\r
17[Defines]\r
18 PLATFORM_NAME = FmpDevicePkg\r
19 PLATFORM_GUID = 0af3d540-27c6-11e8-828b-f8597177a00a\r
20 PLATFORM_VERSION = 0.1\r
21 DSC_SPECIFICATION = 0x00010005\r
22 OUTPUT_DIRECTORY = Build/FmpDevicePkg\r
9817d442 23 SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64|RISCV64\r
e23366d3 24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
262b7a31
KM
25 SKUID_IDENTIFIER = DEFAULT\r
26\r
27 #\r
28 # Define ESRT GUIDs for Firmware Management Protocol instances\r
29 #\r
ee48361c
SZ
30 DEFINE SYSTEM_FMP_ESRT_GUID = B461B3BD-E62A-4A71-841C-50BA4E500267\r
31 DEFINE DEVICE_FMP_ESRT_GUID = 226034C4-8B67-4536-8653-D6EE7CE5A316\r
262b7a31 32\r
11d35494
EJ
33 #\r
34 # TRUE - Build FmpDxe module for with storage access enabled\r
35 # FALSE - Build FmpDxe module for with storage access disabled\r
36 #\r
37 DEFINE DEVICE_FMP_STORAGE_ACCESS_ENABLE = TRUE\r
38\r
ff306cfd
WX
39!include UnitTestFrameworkPkg/UnitTestFrameworkPkgTarget.dsc.inc\r
40\r
262b7a31
KM
41[LibraryClasses]\r
42 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
262b7a31
KM
43 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
44 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
45 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
262b7a31
KM
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
47 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
262b7a31
KM
48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
262b7a31
KM
50 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
51 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
52 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
262b7a31 53 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
8bc648fe
MK
54!ifdef CONTINUOUS_INTEGRATION\r
55 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf\r
56!else\r
262b7a31 57 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
8bc648fe 58 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
262b7a31 59 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
8bc648fe 60!endif\r
262b7a31 61 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf\r
262b7a31
KM
62 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf\r
63 FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf\r
64 FmpDeviceLib|FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf\r
a93bf06b 65 FmpDependencyLib|FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.inf\r
6c496642 66 FmpDependencyCheckLib|FmpDevicePkg/Library/FmpDependencyCheckLibNull/FmpDependencyCheckLibNull.inf\r
ba86bb2c 67 FmpDependencyDeviceLib|FmpDevicePkg/Library/FmpDependencyDeviceLibNull/FmpDependencyDeviceLibNull.inf\r
4ff8b6b1 68 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
262b7a31
KM
69\r
70[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
71 #\r
72 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
95d28836 73 # This library provides the intrinsic functions generate by a given compiler.\r
262b7a31
KM
74 # [LibraryClasses.ARM, LibraryClasses.AARCH64] and NULL mean link this library\r
75 # into all ARM and AARCH64 images.\r
76 #\r
77 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
78\r
79 # Add support for stack protector\r
80 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
81\r
82[LibraryClasses.ARM]\r
83 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
84\r
278c3d48
EJ
85[PcdsPatchableInModule]\r
86 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid|{0}\r
87\r
262b7a31
KM
88[Components]\r
89 #\r
90 # Libraries\r
91 #\r
92 FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf\r
c40f7cc7 93 FmpDevicePkg/Library/CapsuleUpdatePolicyLibOnProtocol/CapsuleUpdatePolicyLibOnProtocol.inf\r
262b7a31
KM
94 FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf\r
95 FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf\r
a93bf06b 96 FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.inf\r
6c496642
WX
97 FmpDevicePkg/Library/FmpDependencyCheckLib/FmpDependencyCheckLib.inf\r
98 FmpDevicePkg/Library/FmpDependencyCheckLibNull/FmpDependencyCheckLibNull.inf\r
ba86bb2c 99 FmpDevicePkg/Library/FmpDependencyDeviceLibNull/FmpDependencyDeviceLibNull.inf\r
262b7a31
KM
100 FmpDevicePkg/FmpDxe/FmpDxeLib.inf\r
101\r
102 #\r
103 # Modules\r
104 #\r
c40f7cc7
EJ
105 FmpDevicePkg/CapsuleUpdatePolicyDxe/CapsuleUpdatePolicyDxe.inf {\r
106 <LibraryClasses>\r
107 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf\r
108 }\r
262b7a31
KM
109 FmpDevicePkg/FmpDxe/FmpDxe.inf {\r
110 <Defines>\r
111 #\r
ee48361c 112 # FILE_GUID is used as ESRT GUID\r
262b7a31 113 #\r
ee48361c 114 FILE_GUID = $(SYSTEM_FMP_ESRT_GUID)\r
278c3d48
EJ
115 <PcdsFixedAtBuild>\r
116 #\r
117 # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module\r
118 #\r
119 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device"\r
120 #\r
121 # Certificates used to authenticate capsule update image\r
122 #\r
123 !include BaseTools/Source/Python/Pkcs7Sign/TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc\r
124 <PcdsPatchableInModule>\r
125 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid|{GUID("$(SYSTEM_FMP_ESRT_GUID)")}\r
c40f7cc7
EJ
126 <LibraryClasses>\r
127 #\r
128 # Use CapsuleUpdatePolicyLib that calls the Capsule Update Policy Protocol.\r
129 # Depends on the CapsuleUpdatePolicyDxe module to produce the protocol.\r
130 # Required for FmpDxe modules that are intended to be platform independent.\r
131 #\r
132 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibOnProtocol/CapsuleUpdatePolicyLibOnProtocol.inf\r
262b7a31
KM
133 }\r
134\r
135 FmpDevicePkg/FmpDxe/FmpDxe.inf {\r
136 <Defines>\r
137 #\r
138 # FILE_GUID is used as ESRT GUID\r
139 #\r
ee48361c 140 FILE_GUID = $(DEVICE_FMP_ESRT_GUID)\r
11d35494
EJ
141 <PcdsFeatureFlag>\r
142 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceStorageAccessEnable|$(DEVICE_FMP_STORAGE_ACCESS_ENABLE)\r
278c3d48 143 <PcdsFixedAtBuild>\r
11d35494
EJ
144!if $(DEVICE_FMP_STORAGE_ACCESS_ENABLE) == FALSE\r
145 #\r
146 # Disable test key detection\r
147 #\r
148 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest|{0}\r
149!endif\r
278c3d48
EJ
150 #\r
151 # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module\r
152 #\r
11d35494 153!if $(DEVICE_FMP_STORAGE_ACCESS_ENABLE) == TRUE\r
278c3d48 154 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device"\r
11d35494
EJ
155!else\r
156 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device No Storage Access"\r
157!endif\r
278c3d48
EJ
158 #\r
159 # Certificates used to authenticate capsule update image\r
160 #\r
161 !include BaseTools/Source/Python/Pkcs7Sign/TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc\r
162 <PcdsPatchableInModule>\r
163 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid|{GUID("$(DEVICE_FMP_ESRT_GUID)")}\r
c40f7cc7
EJ
164 <LibraryClasses>\r
165 #\r
166 # Directly use a platform specific CapsuleUpdatePolicyLib instance.\r
167 # Only works for FmpDxe modules that are build from sources and included\r
168 # in a system firmware image.\r
169 #\r
170 CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf\r
262b7a31 171 }\r
4da45e20 172\r
ff306cfd
WX
173 #\r
174 # Add UEFI Target Based Unit Tests\r
175 #\r
176 FmpDevicePkg/Test/UnitTest/Library/FmpDependencyLib/FmpDependencyLibUnitTestsUefi.inf\r
177\r
4da45e20
SZ
178[BuildOptions]\r
179 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r