Files
miscservices_time/bundle.json
liqiang b793aeb99c IssueNo:IssueNo:https://gitee.com/openharmony/notification_ans_standard/issues/I4T3TK
Description:adapt wantagent change
Sig: SIG_ApplicationFramework
Feature or Bugfix:
Binary Source:No

Signed-off-by: liqiang <liqiang121@huawei.com>
Change-Id: Iaabd2c5234d958dd7227c5e6745d1be96182666c
2022-02-18 09:38:28 +08:00

67 lines
1.6 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": [
"ability_base",
"ability_runtime",
"appexecfwk_standard",
"ans_standard",
"ces_standard",
"distributeddatamgr",
"hisysevent_native",
"hiviewdfx_hilog_native",
"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"
}
}
],
"test": [
"//base/miscservices/time/services/time_manager/test:TimeServiceTest"
]
}
}
}