https://bugzilla.tianocore.org/show_bug.cgi?id=2420 Based on the following package with changes to merge into CryptoPkg. https://github.com/microsoft/mu_plus/tree/dev/201908/SharedCryptoPkg Add the PeiCryptLib, DxeCryptLib, and SmmCryptLib instances of the BaseCryptLib library classes that are implemented using the services of EDK II Crypto Protocols/PPIs. These library instances all set a dependency expression on the EDK II Crypto Protocols/PPIs, so any modules that use these library instances are not dispatched until the modules that produce the EDK II Crypto Protocols/PPIs are dispatched. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // /** @file
 | |
| // BaseCryptLib and TlsLib using the services of the EDK II Crypto Protocol/PPI.
 | |
| //
 | |
| // Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
 | |
| //
 | |
| // SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| //
 | |
| // **/
 | |
| 
 | |
| #string STR_MODULE_ABSTRACT             #language en-US "BaseCryptLib and TlsLib using the services of the EDK II Crypto Protocol/PPI"
 | |
| 
 | |
| #string STR_MODULE_DESCRIPTION          #language en-US "BaseCryptLib and TlsLib using the services of the EDK II Crypto Protocol/PPI."
 |