From affab20792053e81ad9f4909580fa1331bbe6e77 Mon Sep 17 00:00:00 2001 From: denghaidong Date: Mon, 10 Apr 2023 19:28:14 +0800 Subject: [PATCH] rm xts compile dep Signed-off-by: denghaidong 834a40f --- components/ohos_builds/xts/ohos.build | 40 ------- components/xts.json | 165 -------------------------- 2 files changed, 205 deletions(-) delete mode 100644 components/ohos_builds/xts/ohos.build delete mode 100755 components/xts.json diff --git a/components/ohos_builds/xts/ohos.build b/components/ohos_builds/xts/ohos.build deleted file mode 100644 index 621f0f3..0000000 --- a/components/ohos_builds/xts/ohos.build +++ /dev/null @@ -1,40 +0,0 @@ -{ - "parts": { - "xts_acts": { - "module_list": [ - "//test/xts/acts/build_lite:acts" - ] - }, - "xts_hits": { - "module_list": [ - "//test/xts/huawei_proprietary/hits/build_lite:hits" - ] - }, - "xts_ists": { - "module_list": [ - "//test/xts/huawei_proprietary/ists" - ] - }, - "xts_ssts": { - "module_list": [ - "//test/xts/huawei_proprietary/ssts/build_lite:ssts" - ] - }, - "xts_tools": { - "module_list": [ - "//test/xts/tools/lite:tools" - ] - }, - "xts_xdevice": { - "module_list": [ - "//test/testfwk/xdevice:xdevice" - ] - }, - "device_attest_lite": { - "module_list":[ - "//test/xts/device_attest_lite:device_atTest_lite" - ] - } - }, - "subsystem_name": "xts" -} \ No newline at end of file diff --git a/components/xts.json b/components/xts.json deleted file mode 100755 index 1f93ab1..0000000 --- a/components/xts.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "components": [ - { - "component": "xts_acts", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/acts/build_lite" - ], - "targets": [ - "//test/xts/acts/build_lite:acts" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "liteos_m", - "linux" - ], - "features": [], - "deps": { - "components": [ - "xts_xdevice" - ] - } - }, - { - "component": "xts_tools", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/tools/lite" - ], - "targets": [ - "//test/xts/tools/lite:tools" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "liteos_m", - "linux" - ], - "features": [], - "deps": {} - }, - { - "component": "xts_hits", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/huawei_proprietary/hits/build_lite" - ], - "targets": [ - "//test/xts/huawei_proprietary/hits/build_lite:hits" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "liteos_m", - "linux" - ], - "features": [], - "deps": { - "components": [ - "xts_xdevice" - ] - } - }, - { - "component": "xts_ssts", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/huawei_proprietary/ssts/build_lite" - ], - "targets": [ - "//test/xts/huawei_proprietary/ssts/build_lite:ssts" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "liteos_m", - "linux" - ], - "features": [], - "deps": { - "components": [ - "xts_xdevice" - ] - } - }, - { - "component": "xts_ists", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/huawei_proprietary/ists" - ], - "targets": [ - "//test/xts/huawei_proprietary/ists" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "linux" - ], - "features": [], - "deps": { - "components": [ - "xts_xdevice" - ] - } - }, - { - "component": "xts_xdevice", - "description": "", - "optional": "true", - "dirs": [ - "test/xdevice" - ], - "targets": [ - "//test/testfwk/xdevice:xdevice" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_a", - "linux" - ], - "features": [], - "deps": {} - }, - { - "component": "device_attest_lite", - "description": "", - "optional": "true", - "dirs": [ - "test/xts/device_attest_lite" - ], - "targets": [ - "//test/xts/device_attest_lite:device_atTest_lite" - ], - "rom": "", - "ram": "", - "output": [], - "adapted_kernel": [ - "liteos_m", - "liteos_a", - "linux" - ], - "features": [], - "deps": {} - } - ] -} -- Gitee