From: bbahnsen Date: Thu, 1 Jun 2006 17:17:19 +0000 (+0000) Subject: Fix capitalization issues. X-Git-Tag: edk2-stable201903~25365 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6e11a8e96eeb1504eadc698eeb8c4fc212a76999 Fix capitalization issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@367 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index af3ec5f107..1f6bd4a635 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -269,7 +269,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Universal/Disk/DiskIo/Dxe/DiskIo.msa - Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa + Universal/Disk/DiskIoPartition/Dxe/DiskIoPartition.msa Universal/Disk/Partition/Dxe/Partition.msa 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..62e802227d --- /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. + + 2006-03-12 17:09 + 2006-03-19 15:19 + 0 + + + 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..5148719684 --- /dev/null +++ b/EdkModulePkg/Universal/Disk/DiskIoPartition/Dxe/build.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd b/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd deleted file mode 100644 index ed89f0716e..0000000000 --- a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.mbd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - 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 deleted file mode 100644 index cf957f0195..0000000000 --- a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa +++ /dev/null @@ -1,88 +0,0 @@ - - - - - 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. - - 2006-03-12 17:09 - 2006-03-19 15:19 - 0 - - - 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 deleted file mode 100644 index 17994d8b04..0000000000 --- a/EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/build.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file