1/* 2* Copyright (C) 2024 HiHope Open Source Organization. 3* Licensed under the Apache License, Version 2.0 (the "License"); 4* you may not use this file except in compliance with the License. 5* You may obtain a copy of the License at 6* 7* http://www.apache.org/licenses/LICENSE-2.0 8* 9* Unless required by applicable law or agreed to in writing, software 10* distributed under the License is distributed on an "AS IS" BASIS, 11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12* See the License for the specific language governing permissions and 13* limitations under the License. 14*/ 15 16{ 17 "apiType": 'stageMode', 18 "buildOption": { 19 "externalNativeOptions": { 20 "path": "./src/main/cpp/CMakeLists.txt", 21 "arguments": "", 22 "cppFlags": "", 23 "abiFilters": ["arm64-v8a", "armeabi-v7a", "x86_64"], 24 }, 25 "sourceOption":{ 26 "workers": [ 27 "./src/ohosTest/ets/testability/workers/Worker1.ets", 28 "./src/ohosTest/ets/testability/workers/Worker2.ets", 29 "./src/ohosTest/ets/testability/workers/Worker3.ets", 30 "./src/ohosTest/ets/testability/workers/Worker4.ets", 31 "./src/ohosTest/ets/testability/workers/Worker5.ets", 32 "./src/ohosTest/ets/testability/workers/Worker6.ets", 33 "./src/ohosTest/ets/testability/workers/Worker7.ets", 34 "./src/ohosTest/ets/testability/workers/Worker8.ets", 35 "./src/ohosTest/ets/testability/workers/Worker9.ets", 36 "./src/ohosTest/ets/testability/workers/Worker10.ets" 37 ] 38 } 39 }, 40 "targets": [ 41 { 42 "name": "default", 43 "runtimeOS": "OpenHarmony" 44 }, 45 { 46 "name": "ohosTest", 47 } 48 ] 49} 50