X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FLibrary%2FDuetTimerLib%2FDuetTimerLib.inf;fp=DuetPkg%2FLibrary%2FDuetTimerLib%2FDuetTimerLib.inf;h=0000000000000000000000000000000000000000;hp=b9bac9a95c2bc554ab977f123fd92d591191660d;hb=9fb5c5c4a33248764b24cb710b56d6c32ce237b4;hpb=8efc6d84ca41e692cc60702e1f27276f7883b6db;ds=sidebyside diff --git a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf b/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf deleted file mode 100644 index b9bac9a95c..0000000000 --- a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf +++ /dev/null @@ -1,54 +0,0 @@ -## @file -# Timer Library implementation for Boot Timer moudles that require timer services. -# -# Timer Library that uses CPU resources to provide calibrated -# delays on IA-32 and x64, and uses ITC on IPF. Note: Because CpuLocalApci -# and ITC could be programmed by OS, it cannot be used by SMM drivers -# and runtime drivers, ACPI timer is recommended for SMM drivers and RUNTIME -# drivers. -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
-# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -# -## - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = DuetTimerLib - FILE_GUID = 5F9A01F5-726E-4f59-809D-887F4766734E - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - LIBRARY_CLASS = TimerLib - - -# -# VALID_ARCHITECTURES = IA32 X64 -# - -[Sources.Ia32] - X86TimerLib.c - -[Sources.X64] - X86TimerLib.c - - -[Packages] - MdePkg/MdePkg.dec - DuetPkg/DuetPkg.dec - -[LibraryClasses] - BaseLib - DebugLib - HobLib - IoLib - -[Guids] - gEfiAcpiDescriptionGuid - -