• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/cmsis",
3    "description": "The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors",
4    "version": "3.1",
5    "license": "Apache V2",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/cmsis"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE.txt",
13    "readmePath": {
14        "en": ""
15    },
16    "component": {
17        "name": "cmsis",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "mini"
23        ],
24        "rom": "7KB",
25        "ram": "14KB",
26        "deps": {
27            "components": [],
28            "third_party": []
29        },
30        "build": {
31            "sub_component": [],
32            "inner_kits": [],
33            "test": []
34        }
35    }
36}
37