Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/UefiCpuPkg.dsc
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/UefiCpuPkg.dsc
r48674 r58459 2 2 # UefiCpuPkg Package 3 3 # 4 # Copyright (c) 2007 - 201 1, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 # 6 6 # This program and the accompanying materials … … 17 17 PLATFORM_NAME = UefiCpu 18 18 PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49 19 PLATFORM_VERSION = 0. 219 PLATFORM_VERSION = 0.3 20 20 DSC_SPECIFICATION = 0x00010005 21 21 OUTPUT_DIRECTORY = Build/UefiCpu … … 35 35 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 36 36 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf 37 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf 37 38 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf 38 39 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf … … 50 51 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf 51 52 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf 52 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf 53 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf 54 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf 53 55 54 56 [LibraryClasses.common.PEIM] … … 86 88 UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf 87 89 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf 90 UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf 91 UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf 92 UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf 88 93 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf 89 94
Note:
See TracChangeset
for help on using the changeset viewer.