]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/AppPkg.dsc
Update for NetworkPkg.
[mirror_edk2.git] / AppPkg / AppPkg.dsc
CommitLineData
2aa62f2b 1## @file\r
2# Intel(r) UEFI Application Development Kit for EDK II.\r
3# This package contains applications which depend upon Standard Libraries\r
4# from the StdLib package.\r
5#\r
6# See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections\r
7# for important information about configuring this package for your\r
8# environment.\r
9#\r
10# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18##\r
19\r
20[Defines]\r
21 PLATFORM_NAME = AppPkg\r
22 PLATFORM_GUID = 0458dade-8b6e-4e45-b773-1b27cbda3e06\r
23 PLATFORM_VERSION = 0.01\r
24 DSC_SPECIFICATION = 0x00010006\r
25 OUTPUT_DIRECTORY = Build/AppPkg\r
26 SUPPORTED_ARCHITECTURES = IA32|IPF|X64\r
27 BUILD_TARGETS = DEBUG|RELEASE\r
28 SKUID_IDENTIFIER = DEFAULT\r
29\r
30[PcdsFeatureFlag]\r
31\r
32[PcdsFixedAtBuild]\r
33 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
34 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
35\r
36[PcdsFixedAtBuild.IPF]\r
37\r
38[LibraryClasses]\r
39 #\r
40 # Entry Point Libraries\r
41 #\r
42 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
43 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
4684b66f 44 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
2aa62f2b 45 #\r
46 # Common Libraries\r
47 #\r
48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
50 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
53 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
54 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
55 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
56 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
58 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
59 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
60 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
61 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
62 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
64 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
65 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
66 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
67 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
4684b66f 68\r
2aa62f2b 69 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
70 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
71 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
4684b66f 72 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
2aa62f2b 73\r
74###################################################################################################\r
75#\r
76# Components Section - list of the modules and components that will be processed by compilation\r
77# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
78#\r
79# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
80# into firmware volume images. This section is just a list of modules to compile from\r
81# source into UEFI-compliant binaries.\r
82# It is the FDF file that contains information on combining binary files into firmware\r
83# volume images, whose concept is beyond UEFI and is described in PI specification.\r
84# Binary modules do not need to be listed in this section, as they should be\r
85# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
86# Logo (Logo.bmp), and etc.\r
87# There may also be modules listed in this section that are not required in the FDF file,\r
88# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
89# generated for it, but the binary will not be put into any firmware volume.\r
90#\r
91###################################################################################################\r
92\r
93[Components]\r
2aa62f2b 94\r
95#### Sample Applications.\r
96 AppPkg/Applications/Hello/Hello.inf # No LibC includes or functions.\r
97 AppPkg/Applications/Main/Main.inf # Simple invocation. No other LibC functions.\r
98 AppPkg/Applications/Enquire/Enquire.inf\r
af9c2a56 99\r
4684b66f 100#### After extracting the Python distribution, un-comment the following line to build Python.\r
af9c2a56 101# AppPkg/Applications/Python/PythonCore.inf\r
2aa62f2b 102\r
4684b66f 103##########\r
104# Socket Applications - LibC based\r
105##########\r
8072b597 106# AppPkg/Applications/Sockets/DataSink/DataSink.inf\r
107# AppPkg/Applications/Sockets/DataSource/DataSource.inf\r
4684b66f 108# SocketPkg/Application/FtpNew/FTP.inf\r
8072b597 109# AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf\r
110# AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf\r
111# AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf\r
112# AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf\r
113# AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf\r
114# AppPkg/Applications/Sockets/GetServByName/GetServByName.inf\r
115# AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf\r
116# AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf\r
4684b66f 117# SocketPkg/Application/route/route.inf\r
8072b597 118# AppPkg/Applications/Sockets/SetHostName/SetHostName.inf\r
119# AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf\r
120# AppPkg/Applications/Sockets/TftpServer/TftpServer.inf\r
121# AppPkg/Applications/Sockets/WebServer/WebServer.inf {\r
122# <PcdsFixedAtBuild>\r
123# gStdLibTokenSpaceGuid.WebServer_HttpPort|80\r
124# }\r
4684b66f 125\r
274402de 126##############################################################################\r
2aa62f2b 127#\r
274402de 128# Include Boilerplate text required for building with the Standard Libraries.\r
2aa62f2b 129#\r
274402de 130##############################################################################\r
63f31618 131# Specify whether we are running in an emulation environment, or not.\r
132# Define EMULATE if we are.\r
133#\r
134#DEFINE EMULATE = 1\r
135\r
4684b66f 136!include StdLib/StdLib.inc\r