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