]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/CpuDxe/Cpu.inf
1. Correct File header to ## @file
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
index 1498d4d28db6f554989d13e919df3056e62a869a..1d3778e5caa101ae1e29aae1c9d60bb58fce3027 100644 (file)
@@ -1,6 +1,6 @@
-#/*++\r
+## @file\r
 # \r
-# Copyright (c) 2006, Intel Corporation                                                         \r
+# Copyright (c) 2006 - 2010, Intel Corporation                                                         \r
 # All rights reserved. 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
@@ -14,7 +14,7 @@
 #\r
 #  Abstract:\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   UefiDriverEntryPoint\r
   PrintLib\r
   UefiBootServicesTableLib\r
+  BaseMemoryLib\r
 \r
 [Sources.IA32]\r
   Ia32/CpuInterrupt.asm |INTEL\r
   Ia32/CpuInterrupt.asm |MSFT\r
+  Ia32/CpuInterrupt.S   |GCC\r
 \r
 [Sources.X64]\r
   X64/CpuInterrupt.asm | INTEL\r
   X64/CpuInterrupt.asm | MSFT\r
-  \r
-[Sources.common]\r
+  X64/CpuInterrupt.S |GCC\r
\r
+[Sources]\r
   Cpu.c\r
   CpuDxe.h\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid\r
-  gEfiLegacyBiosThunkProtocolGuid\r
   gEfiLegacy8259ProtocolGuid\r
 \r
 [Depex]\r
-  gEfiLegacy8259ProtocolGuid
\ No newline at end of file
+  gEfiLegacy8259ProtocolGuid\r