xref: /aosp_15_r20/external/ltp/testcases/Android.bp (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker//
2*49cdfc7eSAndroid Build Coastguard Worker// Copyright (C) 2016 The Android Open Source Project
3*49cdfc7eSAndroid Build Coastguard Worker//
4*49cdfc7eSAndroid Build Coastguard Worker// This software is licensed under the terms of the GNU General Public
5*49cdfc7eSAndroid Build Coastguard Worker// License version 2, as published by the Free Software Foundation, and
6*49cdfc7eSAndroid Build Coastguard Worker// may be copied, distributed, and modified under those terms.
7*49cdfc7eSAndroid Build Coastguard Worker//
8*49cdfc7eSAndroid Build Coastguard Worker// This program is distributed in the hope that it will be useful,
9*49cdfc7eSAndroid Build Coastguard Worker// but WITHOUT ANY WARRANTY; without even the implied warranty of
10*49cdfc7eSAndroid Build Coastguard Worker// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11*49cdfc7eSAndroid Build Coastguard Worker// GNU General Public License for more details.
12*49cdfc7eSAndroid Build Coastguard Worker//
13*49cdfc7eSAndroid Build Coastguard Worker
14*49cdfc7eSAndroid Build Coastguard Worker// This file is autogenerated by gen_android_build.sh
15*49cdfc7eSAndroid Build Coastguard Worker
16*49cdfc7eSAndroid Build Coastguard Workerpackage {
17*49cdfc7eSAndroid Build Coastguard Worker    default_applicable_licenses: ["external_ltp_license"],
18*49cdfc7eSAndroid Build Coastguard Worker}
19*49cdfc7eSAndroid Build Coastguard Worker
20*49cdfc7eSAndroid Build Coastguard Workersh_test {
21*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_mc_member_ManyGroups",
22*49cdfc7eSAndroid Build Coastguard Worker    src: "network/multicast/mc_member/datafiles/ManyGroups",
23*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/mc_member",
24*49cdfc7eSAndroid Build Coastguard Worker    filename: "ManyGroups",
25*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
26*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
27*49cdfc7eSAndroid Build Coastguard Worker}
28*49cdfc7eSAndroid Build Coastguard Worker
29*49cdfc7eSAndroid Build Coastguard Workersh_test {
30*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_mc_member_TooManyGroups",
31*49cdfc7eSAndroid Build Coastguard Worker    src: "network/multicast/mc_member/datafiles/TooManyGroups",
32*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/mc_member",
33*49cdfc7eSAndroid Build Coastguard Worker    filename: "TooManyGroups",
34*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
35*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
36*49cdfc7eSAndroid Build Coastguard Worker}
37*49cdfc7eSAndroid Build Coastguard Worker
38*49cdfc7eSAndroid Build Coastguard Workersh_test {
39*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ld01_d1.c",
40*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ld/datafiles/d1.c",
41*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ld01",
42*49cdfc7eSAndroid Build Coastguard Worker    filename: "d1.c",
43*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
44*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
45*49cdfc7eSAndroid Build Coastguard Worker}
46*49cdfc7eSAndroid Build Coastguard Worker
47*49cdfc7eSAndroid Build Coastguard Workersh_test {
48*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_unzip01_dir.out",
49*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/unzip/datafiles/dir.out",
50*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/unzip01",
51*49cdfc7eSAndroid Build Coastguard Worker    filename: "dir.out",
52*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
53*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
54*49cdfc7eSAndroid Build Coastguard Worker}
55*49cdfc7eSAndroid Build Coastguard Worker
56*49cdfc7eSAndroid Build Coastguard Workersh_test {
57*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ld01_f1.c",
58*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ld/datafiles/f1.c",
59*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ld01",
60*49cdfc7eSAndroid Build Coastguard Worker    filename: "f1.c",
61*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
62*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
63*49cdfc7eSAndroid Build Coastguard Worker}
64*49cdfc7eSAndroid Build Coastguard Worker
65*49cdfc7eSAndroid Build Coastguard Workersh_test {
66*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_rpc01_file.1",
67*49cdfc7eSAndroid Build Coastguard Worker    src: "network/rpc/basic_tests/rpc01/datafiles/file.1",
68*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/rpc01",
69*49cdfc7eSAndroid Build Coastguard Worker    filename: "file.1",
70*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
71*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
72*49cdfc7eSAndroid Build Coastguard Worker}
73*49cdfc7eSAndroid Build Coastguard Worker
74*49cdfc7eSAndroid Build Coastguard Workersh_test {
75*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_rpc01_file.2",
76*49cdfc7eSAndroid Build Coastguard Worker    src: "network/rpc/basic_tests/rpc01/datafiles/file.2",
77*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/rpc01",
78*49cdfc7eSAndroid Build Coastguard Worker    filename: "file.2",
79*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
80*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
81*49cdfc7eSAndroid Build Coastguard Worker}
82*49cdfc7eSAndroid Build Coastguard Worker
83*49cdfc7eSAndroid Build Coastguard Workersh_test {
84*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_binfmt_misc02_file.extension",
85*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/fs/binfmt_misc/datafiles/file.extension",
86*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/binfmt_misc02",
87*49cdfc7eSAndroid Build Coastguard Worker    filename: "file.extension",
88*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
89*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
90*49cdfc7eSAndroid Build Coastguard Worker}
91*49cdfc7eSAndroid Build Coastguard Worker
92*49cdfc7eSAndroid Build Coastguard Workersh_test {
93*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_binfmt_misc02_file.magic",
94*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/fs/binfmt_misc/datafiles/file.magic",
95*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/binfmt_misc02",
96*49cdfc7eSAndroid Build Coastguard Worker    filename: "file.magic",
97*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
98*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
99*49cdfc7eSAndroid Build Coastguard Worker}
100*49cdfc7eSAndroid Build Coastguard Worker
101*49cdfc7eSAndroid Build Coastguard Workersh_test {
102*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ar01_file1.in",
103*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ar/datafiles/file1.in",
104*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ar01",
105*49cdfc7eSAndroid Build Coastguard Worker    filename: "file1.in",
106*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
107*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
108*49cdfc7eSAndroid Build Coastguard Worker}
109*49cdfc7eSAndroid Build Coastguard Worker
110*49cdfc7eSAndroid Build Coastguard Workersh_test {
111*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ar01_file10.in",
112*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ar/datafiles/file10.in",
113*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ar01",
114*49cdfc7eSAndroid Build Coastguard Worker    filename: "file10.in",
115*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
116*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
117*49cdfc7eSAndroid Build Coastguard Worker}
118*49cdfc7eSAndroid Build Coastguard Worker
119*49cdfc7eSAndroid Build Coastguard Workersh_test {
120*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ar01_file2.in",
121*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ar/datafiles/file2.in",
122*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ar01",
123*49cdfc7eSAndroid Build Coastguard Worker    filename: "file2.in",
124*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
125*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
126*49cdfc7eSAndroid Build Coastguard Worker}
127*49cdfc7eSAndroid Build Coastguard Worker
128*49cdfc7eSAndroid Build Coastguard Workersh_test {
129*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ar01_file3.in",
130*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ar/datafiles/file3.in",
131*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ar01",
132*49cdfc7eSAndroid Build Coastguard Worker    filename: "file3.in",
133*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
134*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
135*49cdfc7eSAndroid Build Coastguard Worker}
136*49cdfc7eSAndroid Build Coastguard Worker
137*49cdfc7eSAndroid Build Coastguard Workersh_test {
138*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ar01_file4.in",
139*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ar/datafiles/file4.in",
140*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ar01",
141*49cdfc7eSAndroid Build Coastguard Worker    filename: "file4.in",
142*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
143*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
144*49cdfc7eSAndroid Build Coastguard Worker}
145*49cdfc7eSAndroid Build Coastguard Worker
146*49cdfc7eSAndroid Build Coastguard Workersh_test {
147*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.ar",
148*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.ar",
149*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
150*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.ar",
151*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
152*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
153*49cdfc7eSAndroid Build Coastguard Worker}
154*49cdfc7eSAndroid Build Coastguard Worker
155*49cdfc7eSAndroid Build Coastguard Workersh_test {
156*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.bash",
157*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.bash",
158*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
159*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.bash",
160*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
161*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
162*49cdfc7eSAndroid Build Coastguard Worker}
163*49cdfc7eSAndroid Build Coastguard Worker
164*49cdfc7eSAndroid Build Coastguard Workersh_test {
165*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.c",
166*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.c",
167*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
168*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.c",
169*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
170*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
171*49cdfc7eSAndroid Build Coastguard Worker}
172*49cdfc7eSAndroid Build Coastguard Worker
173*49cdfc7eSAndroid Build Coastguard Workersh_test {
174*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.jpg",
175*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.jpg",
176*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
177*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.jpg",
178*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
179*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
180*49cdfc7eSAndroid Build Coastguard Worker}
181*49cdfc7eSAndroid Build Coastguard Worker
182*49cdfc7eSAndroid Build Coastguard Workersh_test {
183*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.m4",
184*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.m4",
185*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
186*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.m4",
187*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
188*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
189*49cdfc7eSAndroid Build Coastguard Worker}
190*49cdfc7eSAndroid Build Coastguard Worker
191*49cdfc7eSAndroid Build Coastguard Workersh_test {
192*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.mp3",
193*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.mp3",
194*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
195*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.mp3",
196*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
197*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
198*49cdfc7eSAndroid Build Coastguard Worker}
199*49cdfc7eSAndroid Build Coastguard Worker
200*49cdfc7eSAndroid Build Coastguard Workersh_test {
201*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.pl",
202*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.pl",
203*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
204*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.pl",
205*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
206*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
207*49cdfc7eSAndroid Build Coastguard Worker}
208*49cdfc7eSAndroid Build Coastguard Worker
209*49cdfc7eSAndroid Build Coastguard Workersh_test {
210*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.png",
211*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.png",
212*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
213*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.png",
214*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
215*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
216*49cdfc7eSAndroid Build Coastguard Worker}
217*49cdfc7eSAndroid Build Coastguard Worker
218*49cdfc7eSAndroid Build Coastguard Workersh_test {
219*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.py",
220*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.py",
221*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
222*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.py",
223*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
224*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
225*49cdfc7eSAndroid Build Coastguard Worker}
226*49cdfc7eSAndroid Build Coastguard Worker
227*49cdfc7eSAndroid Build Coastguard Workersh_test {
228*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.sh",
229*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.sh",
230*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
231*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.sh",
232*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
233*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
234*49cdfc7eSAndroid Build Coastguard Worker}
235*49cdfc7eSAndroid Build Coastguard Worker
236*49cdfc7eSAndroid Build Coastguard Workersh_test {
237*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.src.rpm",
238*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.src.rpm",
239*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
240*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.src.rpm",
241*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
242*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
243*49cdfc7eSAndroid Build Coastguard Worker}
244*49cdfc7eSAndroid Build Coastguard Worker
245*49cdfc7eSAndroid Build Coastguard Workersh_test {
246*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.tar",
247*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.tar",
248*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
249*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.tar",
250*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
251*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
252*49cdfc7eSAndroid Build Coastguard Worker}
253*49cdfc7eSAndroid Build Coastguard Worker
254*49cdfc7eSAndroid Build Coastguard Workersh_test {
255*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.tar.bz2",
256*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.tar.bz2",
257*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
258*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.tar.bz2",
259*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
260*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
261*49cdfc7eSAndroid Build Coastguard Worker}
262*49cdfc7eSAndroid Build Coastguard Worker
263*49cdfc7eSAndroid Build Coastguard Workersh_test {
264*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.tar.gz",
265*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.tar.gz",
266*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
267*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.tar.gz",
268*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
269*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
270*49cdfc7eSAndroid Build Coastguard Worker}
271*49cdfc7eSAndroid Build Coastguard Worker
272*49cdfc7eSAndroid Build Coastguard Workersh_test {
273*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.txt",
274*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.txt",
275*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
276*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.txt",
277*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
278*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
279*49cdfc7eSAndroid Build Coastguard Worker}
280*49cdfc7eSAndroid Build Coastguard Worker
281*49cdfc7eSAndroid Build Coastguard Workersh_test {
282*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.wav",
283*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.wav",
284*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
285*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.wav",
286*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
287*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
288*49cdfc7eSAndroid Build Coastguard Worker}
289*49cdfc7eSAndroid Build Coastguard Worker
290*49cdfc7eSAndroid Build Coastguard Workersh_test {
291*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_file01_in.zip",
292*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/file/datafiles/in.zip",
293*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/file01",
294*49cdfc7eSAndroid Build Coastguard Worker    filename: "in.zip",
295*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
296*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
297*49cdfc7eSAndroid Build Coastguard Worker}
298*49cdfc7eSAndroid Build Coastguard Worker
299*49cdfc7eSAndroid Build Coastguard Workersh_test {
300*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_kexec_kexec.policy",
301*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_kexec/kexec.policy",
302*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_kexec",
303*49cdfc7eSAndroid Build Coastguard Worker    filename: "kexec.policy",
304*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
305*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
306*49cdfc7eSAndroid Build Coastguard Worker}
307*49cdfc7eSAndroid Build Coastguard Worker
308*49cdfc7eSAndroid Build Coastguard Workersh_test {
309*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_keys_keycheck.policy",
310*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_keys/keycheck.policy",
311*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_keys",
312*49cdfc7eSAndroid Build Coastguard Worker    filename: "keycheck.policy",
313*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
314*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
315*49cdfc7eSAndroid Build Coastguard Worker}
316*49cdfc7eSAndroid Build Coastguard Worker
317*49cdfc7eSAndroid Build Coastguard Workersh_test {
318*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ld01_main.c",
319*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ld/datafiles/main.c",
320*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ld01",
321*49cdfc7eSAndroid Build Coastguard Worker    filename: "main.c",
322*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
323*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
324*49cdfc7eSAndroid Build Coastguard Worker}
325*49cdfc7eSAndroid Build Coastguard Worker
326*49cdfc7eSAndroid Build Coastguard Workersh_test {
327*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_policy_measure.policy",
328*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_policy/measure.policy",
329*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_policy",
330*49cdfc7eSAndroid Build Coastguard Worker    filename: "measure.policy",
331*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
332*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
333*49cdfc7eSAndroid Build Coastguard Worker}
334*49cdfc7eSAndroid Build Coastguard Worker
335*49cdfc7eSAndroid Build Coastguard Workersh_test {
336*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_policy_measure.policy-invalid",
337*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_policy/measure.policy-invalid",
338*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_policy",
339*49cdfc7eSAndroid Build Coastguard Worker    filename: "measure.policy-invalid",
340*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
341*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
342*49cdfc7eSAndroid Build Coastguard Worker}
343*49cdfc7eSAndroid Build Coastguard Worker
344*49cdfc7eSAndroid Build Coastguard Workersh_test {
345*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ld01_rd1.c",
346*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ld/datafiles/rd1.c",
347*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ld01",
348*49cdfc7eSAndroid Build Coastguard Worker    filename: "rd1.c",
349*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
350*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
351*49cdfc7eSAndroid Build Coastguard Worker}
352*49cdfc7eSAndroid Build Coastguard Worker
353*49cdfc7eSAndroid Build Coastguard Workersh_test {
354*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ld01_rf1.c",
355*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/ld/datafiles/rf1.c",
356*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ld01",
357*49cdfc7eSAndroid Build Coastguard Worker    filename: "rf1.c",
358*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
359*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
360*49cdfc7eSAndroid Build Coastguard Worker}
361*49cdfc7eSAndroid Build Coastguard Worker
362*49cdfc7eSAndroid Build Coastguard Workersh_test {
363*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_lvm_runfile.tpl",
364*49cdfc7eSAndroid Build Coastguard Worker    src: "misc/lvm/datafiles/runfile.tpl",
365*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/lvm",
366*49cdfc7eSAndroid Build Coastguard Worker    filename: "runfile.tpl",
367*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
368*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
369*49cdfc7eSAndroid Build Coastguard Worker}
370*49cdfc7eSAndroid Build Coastguard Worker
371*49cdfc7eSAndroid Build Coastguard Workersh_test {
372*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_selinux_selinux.policy",
373*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_selinux/selinux.policy",
374*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_selinux",
375*49cdfc7eSAndroid Build Coastguard Worker    filename: "selinux.policy",
376*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
377*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
378*49cdfc7eSAndroid Build Coastguard Worker}
379*49cdfc7eSAndroid Build Coastguard Worker
380*49cdfc7eSAndroid Build Coastguard Workersh_test {
381*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_unzip01_test.zip",
382*49cdfc7eSAndroid Build Coastguard Worker    src: "commands/unzip/datafiles/test.zip",
383*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/unzip01",
384*49cdfc7eSAndroid Build Coastguard Worker    filename: "test.zip",
385*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
386*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
387*49cdfc7eSAndroid Build Coastguard Worker}
388*49cdfc7eSAndroid Build Coastguard Worker
389*49cdfc7eSAndroid Build Coastguard Workersh_test {
390*49cdfc7eSAndroid Build Coastguard Worker    name: "ltp_testcases_data_ima_keys_x509_ima.der",
391*49cdfc7eSAndroid Build Coastguard Worker    src: "kernel/security/integrity/ima/datafiles/ima_keys/x509_ima.der",
392*49cdfc7eSAndroid Build Coastguard Worker    sub_dir: "vts_ltp_tests/testcases/data/ima_keys",
393*49cdfc7eSAndroid Build Coastguard Worker    filename: "x509_ima.der",
394*49cdfc7eSAndroid Build Coastguard Worker    compile_multilib: "both",
395*49cdfc7eSAndroid Build Coastguard Worker    auto_gen_config: false,
396*49cdfc7eSAndroid Build Coastguard Worker}
397