]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / MetronomeDxe / MetronomeDxe.inf
1 ## @file
2 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
3 #
4 # This metronome module simulates metronome by Sleep WinAPI.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = Metronome
15 FILE_GUID = 154CAB4A-52B5-46CD-99C3-4368ABBACFFD
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = WinNtMetronomeDriverInitialize
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 Metronome.h
29 Metronome.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 Nt32Pkg/Nt32Pkg.dec
34
35 [LibraryClasses]
36 UefiBootServicesTableLib
37 WinNtLib
38 UefiDriverEntryPoint
39 BaseLib
40
41 [Protocols]
42 gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
43
44 [Depex]
45 TRUE
46