1 Star 0 Fork 283

yuzhouhang / systemabilitymgr_samgr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.74 KB
一键复制 编辑 原始数据 按行查看 历史
龚桂林 提交于 2024-04-29 11:58 . add fuzz test
{
"name": "@ohos/samgr",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_samgr",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/samgr"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr",
"subsystem": "systemabilitymgr",
"features": [ "samgr_feature_coverage = false" ],
"adapted_system_type": [
"standard"
],
"hisysevent_config": [
"//foundation/systemabilitymgr/samgr/hisysevent.yaml"
],
"rom": "300KB",
"ram": "7130KB",
"deps": {
"components": [
"ability_base",
"access_token",
"bluetooth",
"c_utils",
"common_event_service",
"device_manager",
"ffrt",
"hicollie",
"hilog",
"hisysevent",
"hitrace",
"init",
"ipc",
"json",
"libxml2",
"preferences",
"safwk",
"selinux_adapter"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/common:samgr_common",
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache:dynamic_cache"
],
"service_group": [
"//foundation/systemabilitymgr/samgr/etc:samgr_etc",
"//foundation/systemabilitymgr/samgr/services/samgr/native:samgr"
]
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/",
"header_files": [
"if_system_ability_manager.h",
"iservice_registry.h",
"isystem_ability_load_callback.h",
"isystem_ability_status_change.h",
"isystem_process_status_change.h",
"system_ability_definition.h",
"system_ability_manager_proxy.h",
"system_ability_load_callback_stub.h",
"system_ability_status_change_stub.h",
"system_process_status_change_stub.h",
"sam_log.h"
]
},
"name": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy"
},
{
"header": {
"header_base": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/",
"header_files": [
"sa_profiles.h",
"parse_util.h"
]
},
"name": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/common:samgr_common"
},
{
"header": {
"header_base": [],
"header_files": []
},
"name": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/rust:samgr_rust"
},
{
"header": {
"header_base": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include",
"header_files": [
"dynamic_cache.h"
]
},
"name": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache:dynamic_cache"
}
],
"test": [
"//foundation/systemabilitymgr/samgr/services/samgr/native/test:unittest",
"//foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer:fuzztest",
"//foundation/systemabilitymgr/samgr/test/fuzztest/localsamgrproxy_fuzzer:fuzztest",
"//foundation/systemabilitymgr/samgr/services/common/test:unittest",
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests:unittest"
]
}
}
}
1
https://gitee.com/yuzhouhang/systemabilitymgr_samgr.git
git@gitee.com:yuzhouhang/systemabilitymgr_samgr.git
yuzhouhang
systemabilitymgr_samgr
systemabilitymgr_samgr
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891