mirror of
https://github.com/openharmony/tee_tee_os_framework.git
synced 2026-07-01 23:26:05 -04:00
6f69a8ed22
Signed-off-by: suwanghw <wangsu14@huawei.com>
34 lines
862 B
JSON
34 lines
862 B
JSON
{
|
|
"name": "@openharmony/tee_os_framework",
|
|
"description": "tee os_framework",
|
|
"version": "1.0.0",
|
|
"license": "Mulan PSL v2",
|
|
"component": {
|
|
"name": "tee_os_framework",
|
|
"subsystem": "tee",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "small", "standard" ],
|
|
"rom":"1635KB",
|
|
"ram":"16M",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": [
|
|
"musl",
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/tee/tee_os_framework/:services",
|
|
"//base/tee/tee_os_framework/:libs",
|
|
"//base/tee/tee_os_framework/:drivers",
|
|
"//base/tee/tee_os_framework/:service",
|
|
"//base/tee/tee_os_framework/:build"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|