startup_appspawn/appspawn.gni

26 lines
1012 B
Plaintext
Raw Normal View History

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"
part_name = "appspawn"
2021-06-02 00:04:01 +08:00
module_output_path = "${part_name}/appspawn_l2"
declare_args() {
appspawn_support_webview = true
}