BaseUefiDecompressLib.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
1N/A## @file
1N/A# UEFI Decompress Library implementation.
1N/A#
1N/A# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
1N/A#
1N/A# This program and the accompanying materials
1N/A# are licensed and made available under the terms and conditions of the BSD License
1N/A# which accompanies this distribution. The full text of the license may be found at
1N/A# http://opensource.org/licenses/bsd-license.php.
1N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
1N/A#
1N/A#
1N/A##
1N/A
1N/A[Defines]
1N/A INF_VERSION = 0x00010005
1N/A BASE_NAME = BaseUefiDecompressLib
1N/A FILE_GUID = 9ae5147d-b240-467f-a484-b024fdc42ee0
1N/A MODULE_TYPE = BASE
1N/A VERSION_STRING = 1.0
1N/A LIBRARY_CLASS = UefiDecompressLib
1N/A
1N/A
1N/A#
1N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC
1N/A#
1N/A
1N/A[Sources]
1N/A BaseUefiDecompressLibInternals.h
1N/A BaseUefiDecompressLib.c
1N/A
1N/A
1N/A[Packages]
1N/A MdePkg/MdePkg.dec
1N/A
1N/A
1N/A[LibraryClasses]
1N/A BaseLib
1N/A DebugLib
1N/A BaseMemoryLib
1N/A
1N/A