mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 11:08:42 +02:00
12 lines
536 B
C
12 lines
536 B
C
/** @file
|
|
Copyright (c) 2021, Marvin Häuser. All rights reserved.
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
**/
|
|
|
|
#define _PCD_GET_MODE_BOOL_PcdImageLoaderProhibitTe TRUE
|
|
#define _PCD_GET_MODE_32_PcdImageLoaderAlignmentPolicy 0xFFFFFFFFU
|
|
#define _PCD_GET_MODE_BOOL_PcdImageLoaderWXorX TRUE
|
|
#define _PCD_GET_MODE_32_PcdImageLoaderRelocTypePolicy 0x00
|
|
#define _PCD_GET_MODE_BOOL_PcdImageLoaderDebugSupport TRUE
|
|
#define _PCD_GET_MODE_BOOL_PcdImageLoaderAllowMisalignedOffset FALSE
|