From 5d34d8abf4050de5749bb3675cc786ad83162452 Mon Sep 17 00:00:00 2001 From: taiyipei Date: Wed, 11 May 2022 23:31:11 -0700 Subject: [PATCH] add bundle json file Signed-off-by: taiyipei --- bundle.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100755 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100755 index 0000000..56e19f5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,52 @@ +{ + "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": [ + "aafwk_lite", + "appexecfwk_lite", + "surface", + "ui", + "graphic_utils", + "kv_store", + "syspara_lite", + "ipc_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": [] + } + } +} \ No newline at end of file -- Gitee