]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/ShellPkg.dsc
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / ShellPkg.dsc
1 ## @file
2 # Shell Package
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 PLATFORM_NAME = Shell
18 PLATFORM_GUID = E1DC9BF8-7013-4c99-9437-795DAA45F3BD
19 PLATFORM_VERSION = 0.40
20 DSC_SPECIFICATION = 0x00010006
21 OUTPUT_DIRECTORY = Build/Shell
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
26 [LibraryClasses.common]
27 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
28 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
29 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
31 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
32 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
33 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
34 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
35 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
36 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
37 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
38 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
39 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
40
41 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
42 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
43 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
44 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
45 SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf
46 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
47
48 [PcdsFixedAtBuild.common]
49
50 [Components.common]
51 ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
52 ShellPkg/Library/UefiShellLib/UefiShellLib.inf
53 ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
54 ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
55 ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
56
57 ShellPkg/Application/Shell/Shell.inf {
58 <LibraryClasses>
59 DebugLib|MdePkg\Library\UefiDebugLibConOut\UefiDebugLibConOut.inf
60 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
61 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
62 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
63 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
64 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
65 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
66 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
67 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
68 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
69
70 <PcdsFixedAtBuild>
71 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
72 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
73 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
74 <BuildOptions>
75 *_*_*_CC_FLAGS = /Od
76 }
77
78
79 ShellPkg/Application/ShellLibTestApp/SA3.inf
80 ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf {
81 <LibraryClasses>
82 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
83 }
84 ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf {
85 <LibraryClasses>
86 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
87 }
88 ShellPkg/Application/ShellExecTestApp/SA.inf