]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Metronome/Metronome.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Metronome / Metronome.inf
CommitLineData
6bfbb5f0 1## @file\r
7772b176 2# This module produces the Metronome Architectural Protocol on top of Timer Library.\r
3#\r
4# This is a generic implementation of the Metronome Architectural Protocol that\r
5# layers on top of an instance of the Timer Library. The Timer Library provides\r
6# functions for nanosecond and microsecond delays. This generic implementation\r
7# produces a fixed TickPeriod of 100ns unit, and when the WaitForTick() service\r
8# is called, the number of ticks passed in is converted to either nanosecond or\r
9# microsecond units. If the number of ticks is small, then nanoseconds are used.\r
10# If the number of ticks is large, then microseconds are used. This prevents\r
11# overflows that could occur for long delays if only nanoseconds were used and also\r
12# provides the greatest accuracy for small delays. \r
045c8b9a 13#\r
e5eed7d3
HT
14# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
15# This program and the accompanying materials \r
fbfd91e6 16# are licensed and made available under the terms and conditions of the BSD License \r
17# which accompanies this distribution. The full text of the license may be found at \r
18# http://opensource.org/licenses/bsd-license.php \r
19# \r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
22#\r
6bfbb5f0 23##\r
fbfd91e6 24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = Metronome\r
28 FILE_GUID = C8339973-A563-4561-B858-D8476F9DEFC4\r
29 MODULE_TYPE = DXE_DRIVER\r
30 VERSION_STRING = 1.0\r
fbfd91e6 31 ENTRY_POINT = InstallMetronome\r
32\r
045c8b9a 33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
fbfd91e6 39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 TimerLib\r
46 DebugLib\r
47\r
6bfbb5f0 48[Sources]\r
fbfd91e6 49 Metronome.c\r
a266bb2d 50 Metronome.h\r
fbfd91e6 51\r
52[Protocols]\r
7772b176 53 gEfiMetronomeArchProtocolGuid ## PRODUCES\r
fbfd91e6 54\r
55[Depex]\r
56 TRUE\r