request_request/CODEOWNERS
Line: 15: incorrect codeowner user: leonchan5 Line: 15: no users/groups matched Line: 18: incorrect codeowner user: leonchan5 Line: 18: no users/groups matched
fqwert 3b27372db0 合并download_server request,将request_service_c切换为静态库
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
2024-02-04 12:04:48 +08:00

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