xts_dcts/bundle.json
txl e94bfe195a 编译修改
Signed-off-by: txl <tangxianglei@huawei.com>
2023-08-11 14:39:06 +08:00

31 lines
684 B
JSON
Executable File

{
"name": "@ohos/dcts",
"description": "dcts",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "test/xts/dcts"
},
"dirs": {},
"scripts": {},
"component": {
"name": "dcts",
"subsystem": "xts",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "0",
"ram": "0",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": [ "//test/xts/dcts:xts_dcts" ]
}
}
}