94b17fa1 |
1 | #/** @file\r |
2 | # Shell Package\r |
3 | # This is the first release of the Shell package. Please be aware that there will \r |
4 | # probably be higher than usual numbers of changes as the package gets used and issues, \r |
5 | # enhancements, and bugs are found and fixed.\r |
6 | #\r |
7 | # Copyright (c) 2007 - 2008, Intel Corporation\r |
8 | #\r |
9 | # All rights reserved. This program and the accompanying materials\r |
10 | # are licensed and made available under the terms and conditions of the BSD License\r |
11 | # which accompanies this distribution. The full text of the license may be found at\r |
12 | # http://opensource.org/licenses/bsd-license.php\r |
13 | #\r |
14 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
15 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
16 | #\r |
17 | #**/\r |
18 | \r |
19 | [Defines]\r |
20 | PLATFORM_NAME = Shell\r |
21 | PLATFORM_GUID = E1DC9BF8-7013-4c99-9437-795DAA45F3BD\r |
22 | PLATFORM_VERSION = 0.1\r |
23 | DSC_SPECIFICATION = 0x00010005\r |
24 | OUTPUT_DIRECTORY = Build/Shell\r |
25 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r |
26 | BUILD_TARGETS = DEBUG|RELEASE\r |
27 | SKUID_IDENTIFIER = DEFAULT\r |
28 | \r |
29 | [LibraryClasses.common]\r |
30 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r |
31 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
32 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r |
33 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r |
34 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
35 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
36 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
37 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r |
38 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
39 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r |
40 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
41 | ShellLib|ShellPkg/Library/BaseShellLib/BaseShellLib.inf\r |
42 | \r |
43 | [PcdsFixedAtBuild.common]\r |
44 | \r |
45 | [Components.common]\r |
46 | ShellPkg/Library/BaseShellLib/BaseShellLib.inf\r |
47 | ShellPkg/Application/ShellExecTestApp/SA.inf\r |
48 | ShellPkg/Application/ShellLibTestApp/SA3.inf |