diff --git a/storage/storagefileioerrorjstest/BUILD.gn b/storage/storagefileioerrorjstest/BUILD.gn index 9e354b7a100926d041f3bbf3b23e0e5a510890ad..0665996d0c6fec7e88190f11a679599ce046c4d1 100644 --- a/storage/storagefileioerrorjstest/BUILD.gn +++ b/storage/storagefileioerrorjstest/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileioerror_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStorageFileIoErrorJsTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_js_assets("storagefileioerror_js_assets") { js2abc = true diff --git a/storage/storagefileiojstest/BUILD.gn b/storage/storagefileiojstest/BUILD.gn index 3b1f9b4a66d2497edfd99d036ec6fa5230dec5f0..bbcfa31a77d6d28e501fc1c0362cb2b36e9ae02a 100644 --- a/storage/storagefileiojstest/BUILD.gn +++ b/storage/storagefileiojstest/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileio_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStorageFileIoJSTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_js_assets("storagefileio_js_assets") { source_dir = "./src/main/js/default" diff --git a/storage/storagefilejstest/BUILD.gn b/storage/storagefilejstest/BUILD.gn index 016564b537864c084f1906323bd0c086c15c5cba..ef78aba8d6458e3534cd967837ced38903c4eae7 100644 --- a/storage/storagefilejstest/BUILD.gn +++ b/storage/storagefilejstest/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefile_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStorageFileJSTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_js_assets("storagefile_js_assets") { source_dir = "./src/main/js/default" diff --git a/storage/storagesecuritylabeljstest/BUILD.gn b/storage/storagesecuritylabeljstest/BUILD.gn index 82b82b24f042f6903fd760a050b0fc042d6fc4bf..bf91ff1c8c64a6eb9ee8e92eaa53451d0781fa9b 100644 --- a/storage/storagesecuritylabeljstest/BUILD.gn +++ b/storage/storagesecuritylabeljstest/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("storagesecuritylabel_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStorageSecurityLabelJSTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_js_assets("storagesecuritylabel_js_assets") { js2abc = true diff --git a/storage/storagestatfsjstest/BUILD.gn b/storage/storagestatfsjstest/BUILD.gn index c4037105908441a6d2d28cd376a90926b94d6fe3..e2ba74c3f54b2083707d78e900497adb55a25e42 100644 --- a/storage/storagestatfsjstest/BUILD.gn +++ b/storage/storagestatfsjstest/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//test/xts/tools/build/suite.gni") @@ -21,6 +21,8 @@ ohos_js_hap_suite("storagestatfs_js_test") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsStorageStatfsJsTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_js_assets("storagestatfs_js_assets") { js2abc = true