]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Network.dsc.inc
DynamicTablesPkg: GTDT updates for ACPI 6.3
[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
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14##\r
15\r
16[Defines]\r
17!include NetworkPkg/NetworkDefines.dsc.inc\r
18\r
19!ifndef PLATFORMX64_ENABLE\r
20 #\r
21 # PLATFORMX64_ENABLE is set to TRUE when PEI is IA32 and DXE is X64 platform\r
22 #\r
23 DEFINE PLATFORMX64_ENABLE = FALSE\r
24!endif\r
25\r
26[PcdsFixedAtBuild]\r
27!include NetworkPkg/NetworkPcds.dsc.inc\r
28\r
29[LibraryClasses]\r
30!include NetworkPkg/NetworkLibs.dsc.inc\r
31\r
32!if $(PLATFORMX64_ENABLE) == TRUE\r
33[Components.X64]\r
34!include NetworkPkg/NetworkComponents.dsc.inc\r
35\r
36!else\r
37[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]\r
38!include NetworkPkg/NetworkComponents.dsc.inc\r
39\r
40!endif\r