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