]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/CpuDxe/Cpu.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
index 4cea2edcb9fbe9185004a29e5e6b84b1eb3ccf6e..e2724a1fd2f299b78c62f277a73916e122458bde 100644 (file)
@@ -1,7 +1,7 @@
-#/*++\r
+## @file\r
 # \r
-# Copyright (c) 2006, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Copyright (c) 2006 - 2010, 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
@@ -14,7 +14,7 @@
 #\r
 #  Abstract:\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -22,8 +22,6 @@
   FILE_GUID                      = 10527025-78B2-4d3e-A9DF-41E75C220F5A\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeCpu\r
 \r
   UefiDriverEntryPoint\r
   PrintLib\r
   UefiBootServicesTableLib\r
+  BaseMemoryLib\r
 \r
 [Sources.IA32]\r
-  Ia32/CpuInterrupt.asm | INTEL\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
-\r
-[Sources.common]\r
+  X64/CpuInterrupt.asm | MSFT\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