update cangjie_api to cangjie_wrapper

This commit is contained in:
罗明
2025-08-08 17:54:17 +08:00
parent c276b7cb20
commit c257845f86
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -27,13 +27,13 @@ The source code of the time and time zone subsystem is stored in the **/base/tim
The directory structure is as follows:
```
base/time/time_cangjie_api
base/time/time_cangjie_wrapper
├── ohos # Cangjie Time and Time Zone Subsystem code
├── figures # architecture pictures
```
## Repositories Involved
time_cangjie_api
time_cangjie_wrapper
[time_service](https://gitee.com/openharmony/time_time_service)
+2 -2
View File
@@ -27,13 +27,13 @@
目录结构如下所示:
```
base/time/time_cangjie_api
base/time/time_cangjie_wrapper
├── ohos # 仓颉时间时区子系统接口实现
├── figures # 存放readme中的架构图
```
## 相关仓
time_cangjie_api
time_cangjie_wrapper
[time_service](https://gitee.com/openharmony/time_time_service)
+5 -5
View File
@@ -1,16 +1,16 @@
{
"name": "@ohos/time_cangjie_api",
"name": "@ohos/time_cangjie_wrapper",
"description": "Allowing apps to use OS time get/set functions",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/time/time_cangjie_api"
"destPath": "base/time/time_cangjie_wrapper"
},
"dirs": {},
"scripts": {},
"component": {
"name": "time_cangjie_api",
"name": "time_cangjie_wrapper",
"subsystem": "time",
"syscap": [
"SystemCapability.MiscServices.Time"
@@ -30,11 +30,11 @@
},
"build": {
"sub_component": [
"//base/time/time_cangjie_api/ohos/system_date_time:ohos.system_date_time"
"//base/time/time_cangjie_wrapper/ohos/system_date_time:ohos.system_date_time"
],
"inner_api": [
{
"name": "//base/time/time_cangjie_api/ohos/system_date_time:ohos.system_date_time"
"name": "//base/time/time_cangjie_wrapper/ohos/system_date_time:ohos.system_date_time"
}
],
"test": [
+5 -5
View File
@@ -21,15 +21,15 @@ ohos_cj_library("ohos.system_date_time") {
]
cj_external_deps = [
"arkui_cangjie_api:ohos.base",
"cangjie_api:ohos.ffi",
"cangjie_api:ohos.labels",
"hiviewdfx_cangjie_api:ohos.hilog",
"arkui_cangjie_wrapper:ohos.base",
"cangjie_ark_interop:ohos.ffi",
"cangjie_ark_interop:ohos.labels",
"hiviewdfx_cangjie_wrapper:ohos.hilog",
]
external_deps = [ "time_service:cj_system_date_time_ffi" ]
subsystem_name = "time"
part_name = "time_cangjie_api"
part_name = "time_cangjie_wrapper"
lib_name = "system_date_time"
}