Files
zhouyj 18b38b24dd Description: change repo path for lite graphic
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH
Feature or Bugfix: Feature
Binary Source:No
Signed-off-by: zhouyj <zhouyuanjie1@huawei.com>
2023-05-08 11:06:17 +08:00

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": []
}
}
}