]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/NetworkPkg.dsc
NetworkPkg: Add WiFi Connection Manager to NetworkPkg
[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 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 PLATFORM_NAME = NetworkPkg
19 PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
20 PLATFORM_VERSION = 0.98
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/NetworkPkg
23 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
25 SKUID_IDENTIFIER = DEFAULT
26
27 [LibraryClasses]
28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
31 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
32 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
33 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
34 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
35 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
36 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
37 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
38 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
40 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
41 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
42 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
43 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
45 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
46 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
47 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
48 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
49
50 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
51 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
52 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
53 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
54 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
55 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
56 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
57 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
58 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
59 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
60 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
61 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
62 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
63 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
64
65 [LibraryClasses.common.UEFI_DRIVER]
66 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
67 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
68 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
69
70 [LibraryClasses.common.UEFI_APPLICATION]
71 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
72 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
73
74 [LibraryClasses.ARM, LibraryClasses.AARCH64]
75 #
76 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
77 # This library provides the instrinsic functions generated by a given compiler.
78 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
79 #
80 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
81
82 [PcdsFeatureFlag]
83 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
84 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
85
86 [PcdsFixedAtBuild]
87 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
88 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
89
90 ###################################################################################################
91 #
92 # Components Section - list of the modules and components that will be processed by compilation
93 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
94 #
95 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
96 # into firmware volume images. This section is just a list of modules to compile from
97 # source into UEFI-compliant binaries.
98 # It is the FDF file that contains information on combining binary files into firmware
99 # volume images, whose concept is beyond UEFI and is described in PI specification.
100 # Binary modules do not need to be listed in this section, as they should be
101 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
102 # Logo (Logo.bmp), and etc.
103 # There may also be modules listed in this section that are not required in the FDF file,
104 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
105 # generated for it, but the binary will not be put into any firmware volume.
106 #
107 ###################################################################################################
108
109 [Components]
110 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
111 NetworkPkg/TcpDxe/TcpDxe.inf
112 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
113 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
114 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
115 NetworkPkg/DnsDxe/DnsDxe.inf
116 NetworkPkg/HttpDxe/HttpDxe.inf
117 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
118 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
119 NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxe.inf
120
121 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf
122 NetworkPkg/Application/VConfig/VConfig.inf
123
124 [Components.IA32, Components.X64]
125 NetworkPkg/IpSecDxe/IpSecDxe.inf
126 NetworkPkg/IScsiDxe/IScsiDxe.inf
127 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
128 NetworkPkg/TlsDxe/TlsDxe.inf
129 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
130
131 [BuildOptions]
132 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES