Files
miscservices_time/bundle.json
T
zhangjunxi 6cb35765f5 Signed-off-by: zhangjunxi <zhangjunxi1@huawei.com>
Changes to be committed:
	modified:   bundle.json
2022-07-06 09:12:18 +08:00

81 lines
2.0 KiB
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": [
"relational_store",
"jsoncpp",
"napi",
"samgr_standard",
"common_event_service",
"ipc",
"eventhandler",
"netmanager_base",
"bundle_framework",
"ability_base",
"ability_runtime",
"hiviewdfx_hilog_native",
"libuv",
"safwk",
"utils_base",
"access_token"
],
"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",
"//base/miscservices/time/test/fuzztest:fuzztest"
]
}
}
}