X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FIdeBus%2FDxe%2Fidebus.msa;h=34ae59b48f55689bd0cb1754a125546ff27c7ba4;hp=1b303c682379ceb03ab6ed94889b9727fdc83c3f;hb=d633f558a140ba588a66a3de45937b4ebc8f43fe;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa index 1b303c6823..34ae59b48f 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa @@ -1,49 +1,74 @@ - - - + + + - IdeBus + IdeBus DXE_DRIVER - BS_DRIVER - 69FD8E47-A161-4550-B01A-5594CEB2B2B2 - 0 + 69FD8E47-A161-4550-B01A-5594CEB2B2B2 + 1.0 Component description file for PS2 keyboard module. - FIX ME! - Copyright (c) 2004-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 - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - 0 - 2006-03-12 17:09 - 2006-03-22 16:27 + + IDE bus driver. This driver will enumerate IDE device and export the blockIo + protocol for every device. + + 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 + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + IdeBus + - DebugLib - UefiDriverModelLib - UefiDriverEntryPoint - BaseLib - UefiLib - BaseMemoryLib - ReportStatusCodeLib - MemoryAllocationLib - PerformanceLib - UefiBootServicesTableLib - UefiRuntimeServicesTableLib - DevicePathLib + + DebugLib + + + UefiDriverModelLib + + + UefiDriverEntryPoint + + + BaseLib + + + UefiLib + + + BaseMemoryLib + + + ReportStatusCodeLib + + + MemoryAllocationLib + + + PerformanceLib + + + UefiBootServicesTableLib + + + UefiRuntimeServicesTableLib + + + DevicePathLib + idebus.h @@ -55,36 +80,49 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. atapi.c ComponentName.c ComponentName.h + DriverConfiguration.c + DriverDiagnostics.c - - MdePkg - EdkModulePkg - + + + + - DevicePath - PciIo - IdeControllerInit - BlockIo - DiskInfo + + gEfiDevicePathProtocolGuid + + + gEfiPciIoProtocolGuid + + + gEfiIdeControllerInitProtocolGuid + + + gEfiBlockIoProtocolGuid + + + gEfiDiskInfoProtocolGuid + - Configuration - 0x69fd8e47, 0xa161, 0x4550, 0xb0, 0x1a, 0x55, 0x94, 0xce, 0xb2, 0xb2, 0xb2 + 0x0043 0x006F 0x006E 0x0066 0x0069 0x0067 0x0075 0x0072 0x0061 0x0074 0x0069 0x006F 0x006E + gConfigurationGuid - - DiskInfoIde - + + gEfiDiskInfoIdeInterfaceGuid + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 - + gIDEBusDriverBinding - gIDEBusDriverBinding gIDEBusComponentName - + \ No newline at end of file