2022-03-29 12:31:48 +00:00
|
|
|
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
2021-06-01 16:04:01 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2022-06-20 08:49:23 +00:00
|
|
|
ability_runtime_path = "//foundation/ability/ability_runtime"
|
|
|
|
ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
|
2022-06-08 12:09:15 +00:00
|
|
|
appspawn_path = "//base/startup/appspawn"
|
2024-07-05 07:20:00 +00:00
|
|
|
appspawn_innerkits_path = "//base/startup/appspawn/interfaces/innerkits"
|
2024-04-01 11:30:15 +00:00
|
|
|
startup_path = "//base/startup"
|
2021-06-01 16:04:01 +00:00
|
|
|
subsystem_name = "startup"
|
2021-12-23 13:22:34 +00:00
|
|
|
part_name = "appspawn"
|
2021-06-01 16:04:01 +00:00
|
|
|
module_output_path = "${part_name}/appspawn_l2"
|
2022-02-24 14:50:39 +00:00
|
|
|
|
|
|
|
declare_args() {
|
2022-03-04 09:47:01 +00:00
|
|
|
appspawn_support_nweb = true
|
2024-05-14 08:21:23 +00:00
|
|
|
appspawn_support_cj = true
|
2022-05-10 13:48:05 +00:00
|
|
|
appspawn_report_event = true
|
2023-05-06 06:55:36 +00:00
|
|
|
appspawn_test_cmd = false
|
2024-04-13 10:58:15 +00:00
|
|
|
appspawn_sandbox_new = false
|
2024-06-03 11:46:30 +00:00
|
|
|
appspawn_use_encaps = false
|
2024-06-22 09:20:56 +00:00
|
|
|
enable_appspawn_dump_catcher = true
|
2022-02-24 14:50:39 +00:00
|
|
|
}
|