• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/ability_lite",
3    "description": "App development framework for mini and small system.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/ability/ability_lite"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "ability_lite",
14        "subsystem": "ability",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "bundle_framework_lite",
26                "kv_store",
27                "ui_lite",
28                "surface_lite",
29                "hilog",
30                "samgr_lite",
31                "window_manager_lite"
32            ],
33            "third_party": [
34                "bounds_checking_function",
35                "cJSON",
36                "freetype"
37            ]
38        },
39        "build": {
40            "sub_component": [
41                "//foundation/ability/ability_lite/frameworks/ability_lite:aafwk_abilitykit_lite",
42                "//foundation/ability/ability_lite/frameworks/abilitymgr_lite:aafwk_abilityManager_lite",
43                "//foundation/ability/ability_lite/services/abilitymgr_lite:aafwk_services_lite"
44            ],
45            "inner_kits": [],
46            "test": []
47        }
48    }
49}
50