X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FCpuRuntimeDxe%2FCpuRuntimeDxe.inf;h=851002077adc0242427e121ccdfc46a6f311855d;hb=328f84b1565165f35ea7755fb85b09fbf335c2cb;hp=de8f93bf2d7cda8fb70b9828dc9489791dc2c74f;hpb=b397fbbbf952ce05c4552d5f2aabeac74aec8aad;p=mirror_edk2.git diff --git a/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf b/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf index de8f93bf2d..851002077a 100644 --- a/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf +++ b/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # Component description file for Cpu module. # # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,8 +20,6 @@ FILE_GUID = ee993080-5197-4d4e-b63c-f1f7413e33ce MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeCpu @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] CpuIo.c Cpu.c CpuDriver.h @@ -39,6 +37,8 @@ [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + Nt32Pkg/Nt32Pkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec [LibraryClasses] @@ -46,24 +46,16 @@ MemoryAllocationLib BaseMemoryLib UefiDriverEntryPoint - HiiLibFramework DebugLib - -[Guids] - gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED - gEfiProcessorProducerGuid # SOMETIMES_CONSUMED + HiiLib + WinNtLib [Protocols] gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED - gEfiDataHubProtocolGuid # PROTOCOL SOMETIMES_CONSUMED - gEfiHiiProtocolGuid # PROTOCOL SOMETIMES_CONSUMED + gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiWinNtIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED -[PcdsDynamic.common] - PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid - PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid - [Depex] - gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid + gEfiSmbiosProtocolGuid