]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Metronome/Metronome.c
add Metronome.inf into MdeModulePkg.dsc.
[mirror_edk2.git] / MdeModulePkg / Universal / Metronome / Metronome.c
index 4b33db93901f423d0f49713f3f98a5238793e33b..9ce6c9cf74272c833fff278c3057ba64863a5343 100644 (file)
@@ -1,19 +1,5 @@
-/*++\r
-\r
-Copyright (c) 2008, 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
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  Metronome.c\r
-\r
-Abstract:\r
+/** @file\r
+  Produces the Metronome Architectural Protocol on top of Timer Library.\r
 \r
   This is a generic implementation of the Metronome Architectural Protocol that\r
   layers on top of an instance of the Timer Library.  The Timer Library provides\r
@@ -25,7 +11,16 @@ Abstract:
   overflows that could occur for long delays if only nanoseconds were used and also\r
   provides the greatest accuracy for small delays. \r
 \r
---*/\r
+Copyright (c) 2008, 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
+http://opensource.org/licenses/bsd-license.php                                            \r
+                                                                                          \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+**/\r
 \r
 #include <PiDxe.h>\r
 #include <Protocol/Metronome.h>\r