]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/ShellPkg.dsc
adding new commands (libraries) to the build.
[mirror_edk2.git] / ShellPkg / ShellPkg.dsc
1 ## @file
2 # Shell Package
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # 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 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
49
50 [PcdsFixedAtBuild.common]
51
52 [Components.common]
53 ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
54 ShellPkg/Library/UefiShellLib/UefiShellLib.inf
55 ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
56 ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
57 ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
58
59 ShellPkg/Application/Shell/Shell.inf {
60 <LibraryClasses>
61 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
62 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
63 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
64 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
65 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
66 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
67 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
68 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
69 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
70 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
71 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
72 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
73
74 <PcdsFixedAtBuild>
75 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
76 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
77 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
78 }
79
80
81 ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf {
82 <LibraryClasses>
83 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
84 }
85 ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf {
86 <LibraryClasses>
87 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
88 }
89 ShellPkg/Application/ShellExecTestApp/SA.inf