加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
Miss深海鱼 提交于 2022-03-24 14:16 . update bundle.json.
{
"name": "@ohos/time",
"description": "Allowing apps to use OS time get/set functions",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/miscservices/time"
},
"dirs": {},
"scripts": {},
"component": {
"name": "time_native",
"subsystem": "miscservices",
"syscap": [
"SystemCapability.MiscServices.Time"
],
"features": [
],
"adapted_system_type": [
"standard"
],
"rom":"300KB",
"ram":"1024KB",
"deps": {
"components": [
"ability_manager",
"aafwk_standard",
"appexecfwk_standard",
"ans_standard",
"ces_standard",
"hiviewdfx_hilog_native",
"distributeddatamgr",
"ipc",
"permission_standard",
"safwk",
"samgr_standard",
"startup_l2",
"utils_base"
],
"third_party": [
"jsoncpp"
]
},
"build": {
"sub_component": [
"//base/miscservices/time:time_native_packages"
],
"inner_kits": [
{
"name": "//base/miscservices/time/services:time_service",
"header": {
"header_files": [
"itimer_info.h",
"time_service_client.h"
],
"header_base":"//base/miscservices/time/interfaces/innerkits/include"
}
},
{
"name": "//base/miscservices/time/interfaces/innerkits:time_client",
"header": {
"header_files": [
"itimer_info.h",
"time_service_client.h"
],
"header_base":"//base/miscservices/time/interfaces/innerkits/include"
}
}
],
"test": [
"//base/miscservices/time/services/time_manager/test:TimeServiceTest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化