blob: 31a1f12b36ace59797b6e6366408cafb7416e645 [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
qwang128a4a9d22007-06-27 08:43:57 +00002# NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
3#
4# This metronome module simulates metronome by Sleep WinAPI.
hhtian8f2a5f82010-04-28 12:24:39 +00005# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
qwang128a4a9d22007-06-27 08:43:57 +00006#
hhtian8f2a5f82010-04-28 12:24:39 +00007# This program and the accompanying materials
qwang128a4a9d22007-06-27 08:43:57 +00008# are licensed and made available under the terms and conditions of the BSD License
9# which accompanies this distribution. The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#
lgao47b202cb2010-02-23 23:58:38 +000015##
qwang128a4a9d22007-06-27 08:43:57 +000016
qwang128a4a9d22007-06-27 08:43:57 +000017[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = Metronome
20 FILE_GUID = 154CAB4A-52B5-46CD-99C3-4368ABBACFFD
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
qwang128a4a9d22007-06-27 08:43:57 +000023
24 ENTRY_POINT = WinNtMetronomeDriverInitialize
25
26#
27# The following information is for reference only and not required by the build tools.
28#
29# VALID_ARCHITECTURES = IA32
30#
31
lgao47b202cb2010-02-23 23:58:38 +000032[Sources]
qwang128a4a9d22007-06-27 08:43:57 +000033 Metronome.h
34 Metronome.c
qwang128a4a9d22007-06-27 08:43:57 +000035
36[Packages]
37 MdePkg/MdePkg.dec
jwang36e75fe0e2007-08-30 06:12:06 +000038 Nt32Pkg/Nt32Pkg.dec
qwang128a4a9d22007-06-27 08:43:57 +000039
qwang128a4a9d22007-06-27 08:43:57 +000040[LibraryClasses]
41 UefiBootServicesTableLib
42 WinNtLib
43 UefiDriverEntryPoint
qwang128a4a9d22007-06-27 08:43:57 +000044 BaseLib
45
qwang128a4a9d22007-06-27 08:43:57 +000046[Protocols]
47 gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
48
vanjeffc9eb1ba2009-08-10 07:34:02 +000049[Depex]
AJFISHf2569572007-07-10 17:16:14 +000050 TRUE
jwang36e75fe0e2007-08-30 06:12:06 +000051