]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/ShellPkg.dsc
adding sample "C" entry application
[mirror_edk2.git] / ShellPkg / ShellPkg.dsc
1 #/** @file
2 # Shell Package
3 #
4 # Copyright (c) 2007 - 2008, 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.2
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|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.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 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
43 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
44 [PcdsFixedAtBuild.common]
45
46 [Components.common]
47 ShellPkg/Application/ShellExecTestApp/SA.inf
48 ShellPkg/Application/ShellLibTestApp/SA3.inf
49 ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
50 ShellPkg/Library/UefiShellLib/UefiShellLib.inf
51 ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
52 ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf