]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix name
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 30 Jan 2010 20:38:27 +0000 (20:38 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 30 Jan 2010 20:38:27 +0000 (20:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9878 6f19259b-4bc3-4df7-8a09-765794883524

EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf [new file with mode: 0644]
EmbeddedPkg/MetronomeDxe/TemplateMetronomeDxe.inf [deleted file]

diff --git a/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf b/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
new file mode 100644 (file)
index 0000000..698b17c
--- /dev/null
@@ -0,0 +1,49 @@
+#/** @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                      = TemplateMetronomeDxe\r
+  FILE_GUID                      = 4C6E0267-C77D-410D-8100-1495911A989D\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = MetronomeInitialize\r
+\r
+\r
+[Sources.common]\r
+  Metronome.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+  DebugLib\r
+  PrintLib\r
+  UefiDriverEntryPoint\r
+  TimerLib\r
+\r
+[Guids]\r
+  \r
+\r
+[Protocols]\r
+  gEfiMetronomeArchProtocolGuid                       \r
+\r
+[depex]\r
+  TRUE\r
diff --git a/EmbeddedPkg/MetronomeDxe/TemplateMetronomeDxe.inf b/EmbeddedPkg/MetronomeDxe/TemplateMetronomeDxe.inf
deleted file mode 100644 (file)
index 698b17c..0000000
+++ /dev/null
@@ -1,49 +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                      = TemplateMetronomeDxe\r
-  FILE_GUID                      = 4C6E0267-C77D-410D-8100-1495911A989D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = MetronomeInitialize\r
-\r
-\r
-[Sources.common]\r
-  Metronome.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  DebugLib\r
-  PrintLib\r
-  UefiDriverEntryPoint\r
-  TimerLib\r
-\r
-[Guids]\r
-  \r
-\r
-[Protocols]\r
-  gEfiMetronomeArchProtocolGuid                       \r
-\r
-[depex]\r
-  TRUE\r