]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/TimerDxe/Timer.inf
Removes redundant code and adds data size check for certificate data in DxeImageVerif...
[mirror_edk2.git] / UnixPkg / TimerDxe / Timer.inf
index 39ee61d62d20a4274138e851d25f36ef1765e967..c4b9a31ba5e0ba04f627ba85aa01f075acbd0f03 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 # Unix Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
 #\r
 # This Timer module uses an NT Thread to simulate the timer-tick driven\r
 #  timer service. In the future, the Thread creation should possibly be \r
 #  abstracted by the CPU architectural protocol\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -22,8 +22,6 @@
   FILE_GUID                      = f36d49b4-8985-11db-809b-0040d02b1835\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = UnixTimerDriverInitialize\r
 \r
@@ -33,7 +31,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Timer.c\r
   Timer.h\r
 \r