master
config 62 lines 1.6 KB
Raw
1 [global]
2 core = ../../roms/edk2
3
4 ####################################################################################
5 # arm
6
7 [build.arm]
8 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
9 plat = UefiTestTools
10 dest = ./Build
11 arch = ARM
12 cpy1 = ARM/BiosTablesTest.efi bios-tables-test.arm.efi
13
14 ####################################################################################
15 # aarch64
16
17 [build.aarch64]
18 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
19 plat = UefiTestTools
20 dest = ./Build
21 arch = AARCH64
22 cpy1 = AARCH64/BiosTablesTest.efi bios-tables-test.aarch64.efi
23
24 ####################################################################################
25 # loongarch64
26
27 [build.loongarch64]
28 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
29 plat = UefiTestTools
30 dest = ./Build
31 arch = LOONGARCH64
32 cpy1 = LOONGARCH64/BiosTablesTest.efi bios-tables-test.loongarch64.efi
33
34 ####################################################################################
35 # riscv64
36
37 [build.riscv64]
38 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
39 plat = UefiTestTools
40 dest = ./Build
41 arch = RISCV64
42 cpy1 = RISCV64/BiosTablesTest.efi bios-tables-test.riscv64.efi
43
44 ####################################################################################
45 # ia32
46
47 [build.ia32]
48 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
49 plat = UefiTestTools
50 dest = ./Build
51 arch = IA32
52 cpy1 = IA32/BiosTablesTest.efi bios-tables-test.i386.efi
53
54 ####################################################################################
55 # x64
56
57 [build.x64]
58 conf = UefiTestToolsPkg/UefiTestToolsPkg.dsc
59 plat = UefiTestTools
60 dest = ./Build
61 arch = X64
62 cpy1 = X64/BiosTablesTest.efi bios-tables-test.x86_64.efi