fix time bug

Signed-off-by: miss-deep-sea-fish <zhaochao26@huawei.com>
This commit is contained in:
miss-deep-sea-fish
2022-01-19 17:01:08 +08:00
parent dc8f75fc1e
commit 9e47c04729
2 changed files with 0 additions and 69 deletions
-69
View File
@@ -1,4 +1,3 @@
<<<<<<< HEAD
{
"name": "@ohos/time",
"description": "Allowing apps to use OS time get/set functions",
@@ -65,72 +64,4 @@
]
}
}
=======
{
"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",
"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"
]
}
}
>>>>>>> 4937935902ff605d4335da169a45dc7b5a000937
}
View File