diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2021-02-24 19:33:12 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-02-26 18:56:48 +0000 |
commit | cd14150c1594d8deeee6ecf80feb5751dcd7f315 (patch) | |
tree | 13d5c4a73feec7fc77064976e9dbf3af8d19288f /StandaloneMmPkg/StandaloneMmPkg.dec | |
parent | 62f2cf57840e3b08122b6326b0ed9f4b25ce15d9 (diff) | |
download | edk2-cd14150c1594d8deeee6ecf80feb5751dcd7f315.tar.gz |
StandaloneMmPkg: Remove StandaloneMmDriverEntryPoint.h
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3235
The library for this header initially resided in StandaloneMmPkg
but moved to MdePkg and now this file is a duplicate of the header
file in MdePkg.
This change removes the header file from StandaloneMmPkg. More
details regarding the history of the library transitioning from
StandaloneMmPkg to MdePkg are below.
The following commit removed the library from StandaloneMmPkg:
d6253d2f9a33 ("StandaloneMmPkg: remove redundant
StandaloneMmDriverEntryPoint driver", 2019-03-11)
The following commits added the library class & instance to MdePkg:
7df4764e6a81a ("MdePkg: introduce standalone MM entry point
library class", 2019-01-14)
5866d4992396 ("MdePkg: introduce standalone MM entry point
library implementation", 2019-01-14)
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'StandaloneMmPkg/StandaloneMmPkg.dec')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.dec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec b/StandaloneMmPkg/StandaloneMmPkg.dec index 36de8d561b..0dfed4ee99 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dec +++ b/StandaloneMmPkg/StandaloneMmPkg.dec @@ -25,9 +25,6 @@ ## @libraryclass Defines a set of interfaces for the MM core entrypoint.
StandaloneMmCoreEntryPoint|Include/Library/StandaloneMmCoreEntryPoint.h
- ## @libraryclass Defines a set of interfaces for the MM driver entrypoint.
- StandaloneMmDriverEntryPoint|Include/Library/StandaloneMmDriverEntryPoint.h
-
## @libraryclass Defines a set of interfaces that provides services for
## MM Memory Operation.
MemLib|Include/Library/StandaloneMmMemLib.h
|