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_lite",
33         "surface_lite",
34         "i18n_lite",
35         "resource_management_lite",
36         "kv_store",
37         "utils_lite",
38         "ability_lite",
39         "init",
40         "camera_lite",
41         "media_lite",
42         "battery_lite",
43         "netstack",
44         "device_attest_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        {
54          "name": "//foundation/arkui/ace_engine_lite/frameworks/targets/simulator:ace_lite",
55          "header": {
56            "header_files": [
57              "acelite_config.h"
58            ],
59            "header_base": "//foundation/arkui/ace_engine_lite/frameworks/targets/simulator"
60          }
61        }
62      ],
63      "test": []
64    }
65  }
66}
67