]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf
EmbeddedPkg: add driver to set graphical/serial console preference
[mirror_edk2.git] / EmbeddedPkg / Drivers / ConsolePrefDxe / ConsolePrefDxe.inf
diff --git a/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf b/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf
new file mode 100644 (file)
index 0000000..d8b412b
--- /dev/null
@@ -0,0 +1,62 @@
+## @file\r
+#\r
+#  Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials are licensed and made\r
+#  available under the terms and conditions of the BSD License which\r
+#  accompanies this distribution.  The full text of the license may be\r
+#  found at 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\r
+#  IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION               = 0x00010019\r
+  BASE_NAME                 = ConsolePrefDxe\r
+  FILE_GUID                 = bbe2668c-0efc-46fb-9137-4f2da8f419f3\r
+  MODULE_TYPE               = DXE_DRIVER\r
+  VERSION_STRING            = 1.0\r
+  ENTRY_POINT               = ConsolePrefDxeEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES      = IA32 X64 ARM AARCH64\r
+#\r
+\r
+[Sources]\r
+  ConsolePrefDxe.c\r
+  ConsolePrefHii.vfr\r
+  ConsolePrefHii.uni\r
+\r
+[Packages]\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  FdtLib\r
+  HiiLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  UefiLib\r
+  UefiRuntimeServicesTableLib\r
+\r
+[Guids]\r
+  gConsolePrefFormSetGuid\r
+  gFdtTableGuid\r
+  gEfiEventReadyToBootGuid\r
+\r
+[Protocols]\r
+  gEfiAcpiTableProtocolGuid\r
+  gEfiAcpiSdtProtocolGuid\r
+  gEfiGraphicsOutputProtocolGuid\r
+\r
+[Depex]\r
+  gEfiVariableArchProtocolGuid        AND\r
+  gEfiVariableWriteArchProtocolGuid\r