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