]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
index 31bcea5bf07550a4e0a5c4139d6db0c96bc667d3..e79f59c29120a9b9e5494eb7e05f4b0bf1329c87 100644 (file)
@@ -1,19 +1,18 @@
-#/** @file\r
-# Component description file for VgaClass module.\r
+## @file\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 - 2010, 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
-#which accompanies this distribution.  The full text of the license may be found at        \r
-#http://opensource.org/licenses/bsd-license.php                                            \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
+#  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
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -21,9 +20,7 @@
   FILE_GUID                      = BF89F10D-B205-474f-96E3-7A7BB1B4A407\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeVgaClass\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 #  DRIVER_BINDING                =  gVgaClassDriverBinding                       \r
-#  COMPONENT_NAME                =  gVgaClassComponentName                       \r
+#  COMPONENT_NAME                =  gVgaClassComponentName\r
+#  COMPONENT_NAME2               =  gVgaClassComponentName2                    \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\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
-  DevicePathLib\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