]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/FdtLib/FdtLib.inf
EmbeddedPkg/FdtLib: Added support to load Fdt from Semihosting
[mirror_edk2.git] / EmbeddedPkg / Library / FdtLib / FdtLib.inf
index 51b13f4af780ad32d61c3f96d6a000e8507af79a..0d8d629b7b200c7354f23f766c59f1fc440e3cd9 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2014, 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
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = ARM\r
+#  VALID_ARCHITECTURES           = ARM AARCH64\r
 #\r
 \r
 [Sources]\r
+  FdtConfigurationTable.c\r
   fdt_ro.c\r
   fdt_rw.c\r
   fdt_strerror.c\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   EmbeddedPkg/EmbeddedPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiBootServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiSimpleFileSystemProtocolGuid\r
+\r
+[Guids]\r
+  gEfiFileInfoGuid\r
+  gFdtTableGuid\r