diff options
-rw-r--r-- | EmulatorPkg/Sec/Sec.h | 9 | ||||
-rw-r--r-- | EmulatorPkg/Sec/Sec.inf | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/EmulatorPkg/Sec/Sec.h b/EmulatorPkg/Sec/Sec.h index 29272a2..94689eb 100644 --- a/EmulatorPkg/Sec/Sec.h +++ b/EmulatorPkg/Sec/Sec.h @@ -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 (
diff --git a/EmulatorPkg/Sec/Sec.inf b/EmulatorPkg/Sec/Sec.inf index 2f9e3d4..7476094 100644 --- a/EmulatorPkg/Sec/Sec.inf +++ b/EmulatorPkg/Sec/Sec.inf @@ -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
|