]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/NetworkPkg.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dsc
CommitLineData
a3bcde70 1## @file\r
e6aaef28 2# UEFI 2.4 Network Module Package for All Architectures\r
a3bcde70 3#\r
8f586b85 4# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
d04b4796 5# Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>\r
8436d4de 6# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
ad8f2b72 7# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
ecf98fbc 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a3bcde70
HT
9#\r
10##\r
11\r
12[Defines]\r
13 PLATFORM_NAME = NetworkPkg\r
14 PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10\r
32ae0581 15 PLATFORM_VERSION = 0.98\r
a3bcde70
HT
16 DSC_SPECIFICATION = 0x00010005\r
17 OUTPUT_DIRECTORY = Build/NetworkPkg\r
ad8f2b72 18 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64\r
4df59099 19 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
a3bcde70
HT
20 SKUID_IDENTIFIER = DEFAULT\r
21\r
4ecb1ba5
ZG
22 DEFINE NETWORK_ISCSI_ENABLE = TRUE\r
23\r
d04b4796
DB
24!include MdePkg/MdeLibs.dsc.inc\r
25\r
a3bcde70 26[LibraryClasses]\r
aa498f8c 27 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
a3bcde70
HT
28 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
29 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
30 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
31 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
32 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
35 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
36 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
37 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
38 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
39 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
40 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
50a65824
FS
41 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
42 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
43 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
44 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
45 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
46 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
e9b4a462 47 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
091ab12b 48 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf\r
8542fc5f 49 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf\r
a3bcde70 50\r
420c8598
MK
51!ifdef CONTINUOUS_INTEGRATION\r
52 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf\r
53 TlsLib|CryptoPkg/Library/TlsLibNull/TlsLibNull.inf\r
54!else\r
9166f840 55 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
56 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
57 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
cd09a277 58 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf\r
420c8598 59!endif\r
f75a7f56 60 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
ae591c14 61 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
cd09a277 62 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
ae591c14 63 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
a3bcde70
HT
64\r
65[LibraryClasses.common.UEFI_DRIVER]\r
50a65824
FS
66 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
67 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
a3bcde70
HT
68 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
69\r
70[LibraryClasses.common.UEFI_APPLICATION]\r
71 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
a3bcde70
HT
72 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
73\r
8f586b85
RP
74[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
75 #\r
76 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
77 # This library provides the instrinsic functions generated by a given compiler.\r
78 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
79 #\r
80 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
da815cf3
LG
81 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
82 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
8f586b85 83\r
e13e53cb
MK
84[LibraryClasses.ARM]\r
85 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf\r
86\r
87[LibraryClasses.RISCV64]\r
88 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf\r
89\r
a3bcde70
HT
90[PcdsFeatureFlag]\r
91 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
92 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
93\r
94[PcdsFixedAtBuild]\r
95 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
96 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
97\r
ac70e71b
ZCW
98[PcdsDynamicDefault]\r
99 gEfiNetworkPkgTokenSpaceGuid.PcdHttpIoTimeout|5000\r
100\r
a3bcde70
HT
101###################################################################################################\r
102#\r
103# Components Section - list of the modules and components that will be processed by compilation\r
104# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
105#\r
106# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
107# into firmware volume images. This section is just a list of modules to compile from\r
108# source into UEFI-compliant binaries.\r
109# It is the FDF file that contains information on combining binary files into firmware\r
110# volume images, whose concept is beyond UEFI and is described in PI specification.\r
111# Binary modules do not need to be listed in this section, as they should be\r
112# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
113# Logo (Logo.bmp), and etc.\r
114# There may also be modules listed in this section that are not required in the FDF file,\r
115# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
116# generated for it, but the binary will not be put into any firmware volume.\r
117#\r
118###################################################################################################\r
119\r
120[Components]\r
90b24889 121 NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxe.inf\r
cbcccd2c 122 NetworkPkg/Application/VConfig/VConfig.inf\r
6996ec88
SB
123 NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf\r
124 NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf\r
375e9b19 125 NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf\r
6996ec88
SB
126 NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
127 NetworkPkg/Library/DxeNetLib/DxeNetLib.inf\r
128 NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
129 NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
cbcccd2c 130\r
23ea5bfe 131 !include NetworkPkg/Network.dsc.inc\r
53c1e7e5
HW
132\r
133[BuildOptions]\r
134 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r