]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/TemplateMetronomeDxe/TemplateMetronomeDxe.inf
9a4e53a703f45e7b2dfe92438a3792bf4e2ca170
[mirror_edk2.git] / EmbeddedPkg / TemplateMetronomeDxe / TemplateMetronomeDxe.inf
1 #%HEADER%
2 #/** @file
3 #
4 # Component discription file for Bds module
5 #
6 # Copyright (c) 2008, Apple, Inc <BR>
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = TemplateMetronomeDxe
20 FILE_GUID = 4C6E0267-C77D-410D-8100-1495911A989D
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = MetronomeInitialize
25
26
27 [Sources.common]
28 Metronome.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 UefiLib
37 UefiBootServicesTableLib
38 DebugLib
39 PrintLib
40 UefiDriverEntryPoint
41 TimerLib
42
43 [Guids]
44
45
46 [Protocols]
47 gEfiMetronomeArchProtocolGuid
48
49 [depex]
50 TRUE