mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	FmpDevicePkg: Add RngLib instance to DSC
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3010
Commit b5701a4 in CryptoPkg introduced a dependency on RngLib.
The FmpDevicePkg build currently fails since it does not specify
a RngLib instance and OpensslLib links against RngLib.
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: Wei6 Xu <wei6.xu@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Matthew Carlson <matthewfcarlson@gmail.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
			
			
This commit is contained in:
		 Michael Kubacki
					Michael Kubacki
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							709b163940
						
					
				
				
					commit
					92e9c44f20
				
			| @ -6,7 +6,7 @@ | ||||
| # Capsules.  The behavior of the Firmware Management Protocol instance is | ||||
| # customized using libraries and PCDs. | ||||
| # | ||||
| # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR> | ||||
| # Copyright (c) Microsoft Corporation.<BR> | ||||
| # Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR> | ||||
| # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> | ||||
| # | ||||
| @ -57,6 +57,7 @@ | ||||
|   IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | ||||
|   OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf | ||||
|   BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | ||||
|   RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf | ||||
| !endif | ||||
|   FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf | ||||
|   CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf | ||||
|  | ||||
		Reference in New Issue
	
	Block a user