2011-05-11 20:31:20 +02:00
|
|
|
## @file
|
|
|
|
# Emu Emulation Timer Architectural Protocol Driver as defined in DXE CIS
|
|
|
|
#
|
2018-06-29 05:22:32 +02:00
|
|
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2011-06-28 18:50:26 +02:00
|
|
|
# Portions copyright (c) 2011, Apple Inc. All rights reserved.
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
2019-04-04 01:03:44 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = EmuTimer
|
|
|
|
FILE_GUID = 87E1BB14-4D5C-7C4E-A90E-E1415687D062
|
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
|
|
|
|
ENTRY_POINT = EmuTimerDriverInitialize
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:22:32 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
Timer.c
|
|
|
|
Timer.h
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2011-06-28 18:47:23 +02:00
|
|
|
EmulatorPkg/EmulatorPkg.dec
|
2011-05-11 20:31:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
MemoryAllocationLib
|
|
|
|
EmuThunkLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
UefiLib
|
|
|
|
DebugLib
|
|
|
|
BaseLib
|
|
|
|
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
|
|
|
|
|
|
|
|
|
|
|
[Depex]
|
|
|
|
gEfiCpuArchProtocolGuid
|
|
|
|
|