mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	NetworkPkg: mark fixed network PCDs
Rename `NetworkPcds` to `NetworkFixedPcds` to avoid confusion with dynamic PCDs. The next patches in the chain will update all references across the codebase to use the new name. Cc: Saloni Kasbekar <saloni.kasbekar@intel.com> Cc: Zachary Clark-williams <zachary.clark-williams@intel.com> Signed-off-by: Aleksandr Goncharov <chat@joursoir.net>
This commit is contained in:
		 Aleksandr Goncharov
					Aleksandr Goncharov
				
			
				
					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
						
							9cab9905af
						
					
				
				
					commit
					fc9f06de6f
				
			| @ -26,7 +26,7 @@ | ||||
| !endif | ||||
|  | ||||
| [PcdsFixedAtBuild] | ||||
| !include NetworkPkg/NetworkPcds.dsc.inc | ||||
| !include NetworkPkg/NetworkFixedPcds.dsc.inc | ||||
|  | ||||
| [PcdsDynamicDefault] | ||||
| !include NetworkPkg/NetworkDynamicPcds.dsc.inc | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| ## @file
 | ||||
| # Network DSC include file for [Pcds*] section of all Architectures.
 | ||||
| # Network DSC include file for [PcdsFixed*] section of all Architectures.
 | ||||
| #
 | ||||
| # This file can be included to the [Pcds*] section(s) of a platform DSC file
 | ||||
| # by using "!include NetworkPkg/NetworkPcds.dsc.inc" to specify PCD settings
 | ||||
| # This file can be included to the [PcdsFixed*] section(s) of a platform DSC file
 | ||||
| # by using "!include NetworkPkg/NetworkFixedPcds.dsc.inc" to specify PCD settings
 | ||||
| # according to the value of flags described in "NetworkDefines.dsc.inc".
 | ||||
| #
 | ||||
| # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
 | ||||
		Reference in New Issue
	
	Block a user