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