]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/ShellPkg.dsc
1. Correct File header to ## @file
[mirror_edk2.git] / ShellPkg / ShellPkg.dsc
index ebe872aa7b5045d5ed0671f1a9b9b6f48f012b12..e9d45ffd3d06a555f25a5526783a063ec50521f9 100644 (file)
@@ -1,10 +1,7 @@
-#/** @file\r
+## @file\r
 # Shell Package\r
-# This is the first release of the Shell package.  Please be aware that there will \r
-# probably be higher than usual numbers of changes as the package gets used and issues, \r
-# enhancements, and bugs are found and fixed.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation\r
+# Copyright (c) 2007 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #    are licensed and made available under the terms and conditions of the BSD License\r
 #    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   PLATFORM_NAME                  = Shell\r
   PLATFORM_GUID                  = E1DC9BF8-7013-4c99-9437-795DAA45F3BD\r
-  PLATFORM_VERSION               = 0.1\r
-  DSC_SPECIFICATION              = 0x00010005\r
+  PLATFORM_VERSION               = 0.2\r
+  DSC_SPECIFICATION              = 0x00010006\r
   OUTPUT_DIRECTORY               = Build/Shell\r
   SUPPORTED_ARCHITECTURES        = IA32|IPF|X64|EBC\r
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
-[LibraryClasses.common]\r
+[LibraryClasses]\r
   UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
   UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
   DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
   MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
-  BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
+  BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
   PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
   UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
-  ShellLib|ShellPkg/Library/BaseShellLib/BaseShellLib.inf\r
+  UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
+  HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
+  \r
+  ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
+  FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r
+  ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
+  SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf\r
 \r
-[PcdsFixedAtBuild.common]\r
+[PcdsFixedAtBuild]\r
 \r
-[Components.common]\r
-  ShellPkg/Library/BaseShellLib/BaseShellLib.inf\r
+[Components]\r
   ShellPkg/Application/ShellExecTestApp/SA.inf\r
-  ShellPkg/Application/ShellLibTestApp/SA3.inf
\ No newline at end of file
+  ShellPkg/Application/ShellLibTestApp/SA3.inf\r
+  ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r
+  ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
+  ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
+  ShellPkg/Library/BaseSortLib/BaseSortLib.inf\r
+  ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf\r
+  ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf
\ No newline at end of file