]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/LegacyMetronome/Metronome.inf
Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol.
[mirror_edk2.git] / DuetPkg / LegacyMetronome / Metronome.inf
1 #/*++
2 #
3 # Copyright (c) 2005, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # Abstract:
15 #
16 #--*/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Metronome
21 FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = InstallMetronome
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 IntelFrameworkPkg/IntelFrameworkPkg.dec
32 DuetPkg/DuetPkg.dec
33
34 [LibraryClasses]
35 UefiDriverEntryPoint
36 DebugLib
37 UefiBootServicesTableLib
38 IoLib
39
40 [Sources.common]
41 Metronome.c
42 Metronome.h
43
44 [Protocols]
45 gEfiMetronomeArchProtocolGuid
46 gEfiCpuIo2ProtocolGuid
47
48 [Depex]
49 gEfiCpuIo2ProtocolGuid