• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/camera_screensaver_app",
3    "description": "screensaver related samples for small system.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "applications/sample/camera/screensaver"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "camera_screensaver_app",
14        "subsystem": "applications",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "ability_lite",
26                "bundle_framework_lite",
27                "surface",
28                "ui",
29                "graphic_utils",
30                "kv_store",
31                "syspara_lite",
32                "samgr_lite",
33                "utils_base"
34            ],
35            "third_party": [
36                "libjpeg",
37                "libpng",
38                "bounds_checking_function",
39                "cjson",
40                "giflib"
41            ]
42        },
43        "build": {
44            "sub_component": [
45                "//applications/sample/camera/screensaver:screensaver_hap"
46            ],
47            "inner_kits": [],
48            "test": []
49        }
50    }
51}