]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Metronome/Metronome.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / Vlv2TbltDevicePkg / Metronome / Metronome.inf
1 #
2 #
3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14
15 # Module Name:
16 #
17 # LegacyMetronome.inf
18 #
19 # Abstract:
20 #
21 # Component description file for LegacyMetronome module
22 #
23 #--*/
24 [defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = LegacyMetronome
27 FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 ENTRY_POINT = InstallLegacyMetronome
31
32 [sources.common]
33 LegacyMetronome.c
34 LegacyMetronome.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 IntelFrameworkPkg/IntelFrameworkPkg.dec
39
40 [LibraryClasses]
41 UefiDriverEntryPoint
42 UefiBootServicesTableLib
43 DevicePathLib
44 UefiLib
45
46 [Protocols]
47
48 gEfiMetronomeArchProtocolGuid
49 gEfiCpuIoProtocolGuid
50
51 [Depex]
52 gEfiCpuIoProtocolGuid AND gEfiBootScriptSaveProtocolGuid
53
54