Skip to content

Commit

Permalink
EmulatorPkg: auto-generate SEC ProcessLibraryConstructorList() decl
Browse files Browse the repository at this point in the history
Rely on AutoGen for declaring ProcessLibraryConstructorList().

Build-tested with:

  build -a X64 -b DEBUG -m EmulatorPkg/Sec/Sec.inf \
    -p EmulatorPkg/EmulatorPkg.dsc -t GCC5

Cc: Andrew Fish <[email protected]>
Cc: Ray Ni <[email protected]>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=990
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
lersek authored and mergify[bot] committed Mar 8, 2024
1 parent f71a76e commit 063a831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions EmulatorPkg/Sec/Sec.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent

#include <Ppi/TemporaryRamSupport.h>

//
// I think this should be defined in a MdePkg include file?
//
VOID
EFIAPI
ProcessLibraryConstructorList (
VOID
);

EFI_STATUS
EFIAPI
SecTemporaryRamSupport (
Expand Down
2 changes: 1 addition & 1 deletion EmulatorPkg/Sec/Sec.inf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
##

[Defines]
INF_VERSION = 0x00010005
INF_VERSION = 1.30
BASE_NAME = EmuSec
FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9
MODULE_TYPE = SEC
Expand Down

0 comments on commit 063a831

Please sign in to comment.