Code scrub for VgaMiniPortDxe.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8608 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2009-06-19 08:26:33 +00:00
parent 3dcb601895
commit 269e4559ae
4 changed files with 212 additions and 237 deletions

View File

@@ -1,8 +1,5 @@
#/** @file
# Component name for module VgaMiniPort
#
# FIX ME!
# Copyright (c) 2006 - 2009, Intel Corporation.
# VGA Mini Port Driver that manages VGA device and produces VGA Mini Port Protocol.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -21,7 +18,6 @@
FILE_GUID = 15C5E761-58D8-461a-9173-CAB020916264
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = PciVgaMiniPortDriverEntryPoint
#
@@ -38,24 +34,20 @@
VgaMiniPort.c
VgaMiniPort.h
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
[LibraryClasses]
UefiLib
DebugLib
UefiBootServicesTableLib
UefiDriverEntryPoint
BaseMemoryLib
MemoryAllocationLib
[Protocols]
gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiComponentName2ProtocolGuid
gEfiVgaMiniPortProtocolGuid
gEfiPciIoProtocolGuid ## TO_START
gEfiVgaMiniPortProtocolGuid ## BY_START