]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
1. Correct File header to ## @file
[mirror_edk2.git] / DuetPkg / BiosVideoThunkDxe / BiosVideo.inf
index d8ac37f34f6d12d7ef32b3778fdbdfdf5f8c8a82..07387b2fa7fad3a9e96dd195d586891e2050714f 100644 (file)
@@ -1,23 +1,17 @@
-#/*++\r
-# \r
-# Copyright (c) 2006, Intel Corporation                                                         \r
-# All rights reserved. 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
+## @file\r
+#  This module provides EFI_GRAPHIC_OUT_PROTOCOL based on functions of video \r
+#  on legacy BIOS.\r
+#  \r
+#  Copyright (c) 2006 - 2010, Intel Corporation\r
+#  All rights reserved. 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
+#  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
-#  Module Name:\r
 #\r
-#    BiosVideo.inf\r
-#\r
-#  Abstract:\r
-#\r
-#    Component description file for BIOS VGA Miniport module.\r
-#\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   UefiBootServicesTableLib\r
   BaseMemoryLib\r
   UefiDriverEntryPoint\r
+  DevicePathLib\r
   \r
-[Sources.common]\r
+[Sources]\r
   BiosVideo.h\r
   BiosVideo.c\r
   ComponentName.c\r
   VesaBiosExtensions.h\r
-\r
+  LegacyBiosThunk.c\r
+  \r
 [Protocols]\r
   gEfiPciIoProtocolGuid\r
   gEfiVgaMiniPortProtocolGuid\r
   gEfiLegacy8259ProtocolGuid\r
+  gEfiEdidDiscoveredProtocolGuid\r
+  gEfiEdidActiveProtocolGuid\r