]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/TimerDxe/TimerDxe.inf
Nt32Pkg: Remove it
[mirror_edk2.git] / Nt32Pkg / TimerDxe / TimerDxe.inf
diff --git a/Nt32Pkg/TimerDxe/TimerDxe.inf b/Nt32Pkg/TimerDxe/TimerDxe.inf
deleted file mode 100644 (file)
index 9c5aaa1..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-## @file\r
-# NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
-#\r
-# This Timer module uses an NT Thread to simulate the timer-tick driven\r
-#  timer service. In the future, the Thread creation should possibly be\r
-#  abstracted by the CPU architectural protocol\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = Timer\r
-  FILE_GUID                      = C3811036-710B-4E39-8CF1-0AF9BE3A8198\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = WinNtTimerDriverInitialize\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32\r
-#\r
-\r
-[Sources]\r
-  Timer.c\r
-  Timer.h\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  Nt32Pkg/Nt32Pkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiBootServicesTableLib\r
-  WinNtLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-\r
-[Protocols]\r
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTimerArchProtocolGuid                     # PROTOCOL ALWAYS_PRODUCED\r
-\r
-[Depex]\r
-  gEfiCpuArchProtocolGuid\r
-  
\ No newline at end of file