From 31d39eacdc20c19458b90b095045c391d297d0a6 Mon Sep 17 00:00:00 2001 From: raoxian Date: Fri, 5 Aug 2022 17:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: raoxian --- storage/storagefileioerrorjstest/BUILD.gn | 4 +++- storage/storagefileiojstest/BUILD.gn | 2 ++ storage/storagefilejstest/BUILD.gn | 2 ++ storage/storagesecuritylabeljstest/BUILD.gn | 4 +++- storage/storagestatfsjstest/BUILD.gn | 4 +++- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/storage/storagefileioerrorjstest/BUILD.gn b/storage/storagefileioerrorjstest/BUILD.gn index 9e354b7a1..0665996d0 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 3b1f9b4a6..bbcfa31a7 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 016564b53..ef78aba8d 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 82b82b24f..bf91ff1c8 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 c40371059..e2ba74c3f 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 -- GitLab