mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 07:09:53 +00:00
Issue: #I69Q3E
Description: 包管理子系统so优化 Sig: SIG_ApplicaitonFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: zhaogan <zhaogan2@huawei.com>
This commit is contained in:
parent
d44161305d
commit
63fcda7391
@ -222,6 +222,7 @@ ohos_shared_library("libbms") {
|
||||
"//third_party/zlib:shared_libz",
|
||||
]
|
||||
|
||||
version_script = "libbms.map"
|
||||
external_deps = [
|
||||
"ability_base:want",
|
||||
"access_token:libaccesstoken_sdk",
|
||||
|
20
services/bundlemgr/libbms.map
Normal file
20
services/bundlemgr/libbms.map
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2021-2022 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.
|
||||
|
||||
1.0 {
|
||||
global:
|
||||
extern "C++" {
|
||||
};
|
||||
local:
|
||||
*;
|
||||
};
|
Loading…
Reference in New Issue
Block a user