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