]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/NetworkPkg.dsc
NetworkPkg: Remove IpSec driver and application
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dsc
1 ## @file
2 # UEFI 2.4 Network Module Package for All Architectures
3 #
4 # (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
5 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 PLATFORM_NAME = NetworkPkg
13 PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
14 PLATFORM_VERSION = 0.98
15 DSC_SPECIFICATION = 0x00010005
16 OUTPUT_DIRECTORY = Build/NetworkPkg
17 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
19 SKUID_IDENTIFIER = DEFAULT
20
21 [LibraryClasses]
22 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
23 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
24 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
25 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
26 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
27 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
28 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
29 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
30 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
31 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
32 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
33 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
34 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
35 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
36 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
37 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
38 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
39 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
40 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
41 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
42 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
43
44 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
45 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
46 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
47 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
48 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
49 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
50 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
51 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
52 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
53 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
54 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
55 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
56 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
57 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
58
59 [LibraryClasses.common.UEFI_DRIVER]
60 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
61 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
62 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
63
64 [LibraryClasses.common.UEFI_APPLICATION]
65 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
66 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
67
68 [LibraryClasses.ARM, LibraryClasses.AARCH64]
69 #
70 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
71 # This library provides the instrinsic functions generated by a given compiler.
72 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
73 #
74 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
75
76 [PcdsFeatureFlag]
77 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
79
80 [PcdsFixedAtBuild]
81 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
82 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
83
84 ###################################################################################################
85 #
86 # Components Section - list of the modules and components that will be processed by compilation
87 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
88 #
89 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
90 # into firmware volume images. This section is just a list of modules to compile from
91 # source into UEFI-compliant binaries.
92 # It is the FDF file that contains information on combining binary files into firmware
93 # volume images, whose concept is beyond UEFI and is described in PI specification.
94 # Binary modules do not need to be listed in this section, as they should be
95 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
96 # Logo (Logo.bmp), and etc.
97 # There may also be modules listed in this section that are not required in the FDF file,
98 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
99 # generated for it, but the binary will not be put into any firmware volume.
100 #
101 ###################################################################################################
102
103 [Components]
104 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
105 NetworkPkg/TcpDxe/TcpDxe.inf
106 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
107 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
108 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
109 NetworkPkg/DnsDxe/DnsDxe.inf
110 NetworkPkg/HttpDxe/HttpDxe.inf
111 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
112 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
113 NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxe.inf
114
115 NetworkPkg/Application/VConfig/VConfig.inf
116
117 [Components.IA32, Components.X64]
118 NetworkPkg/IScsiDxe/IScsiDxe.inf
119 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
120 NetworkPkg/TlsDxe/TlsDxe.inf
121 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
122
123 [BuildOptions]
124 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES