Files
miscservices_time/bundle.json
T
GlaryCastle b50681fb66 Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed:
	modified:   bundle.json
        new file:   hisysevent.yaml
	modified:   services/BUILD.gn
	new file:   services/dfx/include/time_cmd_dispatcher.h
	new file:   services/dfx/include/time_cmd_parse.h
	new file:   services/dfx/include/time_sysevent.h
	new file:   services/dfx/include/time_trace.h
	new file:   services/dfx/src/time_cmd_dispatcher.cpp
	new file:   services/dfx/src/time_cmd_parse.cpp
	new file:   services/dfx/src/time_sysevent.cpp
	new file:   services/dfx/src/time_trace.cpp
	modified:   services/time_manager/include/time_service.h
	modified:   services/time_manager/src/time_service.cpp
	modified:   services/timer/include/timer_manager.h
	modified:   services/timer/src/timer_manager.cpp
2022-07-05 13:06:07 +08:00

80 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": [
],
"hisysevent_config": [
"//base/miscservices/time/hisysevent.yaml"
],
"adapted_system_type": [
"standard"
],
"rom":"300KB",
"ram":"1024KB",
"deps": {
"components": [
"ability_manager",
"aafwk_standard",
"appexecfwk_standard",
"ans_standard",
"common_event_service",
"hiviewdfx_hilog_native",
"distributeddatamgr",
"ipc",
"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",
"//base/miscservices/time/test/fuzztest:fuzztest"
]
}
}
}