REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996 The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib, such as DynamicPlatRepo.c and TokenMapper.c. Not including it in the library inf file could lead to potential build break. This change added the MemoryAllocationLib into this inf file. Cc: Sami Mujawar <Sami.Mujawar@arm.com> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com> Co-authored-by: Joe Lopez <joelopez@microsoft.com> Signed-off-by: Kun Qin <kuqin12@gmail.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Pierre Gondois <pierre.gondois@arm.com> Tested-by: Sami Mujawar <sami.mujawar@arm.com>
		
			
				
	
	
		
			35 lines
		
	
	
		
			729 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			729 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ## @file
 | |
| #  Dynamic Platform Repository
 | |
| #
 | |
| #  Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| ##
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION    = 0x0001001B
 | |
|   BASE_NAME      = DynamicPlatRepoLib
 | |
|   FILE_GUID      = 836D253D-3144-4A89-9BEE-BC55AFDC814E
 | |
|   VERSION_STRING = 1.0
 | |
|   MODULE_TYPE    = DXE_DRIVER
 | |
|   LIBRARY_CLASS  = DynamicPlatRepoLib
 | |
| 
 | |
| [Sources]
 | |
|   CmObjectTokenFixer.c
 | |
|   CmObjectTokenFixer.h
 | |
|   DynamicPlatRepo.c
 | |
|   DynamicPlatRepoInternal.h
 | |
|   TokenGenerator.c
 | |
|   TokenGenerator.h
 | |
|   TokenMapper.c
 | |
|   TokenMapper.h
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   DynamicTablesPkg/DynamicTablesPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   AcpiHelperLib
 | |
|   BaseLib
 | |
|   MemoryAllocationLib
 |