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