]>
Commit | Line | Data |
---|---|---|
3cbfba02 DW |
1 | #\r |
2 | #\r | |
3 | # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r | |
4 | # \r\r | |
5 | # This program and the accompanying materials are licensed and made available under\r\r | |
6 | # the terms and conditions of the BSD License that accompanies this distribution. \r\r | |
7 | # The full text of the license may be found at \r\r | |
8 | # http://opensource.org/licenses/bsd-license.php. \r\r | |
9 | # \r\r | |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r | |
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r | |
12 | # \r\r | |
13 | #\r | |
14 | \r | |
15 | # Module Name:\r | |
16 | #\r | |
17 | # LegacyMetronome.inf\r | |
18 | #\r | |
19 | # Abstract:\r | |
20 | #\r | |
21 | # Component description file for LegacyMetronome module\r | |
22 | #\r | |
23 | #--*/\r | |
24 | [defines]\r | |
25 | INF_VERSION = 0x00010005\r | |
26 | BASE_NAME = LegacyMetronome\r | |
27 | FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D\r | |
28 | MODULE_TYPE = DXE_DRIVER\r | |
29 | VERSION_STRING = 1.0\r | |
30 | ENTRY_POINT = InstallLegacyMetronome\r | |
31 | \r | |
32 | [sources.common]\r | |
33 | LegacyMetronome.c\r | |
34 | LegacyMetronome.h\r | |
35 | \r | |
36 | [Packages]\r | |
37 | MdePkg/MdePkg.dec\r | |
38 | IntelFrameworkPkg/IntelFrameworkPkg.dec\r | |
39 | \r | |
40 | [LibraryClasses]\r | |
41 | UefiDriverEntryPoint\r | |
42 | UefiBootServicesTableLib\r | |
43 | DevicePathLib\r | |
44 | UefiLib\r | |
45 | \r | |
46 | [Protocols]\r | |
47 | \r | |
48 | gEfiMetronomeArchProtocolGuid\r | |
49 | gEfiCpuIoProtocolGuid\r | |
50 | \r | |
51 | [Depex]\r | |
52 | gEfiCpuIoProtocolGuid AND gEfiBootScriptSaveProtocolGuid\r | |
53 | \r | |
54 | \r |