third_party_jsframework/bundle.json
kangchongtao 3b11360661 部件独立编译整改
Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: I523a940b9c3dbba782e7c5f6d21e85bf0bf712d1
2024-05-24 01:08:18 +00:00

36 lines
869 B
JSON

{
"name": "@ohos/jsframework",
"description": "A framework for building performant mobile cross-platform UI.",
"version": "3.1",
"license": "Apache V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/jsframework"
},
"dirs": {},
"scripts": {},
"component": {
"name": "jsframework",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/jsframework:ark_build"
}
],
"test": []
}
}
}