diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-23 09:31:15 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-23 09:31:15 +0000 |
commit | 55a1bb43aa37fc948911197a99e23199fcc58b72 (patch) | |
tree | bc6bde6ecf6c98638d5f4251a19da5db6c5f1d30 /IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf | |
parent | 4ee6846f7b0df95afb63c5870e3815085dda5064 (diff) | |
download | edk2-platforms-55a1bb43aa37fc948911197a99e23199fcc58b72.tar.xz |
Code scrub for VgaClass Driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8163 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf index d278730a85..cd10db94c2 100644 --- a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf +++ b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf @@ -1,8 +1,7 @@ #/** @file
-# Component description file for VgaClass module.
+# VGA Class Driver that managers VGA devices and produces Simple Text Output Protocol.
#
-# This driver produces a VGA console.
-# Copyright (c) 2006, Intel Corporation.
+# Copyright (c) 2006 - 2009, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -35,14 +34,12 @@ [Sources.common]
ComponentName.c
- ComponentName.h
VgaClass.h
VgaClass.c
[Packages]
MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
@@ -51,18 +48,15 @@ ReportStatusCodeLib
UefiBootServicesTableLib
MemoryAllocationLib
- BaseMemoryLib
UefiLib
- BaseLib
UefiDriverEntryPoint
DebugLib
[Protocols]
- gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START
+ gEfiVgaMiniPortProtocolGuid # PROTOCOL TO_START
+ gEfiPciIoProtocolGuid # PROTOCOL TO_START
+ gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|