]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Metronome/Metronome.inf
Add missed Metronome.h in [Sources] section
[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
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24 ENTRY_POINT = InstallMetronome\r
25\r
045c8b9a 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
fbfd91e6 32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 TimerLib\r
39 DebugLib\r
40\r
41[Sources.common]\r
42 Metronome.c\r
a266bb2d 43 Metronome.h\r
fbfd91e6 44\r
45[Protocols]\r
46 gEfiMetronomeArchProtocolGuid\r
47\r
48[Depex]\r
49 TRUE\r