]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM
[mirror_edk2.git] / ArmVirtPkg / XenAcpiPlatformDxe / XenAcpiPlatformDxe.inf
diff --git a/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf b/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
new file mode 100644 (file)
index 0000000..4f9107b
--- /dev/null
@@ -0,0 +1,50 @@
+## @file\r
+#  Xen ARM ACPI Platform Driver using Xen ARM multiboot protocol\r
+#\r
+#  Copyright (C) 2016, Linaro Ltd. 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                      = XenAcpiPlatformDxe\r
+  FILE_GUID                      = 0efc6282-f1e5-469a-8a70-194a8761f9aa\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = XenAcpiPlatformEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = AARCH64\r
+#\r
+\r
+[Sources]\r
+  XenAcpiPlatformDxe.c\r
+\r
+[Packages]\r
+  ArmVirtPkg/ArmVirtPkg.dec\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+\r
+[Protocols]\r
+  gEfiAcpiTableProtocolGuid                     ## PROTOCOL ALWAYS_CONSUMED\r
+  gFdtClientProtocolGuid                        ## CONSUMES\r
+\r
+[Depex]\r
+  gFdtClientProtocolGuid    AND\r
+  gEfiAcpiTableProtocolGuid\r