]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/MetronomeDxe/Metronome.inf
Move the check refresh attribute logical out of the option string check logical.
[mirror_edk2.git] / InOsEmuPkg / MetronomeDxe / Metronome.inf
CommitLineData
949f388f 1## @file\r
2# Emu Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
3#\r
4# This metronome module simulates metronome by Sleep WinAPI.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# Portions copyright (c) 2011, Apple Inc. All rights reserved. \r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Metronome\r
21 FILE_GUID = f348f6fe-8985-11db-b4c3-0040d02b1835\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = EmuMetronomeDriverInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 Metronome.h\r
35 Metronome.c\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 InOsEmuPkg/InOsEmuPkg.dec\r
41 \r
42\r
43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 EmuThunkLib\r
47 UefiDriverEntryPoint\r
48 UefiLib\r
49 DebugLib\r
50 BaseLib\r
51\r
52\r
53[Protocols]\r
54 gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
55\r
56\r
57[Depex]\r
58 TRUE\r
59\r