mirror of https://github.com/acidanthera/audk.git
50 lines
1.1 KiB
INI
50 lines
1.1 KiB
INI
#
|
|
#
|
|
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
|
|
#
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Module Name:
|
|
#
|
|
# LegacyMetronome.inf
|
|
#
|
|
# Abstract:
|
|
#
|
|
# Component description file for LegacyMetronome module
|
|
#
|
|
#--*/
|
|
[defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = LegacyMetronome
|
|
FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = InstallLegacyMetronome
|
|
|
|
[sources.common]
|
|
LegacyMetronome.c
|
|
LegacyMetronome.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
DevicePathLib
|
|
UefiLib
|
|
|
|
[Protocols]
|
|
|
|
gEfiMetronomeArchProtocolGuid
|
|
gEfiCpuIoProtocolGuid
|
|
|
|
[Depex]
|
|
gEfiCpuIoProtocolGuid AND gEfiBootScriptSaveProtocolGuid
|
|
|
|
|