diff --git a/ace/ace_standard/BUILD.gn b/ace/ace_standard/BUILD.gn index d983d66ae22f3dc221c82d7f6b4342fbf3ac030e..f64a48dfb2cd9cb509c51f6162b7d7640c4631ab 100755 --- a/ace/ace_standard/BUILD.gn +++ b/ace/ace_standard/BUILD.gn @@ -11,7 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - import("//test/xts/tools/build/suite.gni") ohos_js_hap_suite("ace_standard_test") { hap_profile = "./src/main/config.json" diff --git a/security/dataprotect/huks_standard_adapter/BUILD.gn b/security/dataprotect/huks_standard_adapter/BUILD.gn index 282e27c2c0790439bdae05800b4bc8498faaa97c..bd539eb8dfbf6d9f85f046ccb2fbc27e04c5ec7b 100644 --- a/security/dataprotect/huks_standard_adapter/BUILD.gn +++ b/security/dataprotect/huks_standard_adapter/BUILD.gn @@ -30,10 +30,6 @@ config("module_private_config") { ######################################################## ohos_moduletest_suite("ActsHuksStdFunctionTest") { - #subsystem_name = "acts" - #part_name = "huks_standard" - #module_output_path = subsystem_name + "/" + part_name - #module_output_path = module_output_path configs = [ ":module_private_config" ] cflags_cc = [ "-DHILOG_ENABLE" ] defines = [ "_STANDARD_SYSTEM_" ] diff --git a/security/permission/permissionkitcpp/BUILD.gn b/security/permission/permissionkitcpp/BUILD.gn index d36d3267ee2949a1e4a3298cf2dbaa995fd3968f..744368ef2415d159b0a5d1c376bbe8db208f1904 100644 --- a/security/permission/permissionkitcpp/BUILD.gn +++ b/security/permission/permissionkitcpp/BUILD.gn @@ -88,6 +88,7 @@ ohos_moduletest_suite("PermissionKitCPPTest") { sources = [ "src/PermissionKitFunctionCPPTest.cpp", + # "src/PermissionKitPerformanceCPPTest.cpp", # "src/PermissionKitReliabilityCPPTest.cpp", ]