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