mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02: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:
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>
|
Loading…
x
Reference in New Issue
Block a user