]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/NetworkPkg.dsc
> When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call...
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dsc
CommitLineData
a3bcde70
HT
1## @file\r
2# UEFI 2.2 Network Module Package for All Architectures\r
3#\r
3594574d 4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 PLATFORM_NAME = NetworkPkg\r
18 PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10\r
19 PLATFORM_VERSION = 0.92\r
20 DSC_SPECIFICATION = 0x00010005\r
21 OUTPUT_DIRECTORY = Build/NetworkPkg\r
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM\r
23 BUILD_TARGETS = DEBUG|RELEASE\r
24 SKUID_IDENTIFIER = DEFAULT\r
25\r
26[LibraryClasses]\r
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
40\r
41 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
42 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
43 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
44 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
9166f840 45 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
46 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
47 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
3594574d 48 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
a3bcde70
HT
49\r
50[LibraryClasses.common.UEFI_DRIVER]\r
51 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
52\r
53[LibraryClasses.common.UEFI_APPLICATION]\r
54 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
55 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r
56 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
57\r
58[PcdsFeatureFlag]\r
59 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
60 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
61\r
62[PcdsFixedAtBuild]\r
63 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
64 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
65\r
66###################################################################################################\r
67#\r
68# Components Section - list of the modules and components that will be processed by compilation\r
69# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
70#\r
71# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
72# into firmware volume images. This section is just a list of modules to compile from\r
73# source into UEFI-compliant binaries.\r
74# It is the FDF file that contains information on combining binary files into firmware\r
75# volume images, whose concept is beyond UEFI and is described in PI specification.\r
76# Binary modules do not need to be listed in this section, as they should be\r
77# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
78# Logo (Logo.bmp), and etc.\r
79# There may also be modules listed in this section that are not required in the FDF file,\r
80# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
81# generated for it, but the binary will not be put into any firmware volume.\r
82#\r
83###################################################################################################\r
84\r
85[Components]\r
86 NetworkPkg/IpSecDxe/IpSecDxe.inf\r
87 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
88 NetworkPkg/TcpDxe/TcpDxe.inf\r
89 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
90 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
91 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
92\r
93\r
94[Components.IA32, Components.X64, Components.IPF]\r
95 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
96 NetworkPkg/Application/Ping6/Ping6.inf\r
97 NetworkPkg/Application/IfConfig6/IfConfig6.inf\r
98 NetworkPkg/Application/IpsecConfig/IpSecConfig.inf\r
99 NetworkPkg/Application/VConfig/VConfig.inf\r