]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Metronome/Metronome.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / Metronome / Metronome.inf
CommitLineData
045c8b9a 1#/** @file\r
2# This module produces the Metronome Architectural Protocol on top of an instance\r
3# of the Timer Library defined in the MdePkg.\r
4#\r
6296e67c 5# Copyright (c) 2008, Intel Corporation \r
fbfd91e6 6# All rights reserved. This program and the accompanying materials \r
7# are licensed and made available under the terms and conditions of the BSD License \r
8# which accompanies this distribution. The full text of the license may be found at \r
9# http://opensource.org/licenses/bsd-license.php \r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13#\r
045c8b9a 14#**/\r
fbfd91e6 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = Metronome\r
19 FILE_GUID = C8339973-A563-4561-B858-D8476F9DEFC4\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
fbfd91e6 22 ENTRY_POINT = InstallMetronome\r
23\r
045c8b9a 24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
fbfd91e6 30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 UefiBootServicesTableLib\r
36 TimerLib\r
37 DebugLib\r
38\r
39[Sources.common]\r
40 Metronome.c\r
a266bb2d 41 Metronome.h\r
fbfd91e6 42\r
43[Protocols]\r
44 gEfiMetronomeArchProtocolGuid\r
45\r
46[Depex]\r
47 TRUE\r