• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/ylong_runtime",
3  "version": "4.0",
4  "description": "Rust runtime implementation",
5  "publishAs": "code-segment",
6  "homePage": "https://gitee.com/openharmony",
7  "repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime",
8  "license": "Apache License 2.0",
9  "language": "Rust",
10  "segment": {
11    "destPath": "commonlibrary/rust/ylong_runtime"
12  },
13  "licensePath": "COPYING",
14  "readmePath": {
15    "en": "README.md",
16    "zh": "README_zh.md"
17  },
18  "component": {
19    "name": "ylong_runtime",
20    "subsystem": "commonlibrary",
21    "features": [],
22    "adapted_system_type": [
23      "standard"
24    ],
25    "rom": "100KB",
26    "ram": "~200KB",
27    "deps": {
28      "components": [
29        "ffrt",
30        "rust_libc"
31      ],
32      "third_party": []
33    },
34    "build": {
35      "sub_component": [
36        "//commonlibrary/rust/ylong_runtime/ylong_io:ylong_io",
37        "//commonlibrary/rust/ylong_runtime/ylong_signal:ylong_signal"
38      ],
39      "inner_kits": [
40        {
41          "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime",
42          "header": {
43            "header_base": [],
44            "header_files": []
45          }
46        },
47        {
48          "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime_static"
49        },
50        {
51          "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime_macros:ylong_runtime_macros"
52        },
53        {
54          "name": "//commonlibrary/rust/ylong_runtime/ylong_signal:ylong_signal"
55        },
56        {
57          "name": "//commonlibrary/rust/ylong_runtime/ylong_io:ylong_io"
58        }
59      ],
60      "test": [
61        "//commonlibrary/rust/ylong_runtime/test:unittest",
62        "//commonlibrary/rust/ylong_runtime/test:sdvtest"
63      ]
64    }
65  }
66}
67