summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-23 09:09:56 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-23 09:09:56 +0000
commit4ee6846f7b0df95afb63c5870e3815085dda5064 (patch)
tree3580b5cdf73394236689a7a3fd962e92ac1674bd /IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
parent2a9aee6d37a935c5424bfe961f32c3e0a65a1830 (diff)
downloadedk2-4ee6846f7b0df95afb63c5870e3815085dda5064.tar.gz
edk2-4ee6846f7b0df95afb63c5870e3815085dda5064.tar.bz2
edk2-4ee6846f7b0df95afb63c5870e3815085dda5064.zip
1. EDK_RELEASE_VERSION removed;
2. INF file header description reviewed; 3. remove useless #include ; git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8162 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf')
-rw-r--r--IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf20
1 files changed, 9 insertions, 11 deletions
diff --git a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
index 27530bc929..d278730a85 100644
--- a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
+++ b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
@@ -1,16 +1,16 @@
#/** @file
-# Component description file for VgaClass module.
+# Component description file for VgaClass module.
#
-#This driver produces a VGA console.
-#Copyright (c) 2006, Intel Corporation.
+# This driver produces a VGA console.
+# Copyright (c) 2006, 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
-#which accompanies this distribution. The full text of the license may be found at
-#http://opensource.org/licenses/bsd-license.php
+# All rights reserved. This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
#
-#THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
#**/
@@ -21,9 +21,7 @@
FILE_GUID = BF89F10D-B205-474f-96E3-7A7BB1B4A407
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
-
ENTRY_POINT = InitializeVgaClass
#