mirror of
https://github.com/openharmony/applications_applications_cangjie_wrapper.git
synced 2026-06-30 20:47:55 -04:00
3ba3a1d09f
Signed-off-by: 罗明 <luoming25@huawei.com>
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "@ohos/applications_cangjie_wrapper",
|
|
"description": "The applications_cangjie_wrapper is a Cangjie API encapsulated on OpenHarmony based on the capabilities of the Settings subsystem.",
|
|
"version": "6.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "applications/standard/applications_cangjie_wrapper"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "applications_cangjie_wrapper",
|
|
"subsystem": "applications",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "104KB",
|
|
"deps": {
|
|
"components": [
|
|
"cangjie_ark_interop",
|
|
"ability_cangjie_wrapper",
|
|
"hiviewdfx_cangjie_wrapper",
|
|
"settings"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//applications/standard/applications_cangjie_wrapper/ohos/settings:ohos.settings",
|
|
"//applications/standard/applications_cangjie_wrapper/kit/BasicServicesKit:kit.BasicServicesKit"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//applications/standard/applications_cangjie_wrapper:copy_sdk_applications_cangjie_libs"
|
|
},
|
|
{
|
|
"name": "//applications/standard/applications_cangjie_wrapper:copy_sdk_applications_cangjie_libs_kit"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|