1 Star 0 Fork 149

宋立峰 / commonlibrary_c_utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.08 KB
一键复制 编辑 原始数据 按行查看 历史
pwx1199978 提交于 2023-06-27 16:56 . Enable Int-Sanitizer for c_utils.
{
"name": "@openharmony/c_utils",
"version": "3.1.0",
"description": "c_utils",
"publishAs": "code-segment",
"segment": {
"destPath": "commonlibrary/c_utils"
},
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/commonlibrary/c_utils/base && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"author": {},
"repository": "",
"license": "Apache License 2.0",
"component": {
"name": "c_utils",
"subsystem": "commonlibrary",
"adapted_system_type": [ "standard" ],
"features":[
"c_utils_feature_coverage = false",
"c_utils_feature_intsan = true"
],
"deps": {
"components": [
"hilog"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//commonlibrary/c_utils/base:utils",
"//commonlibrary/c_utils/base:utilsbase",
"//commonlibrary/c_utils/base:utils_rust"
],
"inner_kits": [
{
"name": "//commonlibrary/c_utils/base:utils",
"header": {
"header_files": [
"ashmem.h",
"common_errors.h",
"common_timer_errors.h",
"datetime_ex.h",
"directory_ex.h",
"errors.h",
"file_ex.h",
"flat_obj.h",
"nocopyable.h",
"observer.h",
"parcel.h",
"pubdef.h",
"refbase.h",
"rwlock.h",
"safe_block_queue.h",
"safe_map.h",
"safe_queue.h",
"semaphore_ex.h",
"singleton.h",
"sorted_vector.h",
"string_ex.h",
"thread_ex.h",
"thread_pool.h",
"timer.h",
"unique_fd.h"
],
"header_base": "//commonlibrary/c_utils/base/include"
}
},
{
"name": "//commonlibrary/c_utils/base:utilsbase",
"header": {
"header_files": [
"ashmem.h",
"common_errors.h",
"common_timer_errors.h",
"datetime_ex.h",
"directory_ex.h",
"errors.h",
"file_ex.h",
"flat_obj.h",
"nocopyable.h",
"observer.h",
"parcel.h",
"pubdef.h",
"refbase.h",
"rwlock.h",
"safe_block_queue.h",
"safe_map.h",
"safe_queue.h",
"semaphore_ex.h",
"singleton.h",
"sorted_vector.h",
"string_ex.h",
"thread_ex.h",
"thread_pool.h",
"timer.h",
"unique_fd.h"
],
"header_base": "//commonlibrary/c_utils/base/include"
}
},
{
"name": "//commonlibrary/c_utils/base:utils_rust",
"header": {
"header_files": [],
"header_base": []
}
}
],
"test": [
"//commonlibrary/c_utils/base/test:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/songlf1983/commonlibrary_c_utils.git
git@gitee.com:songlf1983/commonlibrary_c_utils.git
songlf1983
commonlibrary_c_utils
commonlibrary_c_utils
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891