mirror of
https://github.com/openharmony/third_party_mtdev.git
synced 2026-07-19 11:11:56 -04:00
f648740f14
Change-Id: I5822e118e57025f6b46545e1596ea7d594ddf6a7
38 lines
941 B
JSON
38 lines
941 B
JSON
{
|
|
"name": "@ohos/mtdev",
|
|
"description": "The mtdev library transforms all variants of kernel MT events to the slotted type B protocol",
|
|
"version": "3.1",
|
|
"license": "MIT",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/mtdev"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "mtdev",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "400KB",
|
|
"ram": "800KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/mtdev:libmtdev-third-mmi"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |