]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
ArmVirtPkg/FdtClientDxe: implement new driver
[mirror_edk2.git] / ArmVirtPkg / FdtClientDxe / FdtClientDxe.inf
diff --git a/ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf b/ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
new file mode 100644 (file)
index 0000000..3647d37
--- /dev/null
@@ -0,0 +1,48 @@
+## @file\r
+#  FDT client driver\r
+#\r
+#  Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials are\r
+#  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                      = FdtClientDxe\r
+  FILE_GUID                      = 9A871B00-1C16-4F61-8D2C-93B6654B5AD6\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = InitializeFdtClientDxe\r
+\r
+[Sources]\r
+  FdtClientDxe.c\r
+\r
+[Packages]\r
+  ArmVirtPkg/ArmVirtPkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  FdtLib\r
+  HobLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+\r
+[Protocols]\r
+  gFdtClientProtocolGuid                  ## PRODUCES\r
+\r
+[Guids]\r
+  gFdtHobGuid\r
+\r
+[Depex]\r
+  TRUE\r