]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf
Remove Template stuff and teach people with BeagleBoard
[mirror_edk2.git] / EmbeddedPkg / TemplateTimerDxe / TemplateTimerDxe.inf
diff --git a/EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf b/EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf
deleted file mode 100644 (file)
index 3911a08..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-#/** @file\r
-#  \r
-#    Component discription file for Bds module\r
-#  \r
-#  Copyright (c) 2008, Apple Inc. <BR>\r
-#  All rights reserved. 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
-#  \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
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = TemplateTimerDxe\r
-  FILE_GUID                      = E697928E-7C98-4501-8406-21F5509549CC\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = TimerInitialize\r
-\r
-[Sources.common]\r
-  Timer.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  EmbeddedPkg/EmbeddedPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  UefiRuntimeServicesTableLib\r
-  PerformanceLib\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  DebugLib\r
-  UefiDriverEntryPoint\r
-  IoLib\r
-\r
-[Guids]\r
-\r
-[Protocols]\r
-  gEfiTimerArchProtocolGuid  \r
-  gHardwareInterruptProtocolGuid\r
-\r
-[Pcd.common]\r
-  gEmbeddedTokenSpaceGuid.PcdTimerBaseAddress\r
-  gEmbeddedTokenSpaceGuid.PcdTimerVector\r
-  gEmbeddedTokenSpaceGuid.PcdTimerPeriod\r
-\r
-[Depex]\r
-  gHardwareInterruptProtocolGuid
\ No newline at end of file