提交 35f83155 编写于 作者: F fengzewu

fix debug -> data=0

Signed-off-by: Nfengzewu <fengzewu@huawei.com>
上级 7f05ad41
......@@ -9,23 +9,23 @@
# 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")
ohos_js_hap_suite("image_yuv_js_hap") {
hap_profile = "./src/main/config.json"
deps = [
":image_js_assets",
":image_resources",
":image_yuv_js_assets",
":image_yuv_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsImageyuvJsTest"
}
ohos_js_assets("image_js_assets") {
ohos_js_assets("image_yuv_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("image_resources") {
ohos_resources("image_yuv_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
......@@ -3,7 +3,7 @@
"driver": {
"type": "JSUnitTest",
"test-timeout": "1500000",
"package": "ohos.acts.multimedia.image",
"package": "ohos.acts.multimedia.image.YUV",
"shell-timeout": "120000"
},
"kits": [
......
......@@ -6,7 +6,7 @@
"target": 7
},
"vendor": "acts",
"bundleName": "ohos.acts.multimedia.image",
"bundleName": "ohos.acts.multimedia.image.YUV",
"version": {
"code": 1000000,
"name": "1.0.0"
......@@ -35,7 +35,7 @@
"visible": true,
"labelId": 16777216,
"icon": "$media:icon",
"name": "ohos.acts.multimedia.image.MainAbility",
"name": "ohos.acts.multimedia.image.YUV.MainAbility",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
......@@ -49,7 +49,7 @@
"tv",
"wearable"
],
"mainAbility": "ohos.acts.multimedia.image.MainAbility",
"mainAbility": "ohos.acts.multimedia.image.YUV.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
......@@ -86,7 +86,7 @@
"reason":"use ohos.permission.WRITE_MEDIA"
}
],
"package": "ohos.acts.multimedia.image",
"package": "ohos.acts.multimedia.image.YUV",
"name": ".MyApplication",
"js": [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册