BUILD.gn 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.

J
jiyong 已提交
14
import("//test/xts/tools/build/suite.gni")
15
ohos_js_hap_suite("storagefileiostability_js_test") {
L
luozhewen 已提交
16 17 18 19 20
  hap_profile = "./src/main/config.json"
  deps = [
    ":storagefileiostability_js_assets",
    ":storagefileiostability_js_resources",
  ]
21 22 23 24 25

  #  shared_libraries = [
  #    "//third_party/giflib:libgif",
  #    "//third_party/libpng:libpng",
  #  ]
L
luozhewen 已提交
26
  certificate_profile = "./signature/openharmony_sx.p7b"
J
jiyong 已提交
27
  hap_name = "ActsStorageFileIoStabilityJsTest"
28 29 30

  #  part_name = "prebuilt_hap"
  #  subsystem_name = "xts"
31
}
L
luozhewen 已提交
32 33 34 35 36 37
ohos_js_assets("storagefileiostability_js_assets") {
  source_dir = "./src/main/js/default"
}
ohos_resources("storagefileiostability_js_resources") {
  sources = [ "./src/main/resources" ]
  hap_profile = "./src/main/config.json"
38
}