This patch updates the platform DSC files to use the include fragment files provided by NetworkPkg. And add network related definition in Purley PlatformPkg.dsc.
v3: Add "!include NetworkPkg/NetworkDefines.dsc.inc" in PlatformPkg.dsc Cc: Michael A Kubacki <michael.a.kuba...@intel.com> Cc: Jiewen Yao <jiewen....@intel.com> Cc: Shifei A Lu <shifei.a...@intel.com> Cc: Xiaohu Zhou <bowen.z...@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zh...@intel.com> --- .../PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc index de1a3965d7..a82d18a028 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc @@ -30,6 +30,13 @@ BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT + !if gAdvancedFeaturePkgTokenSpaceGuid.PcdNetworkEnable == TRUE + DEFINE NETWORK_TLS_ENABLE = FALSE + !else + DEFINE NETWORK_ENABLE = FALSE + !endif +!include NetworkPkg/NetworkDefines.dsc.inc + # # Set the global variables # -- 2.18.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#41014): https://edk2.groups.io/g/devel/message/41014 Mute This Topic: https://groups.io/mt/31682827/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-