]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailable
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index b43506ef58667b7c969a1d84c49e4ec245d7d7c4..152a091c22f563606675ef9dbe0c5be5e10e83a3 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
+#  Simple CPU driver installs CPU Architecture Protocol.\r
 #\r
-#    Component description file for simple CPU driver\r
-#\r
-#  Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2014, 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
@@ -16,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CpuDxe\r
+  MODULE_UNI_FILE                = CpuDxe.uni\r
   FILE_GUID                      = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\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
   X64/CpuAsm.S   | GCC\r
 \r
 [Protocols]\r
-  gEfiCpuArchProtocolGuid\r
+  gEfiCpuArchProtocolGuid                       ## PRODUCES\r
 \r
 [Guids]\r
-  gIdleLoopEventGuid                            ## CONSUMES ## GUID\r
+  gIdleLoopEventGuid                            ## CONSUMES           ## Event\r
+  gEfiVectorHandoffTableGuid                    ## SOMETIMES_CONSUMES ## SystemTable\r
 \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CpuDxeExtra.uni\r