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    "features": [
19      "ace_engine_lite_feature_product_config"
20    ],
21    "adapted_system_type": [ "mini","small" ],
22    "rom": "521KB",
23    "ram": "~82KB",
24    "deps": {
25      "third_party": [
26          "bounds_checking_function",
27          "cJSON",
28          "freetype",
29          "jerryscript"
30      ],
31      "components": [
32         "bundle_framework_lite",
33         "huks",
34         "ui_lite",
35         "surface_lite",
36         "i18n_lite",
37         "resource_management_lite",
38         "kv_store",
39         "utils_lite",
40         "ability_lite",
41         "init",
42         "camera_lite",
43         "media_lite",
44         "battery_lite",
45         "netstack",
46         "device_attest_lite"
47       ]
48    },
49    "build": {
50      "sub_component": [ 
51      "//foundation/arkui/ace_engine_lite/test:unittest",
52      "//foundation/arkui/ace_engine_lite/frameworks:jsfwk"
53      ],
54      "inner_kits": [
55        {
56          "name": "//foundation/arkui/ace_engine_lite/frameworks/targets/simulator:ace_lite",
57          "header": {
58            "header_files": [
59              "acelite_config.h"
60            ],
61            "header_base": "//foundation/arkui/ace_engine_lite/frameworks/targets/simulator"
62          }
63        }
64      ],
65      "test": []
66    }
67  }
68}
69