]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
IntelFrameworkPkg/FrameworkUefiLib: introduce EfiOpenFileByDevicePath()
authorLaszlo Ersek <lersek@redhat.com>
Fri, 3 Aug 2018 11:12:12 +0000 (13:12 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 16 Aug 2018 18:02:46 +0000 (20:02 +0200)
commit29b0bf26aa959a44fb9f7d2c6faf91049c5a5286
tree64b5db784b34769b0965d6891ef84050f4d46b62
parent768b611136d0f2b99a99e446c089d1a30c3fa5d5
IntelFrameworkPkg/FrameworkUefiLib: introduce EfiOpenFileByDevicePath()

Copy the EfiOpenFileByDevicePath() implementation from the previous
(MdePkg/UefiLib) patch to FrameworkUefiLib.

(Note that the FrameworkUefiLib instance too will be updated for
<https://bugzilla.tianocore.org/show_bug.cgi?id=1074>.)

Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1008
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c