From adbcbf8ffcaedab483d23b52e8283aaad74cc807 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 16 Jul 2007 05:48:11 +0000 Subject: Modules cleanup. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3244 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Disk/PartitionDxe/PartitionDxe.msa | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.msa (limited to 'MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.msa') diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.msa b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.msa new file mode 100644 index 0000000000..35274f0f71 --- /dev/null +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.msa @@ -0,0 +1,101 @@ + + + + PartitionDxe + UEFI_DRIVER + 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609 + 1.0 + Component description file for Partition module. + Partition driver produces the logical BlockIo device + that represents the bytes Start to End of the Parent Block IO + device (one partition of physical BlockIo device, + which can be one of GPT, MBR, ElTorito partition). + Copyright (c) 2006 - 2007, 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 + PartitionDxe + + + + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. + + + UefiDriverModelLib + + + UefiDriverEntryPoint + + + BaseLib + + + UefiLib + + + BaseMemoryLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + + + DevicePathLib + + + + Partition.h + Partition.c + ElTorito.c + Gpt.c + Mbr.c + ComponentName.c + + + + + + + gEfiBlockIoProtocolGuid + + + gEfiDiskIoProtocolGuid + + + gEfiDevicePathProtocolGuid + + + gEfiDevicePathProtocolGuid + + + gEfiBlockIoProtocolGuid + + + + + gEfiPartTypeSystemPartGuid + + + gEfiPartTypeUnusedGuid + + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + gPartitionDriverBinding + gPartitionComponentName + + + \ No newline at end of file -- cgit v1.2.3