1 Star 0 Fork 145

HuangXW/ability_ability_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.35 KB
一键复制 编辑 原始数据 按行查看 历史
dy 提交于 2022-07-05 17:06 . IssueNo:#I5FM6S
{
"name": "@ohos/ability_base",
"description": "ability子系统中的基础库,want,base等",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/ability/ability_base"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ability_base",
"subsystem": "ability",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"ipc",
"utils_base"
],
"third_party": [
"jsoncpp",
"json"
]
},
"build": {
"sub_component": [
"//foundation/ability/ability_base:base_innerkits_target"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/ability/ability_base/interfaces/inner_api/base/include/",
"header_files": [
"base_def.h",
"base_interfaces.h",
"base_object.h",
"base_types.h",
"bool_wrapper.h",
"byte_wrapper.h",
"double_wrapper.h",
"float_wrapper.h",
"int_wrapper.h",
"light_refbase.h",
"long_wrapper.h",
"short_wrapper.h",
"string_wrapper.h"
]
},
"name": "//foundation/ability/ability_base:base"
},
{
"header": {
"header_base": "//foundation/ability/ability_base/interfaces/kits/native/want/include/",
"header_files": [
"element_name.h",
"want.h",
"skills.h",
"want_params.h",
"match_type.h",
"operation.h",
"patterns_matcher.h",
"pac_map.h"
]
},
"name": "//foundation/ability/ability_base:want"
},
{
"header": {
"header_base": "//foundation/ability/ability_base/interfaces/kits/native/configuration/include",
"header_files": [
"configuration.h",
"global_configuration_key.h"
]
},
"name": "//foundation/ability/ability_base:configuration"
},
{
"header": {
"header_base": "//foundation/ability/ability_base/interfaces/kits/native/uri/include",
"header_files": [
"uri.h"
]
},
"name": "//foundation/ability/ability_base:zuri"
}
],
"test": [
"//foundation/ability/ability_base/test:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/H-xinwei/ability_ability_base.git
git@gitee.com:H-xinwei/ability_ability_base.git
H-xinwei
ability_ability_base
ability_ability_base
master

搜索帮助