mirror of
https://gitee.com/openharmony/request_request
synced 2024-11-23 06:49:58 +00:00
3b27372db0
libdownload_server.dylib.so完全依赖librequest.dylib.so,并没有必要分成两个so,downloadserver只起到SA注册,init的作用。多个so,不便于管理。另外librequest.dylib.so依赖的librequest_c.so并没有必要编程成动态库,librequest.dylib.so可以以静态的方式依赖它。 Signed-off-by: fqwert <yanglv2@huawei.com> Change-Id: Ie0aca8683e37a379893deaa71388831a34b52496
19 lines
908 B
Plaintext
19 lines
908 B
Plaintext
# Copyright (c) 2023 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.
|
|
|
|
# any change to frameworks/native/include/download_server_ipc_interface_code.h needs to be reviewed by @leonchan5
|
|
frameworks/native/include/download_server_ipc_interface_code.h @leonchan5
|
|
|
|
# any change to services/src/service/interface.rs needs to be reviewed by @leonchan5
|
|
services/src/service/interface.rs @leonchan5
|