Changeset 80721 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/ShellPkg.dsc
- Timestamp:
- Sep 11, 2019 8:46:37 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-129237 /vendor/edk2/current 103735-103757,103769-103776,129194-133213
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/ShellPkg.dsc
r77662 r80721 2 2 # Shell Package 3 3 # 4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> 4 # Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR> 5 # Copyright (c) 2018, Arm Limited. All rights reserved.<BR> 5 6 # 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. 7 # SPDX-License-Identifier: BSD-2-Clause-Patent 13 8 # 14 9 ## … … 20 15 DSC_SPECIFICATION = 0x00010006 21 16 OUTPUT_DIRECTORY = Build/Shell 22 SUPPORTED_ARCHITECTURES = IA32| IPF|X64|EBC|ARM|AARCH6417 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64 23 18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT 24 19 SKUID_IDENTIFIER = DEFAULT … … 46 41 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf 47 42 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf 48 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf43 !include NetworkPkg/NetworkLibs.dsc.inc 49 44 50 45 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf … … 91 86 # 92 87 ShellPkg/Library/UefiShellLib/UefiShellLib.inf 88 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf 93 89 ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf 94 90 ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf … … 120 116 } 121 117 118 # 119 # Build a second version of the shell with all commands integrated 120 # 121 ShellPkg/Application/Shell/Shell.inf { 122 <Defines> 123 FILE_GUID = EA4BB293-2D7F-4456-A681-1F22F42CD0BC 124 <PcdsFixedAtBuild> 125 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE 126 <LibraryClasses> 127 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf 128 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf 129 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf 130 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf 131 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf 132 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf 133 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf 134 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf 135 NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf 136 } 137 122 138 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf { 123 139 <PcdsFixedAtBuild> … … 128 144 <PcdsFixedAtBuild> 129 145 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE 130 <LibraryClasses>131 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf132 146 } 133 ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf { 134 <LibraryClasses> 135 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf 136 } 147 ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf 137 148 138 149 [BuildOptions]
Note:
See TracChangeset
for help on using the changeset viewer.