From 3734762b927441e505962e3b3de9612c6b1cc139 Mon Sep 17 00:00:00 2001 From: CrazyRong Date: Wed, 21 Aug 2024 10:48:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?gn=E6=A0=BC=E5=BC=8F=E6=95=B4=E6=94=B9,?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0inner=5Fkits=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CrazyRong --- bundle.json | 46 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/bundle.json b/bundle.json index 141c108..c0c669e 100644 --- a/bundle.json +++ b/bundle.json @@ -14,21 +14,47 @@ "name": "developer_test", "subsystem": "testfwk", "syscap": [], - "features" :[], + "features" :[], "adapted_system_type": [ "mini", "small", "standard" ], - "rom": "0KB", - "ram": "0KB", - "deps": {}, - "build": { - "sub_component": [ + "rom": "0KB", + "ram": "0KB", + "deps": {}, + "build": { + "sub_component": [ "//test/testfwk/developer_test/examples/app_info:app_info", "//test/testfwk/developer_test/examples/detector:detector", "//test/testfwk/developer_test/examples/calculator:calculator", "//test/testfwk/developer_test/examples/calculator:calculator_static" ], - "inner_kits": [], - "test": [ - "//test/testfwk/developer_test/examples/app_info/test:unittest", + "inner_kits": [ + { + "type": "so", + "name": "//test/testfwk/developer_test/aw/cxx/distributed:distributedtest_lib", + "header":{ + "header_base":[ + "//test/testfwk/developer_test/aw/cxx/distributed/utils", + "//test/testfwk/developer_test/aw/cxx/distributed" + ], + "header_files":[ + "csv_transform_xml.h", + "distributed.h", + "distributed_agent.h", + "distributed_cfg.h", + "distributed_major.h" + ] + } + }, + { + "type": "so", + "name": "//test/testfwk/developer_test/aw/cxx/hwext:performance_test_static", + "header":{ + "header_base": "//test/testfwk/developer_test/aw/cxx/hwext", + "header_files": "perf.h" + } + } + ], + "test": [ + "//test/testfwk/developer_test/examples/app_info/test:unittest", "//test/testfwk/developer_test/examples/calculator/test:unittest", "//test/testfwk/developer_test/examples/calculator/test:fuzztest", "//test/testfwk/developer_test/examples/calculator/test:benchmarktest", @@ -37,6 +63,6 @@ "//test/testfwk/developer_test/examples/distributedb/test:distributedtest", "//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest" ] - } + } } } -- Gitee From cbf8ff4351cf7c8435b7f9c477870a52c0372f36 Mon Sep 17 00:00:00 2001 From: CrazyRong Date: Wed, 21 Aug 2024 11:37:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?gn=E6=A0=BC=E5=BC=8F=E6=95=B4=E6=94=B9,?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0inner=5Fkits=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CrazyRong --- bundle.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle.json b/bundle.json index c0c669e..43687a2 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,6 @@ ], "inner_kits": [ { - "type": "so", "name": "//test/testfwk/developer_test/aw/cxx/distributed:distributedtest_lib", "header":{ "header_base":[ @@ -45,7 +44,6 @@ } }, { - "type": "so", "name": "//test/testfwk/developer_test/aw/cxx/hwext:performance_test_static", "header":{ "header_base": "//test/testfwk/developer_test/aw/cxx/hwext", -- Gitee