2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2008-10-28 10:45:52 +01:00
|
|
|
# Instance of ExtractGuidedSection Library for DXE phase.
|
2007-09-30 11:01:06 +02:00
|
|
|
#
|
2007-10-09 09:54:34 +02:00
|
|
|
# This library provides generic extract guided section functions for DXE module.
|
2008-10-28 10:45:52 +01:00
|
|
|
#
|
2018-06-27 15:11:33 +02:00
|
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2007-09-30 11:01:06 +02:00
|
|
|
#
|
2019-04-04 01:06:00 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-09-30 11:01:06 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-09-30 11:01:06 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = DxeExtractGuidedSectionLib
|
2014-08-27 11:33:09 +02:00
|
|
|
MODULE_UNI_FILE = DxeExtractGuidedSectionLib.uni
|
2007-09-30 11:01:06 +02:00
|
|
|
FILE_GUID = f773469b-e265-4b0c-b0a6-2f971fbfe72b
|
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
2018-07-02 03:21:05 +02:00
|
|
|
LIBRARY_CLASS = ExtractGuidedSectionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
2007-09-30 11:01:06 +02:00
|
|
|
|
|
|
|
CONSTRUCTOR = DxeExtractGuidedSectionLibConstructor
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-07-02 03:21:05 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2007-09-30 11:01:06 +02:00
|
|
|
#
|
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Sources]
|
2007-09-30 11:01:06 +02:00
|
|
|
DxeExtractGuidedSectionLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
MemoryAllocationLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
2012-11-08 02:12:56 +01:00
|
|
|
UefiBootServicesTableLib
|
2007-09-30 11:01:06 +02:00
|
|
|
|