]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
EmbeddedPkg : Add FdtPlatformDxe driver
[mirror_edk2.git] / EmbeddedPkg / Drivers / FdtPlatformDxe / FdtPlatformDxe.inf
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
new file mode 100644 (file)
index 0000000..ea45baa
--- /dev/null
@@ -0,0 +1,55 @@
+#/** @file\r
+#\r
+#  Copyright (c) 2015, ARM Ltd. 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
+#\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     = 0x00010006\r
+  BASE_NAME       = FdtPlatformDxe\r
+  FILE_GUID       = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051\r
+  MODULE_TYPE     = DXE_DRIVER\r
+  VERSION_STRING  = 0.1\r
+  ENTRY_POINT     = FdtPlatformEntryPoint\r
+\r
+[Sources.common]\r
+  FdtPlatform.c\r
+\r
+[Packages]\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+  ArmPkg/ArmPkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  BdsLib\r
+  DxeServicesTableLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiDevicePathFromTextProtocolGuid\r
+\r
+[Guids]\r
+  gEfiEndOfDxeEventGroupGuid\r
+  gFdtTableGuid\r
+  gFdtVariableGuid\r
+\r
+[FeaturePcd]\r
+  gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt\r
+\r
+[Pcd]\r
+  gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths\r
+\r
+[Depex]\r
+  TRUE\r