Files
third_party_cmsis/bundle.json
T
zhushengle 31b862098c feat: 修复三方库子系统配置
Close #I78DB8

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I6ba6fef0c5d80af4fb319b44e7330f427610b36a
2023-05-25 17:55:20 +08:00

37 lines
935 B
JSON

{
"name": "@ohos/cmsis",
"description": "The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors",
"version": "3.1",
"license": "Apache V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/cmsis"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.txt",
"readmePath": {
"en": ""
},
"component": {
"name": "cmsis",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini"
],
"rom": "7KB",
"ram": "14KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}