!8 feat: add bundle.json

Merge pull request !8 from pjscc/master
This commit is contained in:
openharmony_ci
2022-01-24 02:41:44 +00:00
committed by Gitee
+34
View File
@@ -0,0 +1,34 @@
{
"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": "thirdparty_cmsis",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}