From 878ddf1fc3540a715f63594ed22b6929e881afb4 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 21 Apr 2006 22:54:32 +0000 Subject: Initial import. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Disk/DiskIoPartition/dxe/DiskIoPartition.mbd | 42 +++++++++++ .../Disk/DiskIoPartition/dxe/DiskIoPartition.msa | 88 ++++++++++++++++++++++ .../Universal/Disk/DiskIoPartition/dxe/build.xml | 47 ++++++++++++ 3 files changed, 177 insertions(+) create mode 100644 EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd create mode 100644 EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa create mode 100644 EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/build.xml (limited to 'EdkModulePkg/Universal/Disk/DiskIoPartition') diff --git a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd new file mode 100644 index 0000000000..ed89f0716e --- /dev/null +++ b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd @@ -0,0 +1,42 @@ + + + + + DiskIoPartition + 854E153A-8AC8-40f4-A5A9-4C51F18CFB1B + 0 + 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. + + 2006-03-12 17:09 + 2006-03-19 15:19 + + + UefiBootServicesTableLib + BaseLib + UefiMemoryLib + UefiLib + UefiDriverEntryPoint + UefiDriverModelLib + DxeReportStatusCodeLib + BaseDebugLibReportStatusCode + DxeMemoryAllocationLib + UefiDevicePathLib + + diff --git a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa new file mode 100644 index 0000000000..930f57b96a --- /dev/null +++ b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa @@ -0,0 +1,88 @@ + + + + + DiskIoPartition + UEFI_DRIVER + BS_DRIVER + 854E153A-8AC8-40f4-A5A9-4C51F18CFB1B + 0 + Component description file for DiskIo 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-19 15:19 + + + DebugLib + UefiDriverModelLib + UefiDriverEntryPoint + BaseLib + UefiLib + BaseMemoryLib + MemoryAllocationLib + UefiBootServicesTableLib + DevicePathLib + + + ..\..\DiskIo\Dxe\diskio.c + ..\..\DiskIo\Dxe\diskio.h + ..\..\DiskIo\Dxe\ComponentName.c + ..\..\Partition\Dxe\Partition.h + ..\..\Partition\Dxe\ElTorito.h + ..\..\Partition\Dxe\Gpt.h + ..\..\Partition\Dxe\Mbr.h + ..\..\Partition\Dxe\Partition.c + ..\..\Partition\Dxe\Eltorito.c + ..\..\Partition\Dxe\Gpt.c + ..\..\Partition\Dxe\Mbr.c + ..\..\Partition\Dxe\ComponentName.c + + + MdePkg + + + BlockIo + DiskIo + DevicePath + + + + PartTypeSystemPart + + + PartTypeUnused + + + + + + + + gPartitionDriverBinding + gPartitionComponentName + + + gDiskIoDriverBinding + gDiskIoComponentName + + + diff --git a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/build.xml b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/build.xml new file mode 100644 index 0000000000..4b1c1f88cf --- /dev/null +++ b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/build.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3