aboutsummaryrefslogtreecommitdiff
path: root/tests/uefi-test-tools/uefi-test-build.config
blob: a4c61fc97aa78f37f42b454daa189448b3ab7d45 (plain)
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
45
46
47
48
49
50
51
52
[global]
core = ../../roms/edk2

####################################################################################
# arm

[build.arm]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build
arch = ARM
cpy1 = ARM/BiosTablesTest.efi  bios-tables-test.arm.efi

####################################################################################
# aarch64

[build.aarch64]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build
arch = AARCH64
cpy1 = AARCH64/BiosTablesTest.efi  bios-tables-test.aarch64.efi

####################################################################################
# riscv64

[build.riscv64]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build
arch = RISCV64
cpy1 = RISCV64/BiosTablesTest.efi  bios-tables-test.riscv64.efi

####################################################################################
# ia32

[build.ia32]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build
arch = IA32
cpy1 = IA32/BiosTablesTest.efi  bios-tables-test.i386.efi

####################################################################################
# x64

[build.x64]
conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
plat = UefiTestTools
dest = ./Build
arch = X64
cpy1 = X64/BiosTablesTest.efi  bios-tables-test.x86_64.efi