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