]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
Code scrub for VgaClass Driver.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
index d278730a853efdb89ad09f0ccb25f6a6517f37f1..cd10db94c2a92f1957adfab6958060ff5ba0f047 100644 (file)
@@ -1,8 +1,7 @@
 #/** @file\r
-#  Component description file for VgaClass module.\r
+#  VGA Class Driver that managers VGA devices and produces Simple Text Output Protocol.\r
 #\r
-#  This driver produces a VGA console.\r
-#  Copyright (c) 2006, Intel Corporation.\r
+#  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\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
 \r
 [Sources.common]\r
   ComponentName.c\r
-  ComponentName.h\r
   VgaClass.h\r
   VgaClass.c\r
 \r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
   ReportStatusCodeLib\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
-  BaseMemoryLib\r
   UefiLib\r
-  BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
 \r
 [Protocols]\r
-  gEfiSimpleTextOutProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSimpleTextInProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiVgaMiniPortProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSimpleTextOutProtocolGuid                 # PROTOCOL BY_START\r
+  gEfiVgaMiniPortProtocolGuid                   # PROTOCOL TO_START\r
+  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
+  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
 \r
 \r