• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/ace_engine_lite",
3  "description": "JS APP development frameworks.",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "pubiishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/arkui/ace_engine_lite"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "ace_engine_lite",
14    "subsystem": "arkui",
15    "syscap": [
16       "SystemCapability.ArkUI.ArkUI.Lite"
17    ],
18    "feature": [],
19    "adapted_system_type": [ "mini","small" ],
20    "rom": "521KB",
21    "ram": "~82KB",
22    "deps": {
23      "third_party": [
24          "bounds_checking_function",
25          "cjson",
26          "freetype",
27          "jerryscript"
28      ],
29      "components": [
30         "bundle_framework_lite",
31         "huks",
32         "ui",
33         "syspara_lite",
34         "surface",
35         "i18n_lite",
36         "resource_management_lite",
37         "hilog",
38         "permission",
39         "kal_timer",
40         "kv_store",
41         "timer_task",
42         "ace_common_lite",
43         "ace_native_engine_lite",
44         "ace_module_manager_lite"
45       ]
46    },
47    "build": {
48      "sub_component": [
49      "//foundation/arkui/ace_engine_lite/test:unittest",
50      "//foundation/arkui/ace_engine_lite/frameworks:jsfwk"
51      ],
52      "inner_kits": [],
53      "test": []
54    }
55  }
56}
57