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 2024-09-20 11:56:13 +03:00 committed by mergify[bot]
parent 9cab9905af
commit fc9f06de6f
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
!endif
[PcdsFixedAtBuild]
!include NetworkPkg/NetworkPcds.dsc.inc
!include NetworkPkg/NetworkFixedPcds.dsc.inc
[PcdsDynamicDefault]
!include NetworkPkg/NetworkDynamicPcds.dsc.inc

View File

@ -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>