VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf@ 67129

最後變更 在這個檔案從67129是 58466,由 vboxsync 提交於 9 年 前

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.9 KB
 
1## @file
2# Base ExtractGuidedSection Library.
3# This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4# PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
5# that is used to store Guided Extract Handlers.
6# Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
7# in their initialization without any issues. They only have to be careful in
8# the implementation of runtime services, because this BASE library instance doesn't
9# convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.
10#
11# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
12#
13# This program and the accompanying materials
14# are licensed and made available under the terms and conditions of the BSD License
15# which accompanies this distribution. The full text of the license may be found at
16# http://opensource.org/licenses/bsd-license.php.
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19#
20##
21
22[Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = BaseExtractGuidedSectionLib
25 MODULE_UNI_FILE = BaseExtractGuidedSectionLib.uni
26 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592
27 MODULE_TYPE = BASE
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = ExtractGuidedSectionLib
30
31#
32# The following information is for reference only and not required by the build tools.
33#
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
35#
36
37[Sources]
38 BaseExtractGuidedSectionLib.c
39
40[Packages]
41 MdePkg/MdePkg.dec
42
43[LibraryClasses]
44 BaseMemoryLib
45 DebugLib
46 PcdLib
47
48[Pcd]
49 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
50 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress ## CONSUMES
51
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette