]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/AppPkg.dsc
Update the license dates
[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
b410d6e4 74 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
75\r
2aa62f2b 76###################################################################################################\r
77#\r
78# Components Section - list of the modules and components that will be processed by compilation\r
79# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
80#\r
81# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
82# into firmware volume images. This section is just a list of modules to compile from\r
83# source into UEFI-compliant binaries.\r
84# It is the FDF file that contains information on combining binary files into firmware\r
85# volume images, whose concept is beyond UEFI and is described in PI specification.\r
86# Binary modules do not need to be listed in this section, as they should be\r
87# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
88# Logo (Logo.bmp), and etc.\r
89# There may also be modules listed in this section that are not required in the FDF file,\r
90# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
91# generated for it, but the binary will not be put into any firmware volume.\r
92#\r
93###################################################################################################\r
94\r
95[Components]\r
2aa62f2b 96\r
97#### Sample Applications.\r
98 AppPkg/Applications/Hello/Hello.inf # No LibC includes or functions.\r
99 AppPkg/Applications/Main/Main.inf # Simple invocation. No other LibC functions.\r
100 AppPkg/Applications/Enquire/Enquire.inf\r
af9c2a56 101\r
4684b66f 102#### After extracting the Python distribution, un-comment the following line to build Python.\r
af9c2a56 103# AppPkg/Applications/Python/PythonCore.inf\r
2aa62f2b 104\r
4684b66f 105\r
274402de 106##############################################################################\r
2aa62f2b 107#\r
63f31618 108# Specify whether we are running in an emulation environment, or not.\r
b410d6e4 109# Define EMULATE if we are, else keep the DEFINE commented out.\r
63f31618 110#\r
b410d6e4 111# DEFINE EMULATE = 1\r
63f31618 112\r
b410d6e4 113##############################################################################\r
114#\r
115# Include Boilerplate text required for building with the Standard Libraries.\r
116#\r
117##############################################################################\r
4684b66f 118!include StdLib/StdLib.inc\r
b410d6e4 119!include AppPkg/Applications/Sockets/Sockets.inc\r