2021-06-02 00:04:01 +08:00
|
|
|
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
appspawn_path = "//base/startup/appspawn_standard"
|
|
|
|
appexecfwk_path = "//foundation/appexecfwk/standard"
|
|
|
|
aafwk_path = "//foundation/aafwk/standard"
|
|
|
|
communication_path = "//foundation/communication/ipc"
|
|
|
|
distributedschedule_path = "//foundation/distributedschedule/dmsfwk"
|
|
|
|
subsystem_name = "startup"
|
2021-12-23 21:22:34 +08:00
|
|
|
part_name = "appspawn"
|
2021-06-02 00:04:01 +08:00
|
|
|
module_output_path = "${part_name}/appspawn_l2"
|
2022-02-24 14:50:39 +00:00
|
|
|
|
|
|
|
declare_args() {
|
2022-02-25 11:12:59 +08:00
|
|
|
appspawn_support_webview = true
|
2022-02-24 14:50:39 +00:00
|
|
|
}
|