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