From c77f98697997b0847f65cc8acb56cd7da1165faa Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 5 Feb 2007 05:54:16 +0000 Subject: 1.Drop the support of UEFI_APPLICATION for UefiDriverLib 2.Change the module type of BaseUefiDecompressLib to BASE 3.Remove the IoLib dependency for PeiReportStatusCodeLib & DxeReportStatusCodeLib 4.Change the module type of UefiApplicationEntryPointLib to UEFI_APPLICATION 5.Change the module type of EdkDxeRuntimeSalLib to DXE_RUNTIMe 6.Change HelloWorld application to depend on UefiApplicationEntryPointLib and modify the EdkModule.fpd, Nt32.fpd & Unix.fpd accordingly git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2352 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BaseUefiDecompressLib/BaseUefiDecompressLib.msa | 14 +++++++------- MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa | 2 +- .../DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa | 3 --- .../PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa | 3 --- .../UefiApplicationEntryPoint.msa | 2 +- .../Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa | 2 +- 6 files changed, 10 insertions(+), 16 deletions(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa index 6302302..f8bfc3f 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa @@ -1,18 +1,18 @@ - + BaseUefiDecompressLib - DXE_DRIVER + BASE 9ae5147d-b240-467f-a484-b024fdc42ee0 1.0 Component description file for Base Uefi Decompress Library UEFI Decompress Library implementation. 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, + 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 diff --git a/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa b/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa index faa0616..c72b8f3 100644 --- a/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa +++ b/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa @@ -23,7 +23,7 @@ DxeIoLibCpuIo - + IoLib diff --git a/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa b/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa index 5b216c1..377da7d 100644 --- a/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa +++ b/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa @@ -40,9 +40,6 @@ PcdLib - - IoLib - ReportStatusCodeLib.c diff --git a/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa b/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa index dd2fc61..3385c59 100644 --- a/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa +++ b/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa @@ -40,9 +40,6 @@ PcdLib - - IoLib - ReportStatusCodeLib.c diff --git a/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa b/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa index 1eabe7f..8500f05 100644 --- a/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa +++ b/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa @@ -2,7 +2,7 @@ UefiApplicationEntryPoint - UEFI_DRIVER + UEFI_APPLICATION DADE8301-CB29-4fd5-8148-56FD246C5B88 1.0 Component description file for the entry point to a EFI Application diff --git a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa index 15ffe79..60e07b0 100644 --- a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa +++ b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa @@ -22,7 +22,7 @@ UefiDriverEntryPoint - + UefiDriverEntryPoint -- cgit v1.1