mirror of
https://github.com/openharmony/tee_tee_dev_kit.git
synced 2026-08-25 09:09:44 -04:00
800e8453a3
Signed-off-by: zhang-deyao <zhangdeyao@huawei.com>
32 lines
670 B
JSON
32 lines
670 B
JSON
{
|
|
"name": "@openharmony/tee_dev_kit",
|
|
"version": "1.0.0",
|
|
"description": "tee_dev_kit",
|
|
"private": false,
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Mulan PSL v2",
|
|
"component": {
|
|
"name": "tee_dev_kit",
|
|
"subsystem": "tee",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "small", "standard" ],
|
|
"rom":"0",
|
|
"ram":"0",
|
|
"deps": {
|
|
"components": [ ],
|
|
"third_party": [
|
|
"musl",
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [ ],
|
|
"inner_kits": [ ],
|
|
"test": [ ]
|
|
}
|
|
}
|
|
}
|