]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Drivers / PL180MciDxe / PL180MciDxe.inf
diff --git a/ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf b/ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
new file mode 100644 (file)
index 0000000..7ce555b
--- /dev/null
@@ -0,0 +1,51 @@
+#/** @file\r
+#  INF file for the MMC Host Protocol implementation for the ARM PrimeCell PL180.\r
+#\r
+#  Copyright (c) 2011, ARM Limited. All rights reserved.\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
+#\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                      = PL180MciDxe\r
+  FILE_GUID                      = 09831032-6fa3-4484-af4f-0a000a8d3a82\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = PL180MciDxeInitialize\r
+\r
+[Sources.common]\r
+  PL180Mci.c\r
+\r
+[Packages]\r
+  ArmPkg/ArmPkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  UefiLib\r
+  UefiDriverEntryPoint\r
+  BaseMemoryLib\r
+  ArmLib\r
+  IoLib\r
+  TimerLib\r
+\r
+[Protocols]\r
+  gEfiCpuArchProtocolGuid\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiMmcHostProtocolGuid\r
+  \r
+[Pcd]\r
+  gArmTokenSpaceGuid.PcdPL180SysMciRegAddress\r
+  gArmTokenSpaceGuid.PcdPL180MciBaseAddress\r
+  \r
+[Depex]\r
+  TRUE\r