]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Network.dsc.inc
CryptoPkg/dsc: Enable MD5 when CRYPTO_SERVICES enable MD5
[mirror_edk2.git] / NetworkPkg / Network.dsc.inc
CommitLineData
23ea5bfe
LG
1## @file\r
2# Network DSC include file for Platform DSC\r
3#\r
4# This file includes all required information to enable Network features.\r
5# It can be included to a platform DSC file by using "!include NetworkPkg/Network.dsc.inc".\r
6#\r
7# This file defines one build flag PLATFORMX64_ENABLE to support\r
8# IA32 PEI and X64 DXE platform. Its default value is FALSE.\r
9#\r
10# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
8293e676 11# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
23ea5bfe
LG
12#\r
13# SPDX-License-Identifier: BSD-2-Clause-Patent\r
14#\r
15##\r
16\r
17[Defines]\r
18!include NetworkPkg/NetworkDefines.dsc.inc\r
19\r
20!ifndef PLATFORMX64_ENABLE\r
21 #\r
22 # PLATFORMX64_ENABLE is set to TRUE when PEI is IA32 and DXE is X64 platform\r
23 #\r
24 DEFINE PLATFORMX64_ENABLE = FALSE\r
25!endif\r
26\r
27[PcdsFixedAtBuild]\r
28!include NetworkPkg/NetworkPcds.dsc.inc\r
29\r
30[LibraryClasses]\r
31!include NetworkPkg/NetworkLibs.dsc.inc\r
32\r
33!if $(PLATFORMX64_ENABLE) == TRUE\r
34[Components.X64]\r
35!include NetworkPkg/NetworkComponents.dsc.inc\r
36\r
37!else\r
8293e676 38[Components.IA32, Components.X64, Components.ARM, Components.AARCH64, Components.RISCV64]\r
23ea5bfe
LG
39!include NetworkPkg/NetworkComponents.dsc.inc\r
40\r
41!endif\r