Add new GetFileBufferByFilePath API into DxeServicesLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9486 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2009-11-26 00:44:07 +00:00
parent 2474e48aa7
commit 847166140a
3 changed files with 386 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
#/** @file
# DXE Services Library provides access data from sections of FFS files based on FV protocol.
# It also provides access file based on file path from a firmware volume,
# from a file system interface, or from the load file interface.
#
# Copyright (c) 2007 - 2008, Intel Corporation.
# Copyright (c) 2007 - 2009, 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
@@ -36,9 +38,16 @@
[LibraryClasses]
MemoryAllocationLib
DebugLib
DevicePathLib
UefiLib
UefiBootServicesTableLib
[Guids]
gEfiFileInfoGuid ## CONSUMES
[Protocols]
gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
gEfiLoadedImageProtocolGuid ## CONSUMES
gEfiLoadFileProtocolGuid ## CONSUMES
gEfiLoadFile2ProtocolGuid ## CONSUMES
gEfiSimpleFileSystemProtocolGuid ## CONSUMES