]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
index b91fc59fbe7926bc03f30cf7cb112e1de5971d99..eb2a3d6f6ece55cfcdd9b849cdd1b3f1c4b15966 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
-# Component description file for PS2 keyboard module.\r
+## @file\r
+# Component description file for IdeBus module.\r
 #\r
 # IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
 #  protocol for every device.\r
-# Copyright (c) 2006 - 2008, 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
@@ -13,7 +13,7 @@
 #  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 +21,7 @@
   FILE_GUID                      = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIdeBus\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 #  DRIVER_BINDING                =  gIDEBusDriverBinding                         \r
-#  COMPONENT_NAME                =  gIDEBusComponentName                         \r
+#  COMPONENT_NAME                =  gIDEBusComponentName\r
+#  COMPONENT_NAME2               =  gIDEBusComponentName2                         \r
 #  Variable Guid C Name: gConfigurationGuid Variable Name: L"Configuration"\r
 #\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DriverDiagnostics.c\r
   DriverConfiguration.c\r
   ComponentName.h\r
@@ -53,9 +52,8 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  \r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec  \r
 \r
 \r
 [LibraryClasses]\r
 \r
 \r
 [Guids]\r
-  gEfiDiskInfoIdeInterfaceGuid                  # SOMETIMES_CONSUMED\r
-  gEfiEventExitBootServicesGuid\r
+  gEfiDiskInfoIdeInterfaceGuid                  # CONSUMES  ## GUID\r
+  gEfiEventExitBootServicesGuid                 # CONSUMES  ## Event\r
 \r
 \r
 [Protocols]\r
-  gEfiDiskInfoProtocolGuid                      # PROTOCOL BY_START\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
-  gEfiIdeControllerInitProtocolGuid             # PROTOCOL TO_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
+  gEfiDiskInfoProtocolGuid                      # BY_START\r
+  gEfiBlockIoProtocolGuid                       # BY_START\r
+  gEfiIdeControllerInitProtocolGuid             # TO_START\r
+  gEfiPciIoProtocolGuid                         # TO_START\r
+  gEfiDevicePathProtocolGuid                    # TO_START\r
 \r
 \r