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

fix debug -> data=0

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