11 Star 46 Fork 141

OpenHarmony / commonlibrary_c_utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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",
"//commonlibrary/c_utils/base/test/benchmarktest:benchmarktest",
"//commonlibrary/c_utils/base/test/fuzztest:fuzztest"
]
}
}
}
1
https://gitee.com/openharmony/commonlibrary_c_utils.git
git@gitee.com:openharmony/commonlibrary_c_utils.git
openharmony
commonlibrary_c_utils
commonlibrary_c_utils
master

搜索帮助