aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni')
-rw-r--r--roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni24
1 files changed, 24 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni b/roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni
new file mode 100644
index 000000000..6f23db2df
--- /dev/null
+++ b/roms/edk2/MdeModulePkg/Universal/Metronome/Metronome.uni
@@ -0,0 +1,24 @@
+// /** @file
+// This module produces the Metronome Architectural Protocol on top of Timer Library.
+//
+// This is a generic implementation of the Metronome Architectural Protocol that
+// layers on top of an instance of the Timer Library. The Timer Library provides
+// functions for nanosecond and microsecond delays. This generic implementation
+// produces a fixed TickPeriod of 100ns unit, and when the WaitForTick() service
+// is called, the number of ticks passed in is converted to either nanosecond or
+// microsecond units. If the number of ticks is small, then nanoseconds are used.
+// If the number of ticks is large, then microseconds are used. This prevents
+// overflows that could occur for long delays if only nanoseconds were used and also
+// provides the greatest accuracy for small delays.
+//
+// Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Produces the Metronome Architectural Protocol on top of Timer Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This is a generic implementation of the Metronome Architectural Protocol that layers on top of an instance of the Timer Library. The Timer Library provides functions for nanosecond and microsecond delays. This generic implementation produces a fixed TickPeriod of 100ns unit, and when the WaitForTick() service is called, the number of ticks passed in is converted to either nanosecond or microsecond units. If the number of ticks is small, then nanoseconds are used. If the number of ticks is large, then microseconds are used. This prevents overflows that could occur for long delays if only nanoseconds were used and also provides the greatest accuracy for small delays."
+