]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/LegacyMetronome/Metronome.inf
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / DuetPkg / LegacyMetronome / Metronome.inf
CommitLineData
6bfbb5f0 1## @file\r
c69dd9df 2# \r
b1f700a8
HT
3# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
c69dd9df 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
6bfbb5f0 16##\r
c69dd9df 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Metronome\r
21 FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
c69dd9df 24 ENTRY_POINT = InstallMetronome\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
c69dd9df 28\r
29[LibraryClasses]\r
30 UefiDriverEntryPoint\r
31 DebugLib\r
32 UefiBootServicesTableLib\r
dc4dc1de 33 IoLib\r
34 \r
fa7df1d6 35[Sources]\r
c69dd9df 36 Metronome.c\r
37 Metronome.h\r
38\r
39[Protocols]\r
40 gEfiMetronomeArchProtocolGuid\r
c69dd9df 41\r
42[Depex]\r
fa7df1d6 43 TRUE\r