]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Metronome/Metronome.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Metronome / Metronome.inf
1 #
2 #
3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 #
8 #
9
10 # Module Name:
11 #
12 # LegacyMetronome.inf
13 #
14 # Abstract:
15 #
16 # Component description file for LegacyMetronome module
17 #
18 #--*/
19 [defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = LegacyMetronome
22 FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InstallLegacyMetronome
26
27 [sources.common]
28 LegacyMetronome.c
29 LegacyMetronome.h
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 DevicePathLib
39 UefiLib
40
41 [Protocols]
42
43 gEfiMetronomeArchProtocolGuid
44 gEfiCpuIoProtocolGuid
45
46 [Depex]
47 gEfiCpuIoProtocolGuid AND gEfiBootScriptSaveProtocolGuid
48
49