]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuExceptionHandlerL...
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index 526e16e1d572bba94192ae92d931284afcd738d6..a8dfed163b472add784bbcd97b80f161c7b4c9c7 100644 (file)
@@ -2,8 +2,8 @@
 #\r
 #    Component description file for simple CPU driver\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CpuDxe\r
-  FILE_GUID                      = 62D171CB-78CD-4480-8678-C6A2A797A8DE\r
+  FILE_GUID                      = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
 \r
   ENTRY_POINT                    = InitializeCpu\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
 \r
 [LibraryClasses]\r
   MtrrLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
+  LocalApicLib\r
+  UefiCpuLib\r
+  UefiLib\r
+  CpuExceptionHandlerLib\r
 \r
 [Sources]\r
   CpuDxe.c\r
   CpuDxe.h\r
   CpuGdt.c\r
 \r
-  Ia32/IvtAsm.asm | MSFT\r
-  Ia32/IvtAsm.asm | INTEL\r
-  Ia32/IvtAsm.S   | GCC\r
-\r
 [Sources.IA32]\r
   Ia32/CpuAsm.asm | MSFT\r
   Ia32/CpuAsm.asm | INTEL\r
 [Protocols]\r
   gEfiCpuArchProtocolGuid\r
 \r
+[Guids]\r
+  gIdleLoopEventGuid                            ## CONSUMES ## GUID\r
+  gEfiVectorHandoffTableGuid                    ## CONSUMES ## Configuration Table\r
+\r
 [Depex]\r
   TRUE\r
 \r