mirror of
https://github.com/openharmony/applications_camera_screensaver_app.git
synced 2026-07-01 20:37:07 -04:00
18b38b24dd
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH Feature or Bugfix: Feature Binary Source:No Signed-off-by: zhouyj <zhouyuanjie1@huawei.com>
51 lines
1.3 KiB
JSON
Executable File
51 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "@ohos/camera_screensaver_app",
|
|
"description": "screensaver related samples for small system.",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "applications/sample/camera/screensaver"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "camera_screensaver_app",
|
|
"subsystem": "applications",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"ability_lite",
|
|
"bundle_framework_lite",
|
|
"surface_lite",
|
|
"ui_lite",
|
|
"graphic_utils_lite",
|
|
"kv_store",
|
|
"syspara_lite",
|
|
"samgr_lite",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"libjpeg",
|
|
"libpng",
|
|
"bounds_checking_function",
|
|
"cjson",
|
|
"giflib"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//applications/sample/camera/screensaver:screensaver_hap"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |