提交 31d39eac 编写于 作者: R raoxian

修改为部件化配置

Signed-off-by: Nraoxian <raoxian@huawei.com>
上级 6044d68b
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # 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") import("//test/xts/tools/build/suite.gni")
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileioerror_js_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileioerror_js_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoErrorJsTest" hap_name = "ActsStorageFileIoErrorJsTest"
subsystem_name = "xts"
part_name = "xts_acts"
} }
ohos_js_assets("storagefileioerror_js_assets") { ohos_js_assets("storagefileioerror_js_assets") {
js2abc = true js2abc = true
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileio_js_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefileio_js_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileIoJSTest" hap_name = "ActsStorageFileIoJSTest"
subsystem_name = "xts"
part_name = "xts_acts"
} }
ohos_js_assets("storagefileio_js_assets") { ohos_js_assets("storagefileio_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefile_js_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagefile_js_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageFileJSTest" hap_name = "ActsStorageFileJSTest"
subsystem_name = "xts"
part_name = "xts_acts"
} }
ohos_js_assets("storagefile_js_assets") { ohos_js_assets("storagefile_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # 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") import("//test/xts/tools/build/suite.gni")
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagesecuritylabel_js_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagesecuritylabel_js_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageSecurityLabelJSTest" hap_name = "ActsStorageSecurityLabelJSTest"
subsystem_name = "xts"
part_name = "xts_acts"
} }
ohos_js_assets("storagesecuritylabel_js_assets") { ohos_js_assets("storagesecuritylabel_js_assets") {
js2abc = true js2abc = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # 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") import("//test/xts/tools/build/suite.gni")
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagestatfs_js_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("storagestatfs_js_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsStorageStatfsJsTest" hap_name = "ActsStorageStatfsJsTest"
subsystem_name = "xts"
part_name = "xts_acts"
} }
ohos_js_assets("storagestatfs_js_assets") { ohos_js_assets("storagestatfs_js_assets") {
js2abc = true js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册