diff --git a/multimedia/BUILD.gn b/multimedia/BUILD.gn index cdb06966cb4199f1fc7158770d3c213024a7ec3a..46d132376f8a993c195025fa4126bf41cf3b3275 100644 --- a/multimedia/BUILD.gn +++ b/multimedia/BUILD.gn @@ -56,6 +56,8 @@ group("multimedia") { "medialibrary/mediaLibrary_fileAsset:mediaLibrary_fileAsset_hap", "medialibrary/mediaLibrary_fileKey:mediaLibrary_fileKey_hap", "medialibrary/mediaLibrary_fileResult:mediaLibrary_fileResult_hap", + "medialibrary/mediaLibrary_getExifNoLocation:mediaLibrary_getExifNolocation_hap", + "medialibrary/mediaLibrary_getExiflocation:mediaLibrary_getExifLocation_hap", "medialibrary/mediaLibrary_getThumbnail:mediaLibrary_getThumbnail_hap", "medialibrary/mediaLibrary_mediafetchoptions:mediaLibrary_mediafetchoptions_hap", "medialibrary/mediaLibrary_trash:mediaLibrary_trash_js_hap", diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/app.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/app.json new file mode 100644 index 0000000000000000000000000000000000000000..803955ad0d2a5b4ce4e103816a6a917b4701286b --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/app.json @@ -0,0 +1,21 @@ +{ + "app": { + "bundleName": "ohos.acts.multimedia.mediaLibrary", + "vendor": "huawei", + "versionCode": 1000000, + "versionName": "1.0.0", + "debug": false, + "icon": "$media:icon", + "label": "$string:app_name", + "description": "$string:description_application", + "distributedNotificationEnabled": true, + "keepAlive": true, + "singleUser": true, + "minAPIVersion": 9, + "targetAPIVersion": 9, + "car": { + "apiCompatibleVersion": 9, + "singleUser": false + } + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/element/string.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..ee69f9a861d9dc269ed6638735d52674583498e1 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"app_name", + "value":"ohosProject" + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/media/app_icon.png b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/AppScope/resources/base/media/app_icon.png differ diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/BUILD.gn b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..a18cf71b9cbef059e5461c89a2d20e21e96b0bf2 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/BUILD.gn @@ -0,0 +1,41 @@ +# 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. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("mediaLibrary_getExifNolocation_hap") { + hap_profile = "entry/src/main/module.json" + js_build_mode = "debug" + deps = [ + ":mediaLibrary_js_assets", + ":mediaLibrary_resources", + ] + ets2abc = true + certificate_profile = "signature/openharmony_sx.p7b" + hap_name = "ActsMediaLibraryGetExifNolocationTest" +} + +ohos_app_scope("medialibrary_app_profile") { + app_profile = "AppScope/app.json" + sources = [ "AppScope/resources" ] +} + +ohos_js_assets("mediaLibrary_js_assets") { + source_dir = "entry/src/main/ets" +} + +ohos_resources("mediaLibrary_resources") { + sources = [ "entry/src/main/resources" ] + deps = [ ":medialibrary_app_profile" ] + hap_profile = "entry/src/main/module.json" +} diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/Test.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/Test.json new file mode 100644 index 0000000000000000000000000000000000000000..177decc7f0826a1341fe6ddf272eaa54fa2d520a --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/Test.json @@ -0,0 +1,60 @@ +{ + "description": "Configuration for mediaLibrary Tests", + "driver": { + "type": "OHJSUnitTest", + "test-timeout": "180000", + "bundle-name": "ohos.acts.multimedia.mediaLibrary", + "module-name": "phone", + "shell-timeout": "600000", + "testcase-timeout": 70000 + }, + "kits": [ + { + "type": "ShellKit", + "pre-push": [], + "run-command": [ + "rm -rf /storage/media/100/local/files/*", + "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.MediaLibraryDataA/*", + "mkdir -pv /storage/media/100/local/files/{Pictures,Videos,Audios,Documents}", + "mkdir -p /storage/media/100/local/temp", + "param set persist.ace.testmode.enabled 1", + "power-shell wakeup", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", + "power-shell setmode 602" + ] + }, + { + "type": "PushKit", + "pre-push": [], + "push": [ + "./resource/medialibrary/test_exif.jpg ->/storage/media/100/local/temp" + ] + }, + { + "type": "ShellKit", + "run-command": [ + "mkdir -pv /storage/media/100/local/files/Pictures/Images", + "cp /storage/media/100/local/temp/test_exif.jpg /storage/media/100/local/files/Pictures/Images/test_exif.jpg", + "chmod -R 777 /storage/media/100/local/files/*", + "chmod -R 777 /data/service/el2/100/hmdfs/account/files/*", + "hilog -Q pidoff", + "hilog -p off", + "hilog -b I", + "hilog -b D -D 0xD002B70", + "scanner", + "sleep 10" + ], + "teardown-command": [ + "hilog -b X -D 0xD002B70", + "power-shell setmode 600" + ] + }, + { + "test-file-name": [ + "ActsMediaLibraryGetExifNolocationTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/Application/AbilityStage.ts b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/Application/AbilityStage.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0e0206ea9fb5ce94ef140d69510b6280969dd8e --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/Application/AbilityStage.ts @@ -0,0 +1,9 @@ +import AbilityStage from "@ohos.app.ability.AbilityStage" + +export default class MyAbilityStage extends AbilityStage { + onCreate() { + console.log("[Demo] MyAbilityStage onCreate") + globalThis.stageOnCreateRun = 1; + globalThis.stageContext = this.context; + } +} diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/MainAbility.ts b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/MainAbility.ts new file mode 100644 index 0000000000000000000000000000000000000000..df41851318f3385890e235a96dfbcc0441cb13f1 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/MainAbility.ts @@ -0,0 +1,36 @@ +import Ability from '@ohos.app.ability.UIAbility' + +export default class MainAbility extends Ability { + onCreate(want, launchParam) { + // Ability is creating, initialize resources for this ability + console.log("[Demo] MainAbility onCreate") + globalThis.abilityWant = want; + } + + onDestroy() { + // Ability is destroying, release resources for this ability + console.log("[Demo] MainAbility onDestroy") + } + + async onWindowStageCreate(windowStage) { + console.log("[Demo] MainAbility onWindowStageCreate windowStage=" + windowStage) + globalThis.windowStage = windowStage + globalThis.abilityContext = this.context + windowStage.setUIContent(this.context, "MainAbility/pages/index/index", null) + } + + onWindowStageDestroy() { + //Main window is destroyed, release UI related resources + console.log("[Demo] MainAbility onWindowStageDestroy") + } + + onForeground() { + // Ability has brought to foreground + console.log("[Demo] MainAbility onForeground") + } + + onBackground() { + // Ability has back to background + console.log("[Demo] MainAbility onBackground") + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/pages/index/index.ets b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/pages/index/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..6a8c567d5a86048b1c269e4f00cc288ec136200b --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -0,0 +1,56 @@ +/* + * 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. + */ +import router from '@ohos.router'; +import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' +import { Hypium } from '@ohos/hypium' +import testsuite from '../../../test/List.test' + + +@Entry +@Component +struct Index { + + aboutToAppear(){ + console.info("start run testcase!!!!") + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + console.info('start run testcase!!!') + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + build() { + Flex({ direction:FlexDirection.Column, alignItems:ItemAlign.Center, justifyContent: FlexAlign.Center }) { + Text('Hello World') + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(25) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .onClick(() => { + + }) + } + .width('100%') + .height('100%') + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/TestAbility.ts b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/TestAbility.ts new file mode 100644 index 0000000000000000000000000000000000000000..8028a70f8af44690b95a08bd177bca6b09f24687 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/TestAbility.ts @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2022 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. + */ +import Ability from '@ohos.app.ability.UIAbility' + +export default class TestAbility extends Ability { + onCreate(want, launchParam) { + console.log('TestAbility onCreate') + } + + onDestroy() { + console.log('TestAbility onDestroy') + } + + onWindowStageCreate(windowStage) { + console.log('TestAbility onWindowStageCreate') + windowStage.loadContent("TestAbility/pages/index", (err, data) => { + if (err.code) { + console.error('Failed to load the content. Cause:' + JSON.stringify(err)); + return; + } + console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data)) + }); + + globalThis.abilityContext = this.context; + } + + onWindowStageDestroy() { + console.log('TestAbility onWindowStageDestroy') + } + + onForeground() { + console.log('TestAbility onForeground') + } + + onBackground() { + console.log('TestAbility onBackground') + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/pages/index.ets b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/pages/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b93567f962921124b282f78c8ef123965d1460c9 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestAbility/pages/index.ets @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2022 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. + */ +import router from '@ohos.router'; + +@Entry +@Component +struct Index { + aboutToAppear() { + console.info('TestAbility index aboutToAppear') + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..a4ee2f1652b3d04ce83ece64ef70f8dfa62a2dc8 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,78 @@ +/* + * Copyright (c) 2022 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. + */ +import TestRunner from '@ohos.application.testRunner' +import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +function translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s it', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun' + ]) + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams = `${targetParams} ${key} ${parameters[key]}` + } + } + return targetParams.trim() +} + +async function onAbilityCreateCallback() { + console.log("onAbilityCreateCallback"); +} + +async function addAbilityMonitorCallback(err: any) { + console.info("addAbilityMonitorCallback : " + JSON.stringify(err)) +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + console.info("OpenHarmonyTestRunner OnPrepare ") + } + + async onRun() { + console.log('OpenHarmonyTestRunner onRun run') + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.MainAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a com.example.myapplication.MainAbility' + ' -b ' + abilityDelegatorArguments.bundleName + cmd += ' '+translateParamsToString(abilityDelegatorArguments.parameters) + var debug = abilityDelegatorArguments.parameters["-D"] + if (debug == 'true') + { + cmd += ' -D' + } + console.info('cmd : '+cmd) + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + console.info('executeShellCommand : err : ' + JSON.stringify(err)); + console.info('executeShellCommand : data : ' + d.stdResult); + console.info('executeShellCommand : data : ' + d.exitCode); + }) + console.info('OpenHarmonyTestRunner onRun end') + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/List.test.ets b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..bb0c922163f5ddc7c849b8fb0bf76319181462d6 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/List.test.ets @@ -0,0 +1,18 @@ +/* + * 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. + */ +import getExifNoLocationTest from "./getExifNoLocation.test.ets"; +export default function testsuite() { + getExifNoLocationTest(globalThis.abilityContext); +} diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/getExifNoLocation.test.ets b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/getExifNoLocation.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..08ef7bf29c1ae36366be4bda0629f146f1e4e8f7 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/ets/test/getExifNoLocation.test.ets @@ -0,0 +1,100 @@ +/* + * Copyright (C) 2022 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. + */ +import image from "@ohos.multimedia.image"; +import mediaLibrary from "@ohos.multimedia.mediaLibrary"; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from "deccjsunit/index"; +import abilityAccessCtrl from "@ohos.abilityAccessCtrl"; +import bundle from "@ohos.bundle"; +import uitest from "@ohos.uitest"; + +import { sleep } from "../../../../../../common"; + +export default function getExifNoLocation(abilityContext) { + describe("getExifNoLocation", function () { + beforeAll(async function () { + console.info("beforeAll case"); + + let permissions = ["ohos.permission.READ_MEDIA"]; + abilityContext.requestPermissionsFromUser(permissions, (data) => { + console.info(`getPermission requestPermissionsFromUser ${JSON.stringify(data)}`); + }); + await sleep(200); + + let driver = uitest.Driver.create(); + await sleep(200); + + let button = await driver.findComponent(uitest.ON.text("允许")); + await button.click(); + let appInfo = await bundle.getApplicationInfo("ohos.acts.multimedia.mediaLibrary", 0, 100); + let tokenID = appInfo.accessTokenId; + let atManager = abilityAccessCtrl.createAtManager(); + let isGranted = await atManager.verifyAccessToken(tokenID, "ohos.permission.READ_MEDIA"); + if (isGranted != 0) { + console.info("getpermission failed"); + } + }); + beforeEach(function () { + console.info("beforeEach case"); + }); + afterEach(async function () { + console.info("afterEach case"); + }); + afterAll(function () { + console.info("afterAll case"); + }); + let redactionGpsValue = "0/0, 0/0, 0/0, 0/0, 0/0, 0/0, 0/0, 0/0"; + let redactionRefValue = ""; + var media = mediaLibrary.getMediaLibrary(abilityContext); + const fileKeyObj = mediaLibrary.FileKey; + let imageType = mediaLibrary.MediaType.IMAGE; + + /** + * @tc.number : SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001 + * @tc.name : getImageProperty + * @tc.desc : open("r") + * @tc.size : MEDIUM + * @tc.type : Function + * @tc.level : Level 0 + */ + it("SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001", 0, async function (done) { + try { + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001 start1"); + let fetchOp = { + selections: fileKeyObj.RELATIVE_PATH + "= ? AND " + fileKeyObj.MEDIA_TYPE + "= ?", + selectionArgs: ["Pictures/Images/", imageType.toString()], + }; + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001 start2"); + let fetchFileResult = await media.getFileAssets(fetchOp); + const asset = await fetchFileResult.getFirstObject(); + let fd = await asset.open("r"); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001 fd: " + fd); + const imageSource = image.createImageSource(fd); + let value1 = await imageSource.getImageProperty("GPSLatitude"); + let value2 = await imageSource.getImageProperty("GPSLongitude"); + let value3 = await imageSource.getImageProperty("GPSLatitudeRef"); + let value4 = await imageSource.getImageProperty("GPSLongitudeRef"); + expect(value1).assertEqual(redactionGpsValue); + expect(value2).assertEqual(redactionGpsValue); + expect(value3).assertEqual(redactionRefValue); + expect(value4).assertEqual(redactionRefValue); + done(); + } catch (error) { + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFNOLOCATION_001 error: " + error); + expect(false).assertTrue(); + done(); + } + }); + }); +} diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/module.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/module.json new file mode 100644 index 0000000000000000000000000000000000000000..f89c932e2fbbc8bb0928aeed336630c27113e1ff --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/module.json @@ -0,0 +1,61 @@ +{ + "module": { + "name": "phone", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:phone_entry_dsc", + "mainElement": "MainAbility", + "deviceTypes": [ + "tablet", + "default", + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "uiSyntax": "ets", + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "com.example.myapplication.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:phone_entry_main", + "icon": "$media:icon", + "label": "$string:entry_label", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "use ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.READ_MEDIA", + "reason": "use ohos.permission.READ_MEDIA" + } + ] + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/element/string.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae43f018e75d1140cf2c0c85a6a14fc369a0c50 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/element/string.json @@ -0,0 +1,32 @@ +{ + "string": [ + { + "name": "phone_entry_dsc", + "value": "i am an entry for phone" + }, + { + "name": "phone_entry_main", + "value": "the phone entry ability" + }, + { + "name": "entry_label", + "value": "ActsMediaLibraryTest" + }, + { + "name": "form_description", + "value": "mediaLibrary" + }, + { + "name": "serviceability_description", + "value": "mediaLibrary" + }, + { + "name": "description_application", + "value": "mediaLibrary test" + }, + { + "name": "app_name", + "value": "ActsMediaLibraryTest" + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/media/icon.png b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/media/icon.png differ diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/profile/main_pages.json b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..ceb075cd80946aade673d707aac904fb8998bce9 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "MainAbility/pages/index/index" + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExifNoLocation/signature/openharmony_sx.p7b b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..9c7fac97dde577f20d65b199da244a72f925ed50 Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExifNoLocation/signature/openharmony_sx.p7b differ diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/app.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/app.json new file mode 100644 index 0000000000000000000000000000000000000000..803955ad0d2a5b4ce4e103816a6a917b4701286b --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/app.json @@ -0,0 +1,21 @@ +{ + "app": { + "bundleName": "ohos.acts.multimedia.mediaLibrary", + "vendor": "huawei", + "versionCode": 1000000, + "versionName": "1.0.0", + "debug": false, + "icon": "$media:icon", + "label": "$string:app_name", + "description": "$string:description_application", + "distributedNotificationEnabled": true, + "keepAlive": true, + "singleUser": true, + "minAPIVersion": 9, + "targetAPIVersion": 9, + "car": { + "apiCompatibleVersion": 9, + "singleUser": false + } + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/element/string.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..ee69f9a861d9dc269ed6638735d52674583498e1 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"app_name", + "value":"ohosProject" + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/media/app_icon.png b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExiflocation/AppScope/resources/base/media/app_icon.png differ diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/BUILD.gn b/multimedia/medialibrary/mediaLibrary_getExiflocation/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..d5d7f7bcaace84438212a21a657e082f5c2d3fdd --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/BUILD.gn @@ -0,0 +1,41 @@ +# 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. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("mediaLibrary_getExifLocation_hap") { + hap_profile = "entry/src/main/module.json" + js_build_mode = "debug" + deps = [ + ":mediaLibrary_js_assets", + ":mediaLibrary_resources", + ] + ets2abc = true + certificate_profile = "signature/openharmony_sx.p7b" + hap_name = "ActsMediaLibraryGetExifLocationTest" +} + +ohos_app_scope("medialibrary_app_profile") { + app_profile = "AppScope/app.json" + sources = [ "AppScope/resources" ] +} + +ohos_js_assets("mediaLibrary_js_assets") { + source_dir = "entry/src/main/ets" +} + +ohos_resources("mediaLibrary_resources") { + sources = [ "entry/src/main/resources" ] + deps = [ ":medialibrary_app_profile" ] + hap_profile = "entry/src/main/module.json" +} diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/Test.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/Test.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a3e24b0bbb05e50404b4506ed2979e6dfc3740 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/Test.json @@ -0,0 +1,60 @@ +{ + "description": "Configuration for mediaLibrary Tests", + "driver": { + "type": "OHJSUnitTest", + "test-timeout": "180000", + "bundle-name": "ohos.acts.multimedia.mediaLibrary", + "module-name": "phone", + "shell-timeout": "600000", + "testcase-timeout": 70000 + }, + "kits": [ + { + "type": "ShellKit", + "pre-push": [], + "run-command": [ + "rm -rf /storage/media/100/local/files/*", + "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.MediaLibraryDataA/*", + "mkdir -pv /storage/media/100/local/files/{Pictures,Videos,Audios,Documents}", + "mkdir -p /storage/media/100/local/temp", + "param set persist.ace.testmode.enabled 1", + "power-shell wakeup", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", + "power-shell setmode 602" + ] + }, + { + "type": "PushKit", + "pre-push": [], + "push": [ + "./resource/medialibrary/test_exif.jpg ->/storage/media/100/local/temp" + ] + }, + { + "type": "ShellKit", + "run-command": [ + "mkdir -pv /storage/media/100/local/files/Pictures/Images", + "cp /storage/media/100/local/temp/test_exif.jpg /storage/media/100/local/files/Pictures/Images/test_exif.jpg", + "chmod -R 777 /storage/media/100/local/files/*", + "chmod -R 777 /data/service/el2/100/hmdfs/account/files/*", + "hilog -Q pidoff", + "hilog -p off", + "hilog -b I", + "hilog -b D -D 0xD002B70", + "scanner", + "sleep 10" + ], + "teardown-command": [ + "hilog -b X -D 0xD002B70", + "power-shell setmode 600" + ] + }, + { + "test-file-name": [ + "ActsMediaLibraryGetExifLocationTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/Application/AbilityStage.ts b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/Application/AbilityStage.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0e0206ea9fb5ce94ef140d69510b6280969dd8e --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/Application/AbilityStage.ts @@ -0,0 +1,9 @@ +import AbilityStage from "@ohos.app.ability.AbilityStage" + +export default class MyAbilityStage extends AbilityStage { + onCreate() { + console.log("[Demo] MyAbilityStage onCreate") + globalThis.stageOnCreateRun = 1; + globalThis.stageContext = this.context; + } +} diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/MainAbility.ts b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/MainAbility.ts new file mode 100644 index 0000000000000000000000000000000000000000..df41851318f3385890e235a96dfbcc0441cb13f1 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/MainAbility.ts @@ -0,0 +1,36 @@ +import Ability from '@ohos.app.ability.UIAbility' + +export default class MainAbility extends Ability { + onCreate(want, launchParam) { + // Ability is creating, initialize resources for this ability + console.log("[Demo] MainAbility onCreate") + globalThis.abilityWant = want; + } + + onDestroy() { + // Ability is destroying, release resources for this ability + console.log("[Demo] MainAbility onDestroy") + } + + async onWindowStageCreate(windowStage) { + console.log("[Demo] MainAbility onWindowStageCreate windowStage=" + windowStage) + globalThis.windowStage = windowStage + globalThis.abilityContext = this.context + windowStage.setUIContent(this.context, "MainAbility/pages/index/index", null) + } + + onWindowStageDestroy() { + //Main window is destroyed, release UI related resources + console.log("[Demo] MainAbility onWindowStageDestroy") + } + + onForeground() { + // Ability has brought to foreground + console.log("[Demo] MainAbility onForeground") + } + + onBackground() { + // Ability has back to background + console.log("[Demo] MainAbility onBackground") + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/pages/index/index.ets b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/pages/index/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..6a8c567d5a86048b1c269e4f00cc288ec136200b --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -0,0 +1,56 @@ +/* + * 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. + */ +import router from '@ohos.router'; +import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' +import { Hypium } from '@ohos/hypium' +import testsuite from '../../../test/List.test' + + +@Entry +@Component +struct Index { + + aboutToAppear(){ + console.info("start run testcase!!!!") + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + console.info('start run testcase!!!') + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + build() { + Flex({ direction:FlexDirection.Column, alignItems:ItemAlign.Center, justifyContent: FlexAlign.Center }) { + Text('Hello World') + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(25) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .onClick(() => { + + }) + } + .width('100%') + .height('100%') + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/TestAbility.ts b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/TestAbility.ts new file mode 100644 index 0000000000000000000000000000000000000000..8028a70f8af44690b95a08bd177bca6b09f24687 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/TestAbility.ts @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2022 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. + */ +import Ability from '@ohos.app.ability.UIAbility' + +export default class TestAbility extends Ability { + onCreate(want, launchParam) { + console.log('TestAbility onCreate') + } + + onDestroy() { + console.log('TestAbility onDestroy') + } + + onWindowStageCreate(windowStage) { + console.log('TestAbility onWindowStageCreate') + windowStage.loadContent("TestAbility/pages/index", (err, data) => { + if (err.code) { + console.error('Failed to load the content. Cause:' + JSON.stringify(err)); + return; + } + console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data)) + }); + + globalThis.abilityContext = this.context; + } + + onWindowStageDestroy() { + console.log('TestAbility onWindowStageDestroy') + } + + onForeground() { + console.log('TestAbility onForeground') + } + + onBackground() { + console.log('TestAbility onBackground') + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/pages/index.ets b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/pages/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b93567f962921124b282f78c8ef123965d1460c9 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestAbility/pages/index.ets @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2022 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. + */ +import router from '@ohos.router'; + +@Entry +@Component +struct Index { + aboutToAppear() { + console.info('TestAbility index aboutToAppear') + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..a4ee2f1652b3d04ce83ece64ef70f8dfa62a2dc8 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,78 @@ +/* + * Copyright (c) 2022 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. + */ +import TestRunner from '@ohos.application.testRunner' +import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +function translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s it', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun' + ]) + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams = `${targetParams} ${key} ${parameters[key]}` + } + } + return targetParams.trim() +} + +async function onAbilityCreateCallback() { + console.log("onAbilityCreateCallback"); +} + +async function addAbilityMonitorCallback(err: any) { + console.info("addAbilityMonitorCallback : " + JSON.stringify(err)) +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + console.info("OpenHarmonyTestRunner OnPrepare ") + } + + async onRun() { + console.log('OpenHarmonyTestRunner onRun run') + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.MainAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a com.example.myapplication.MainAbility' + ' -b ' + abilityDelegatorArguments.bundleName + cmd += ' '+translateParamsToString(abilityDelegatorArguments.parameters) + var debug = abilityDelegatorArguments.parameters["-D"] + if (debug == 'true') + { + cmd += ' -D' + } + console.info('cmd : '+cmd) + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + console.info('executeShellCommand : err : ' + JSON.stringify(err)); + console.info('executeShellCommand : data : ' + d.stdResult); + console.info('executeShellCommand : data : ' + d.exitCode); + }) + console.info('OpenHarmonyTestRunner onRun end') + } +}; \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/List.test.ets b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..8eacb140c2f826feb7f0984d9160af8f953efcfe --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/List.test.ets @@ -0,0 +1,18 @@ +/* + * 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. + */ +import getExifLocationTest from "./getExifLocation.test.ets"; +export default function testsuite() { + getExifLocationTest(globalThis.abilityContext); +} diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/getExifLocation.test.ets b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/getExifLocation.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f91a01ee6919a896c71d59b8ae94b1bd3141b9f4 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/ets/test/getExifLocation.test.ets @@ -0,0 +1,103 @@ +/* + * Copyright (C) 2022 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. + */ +import image from "@ohos.multimedia.image"; +import mediaLibrary from "@ohos.multimedia.mediaLibrary"; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from "deccjsunit/index"; +import abilityAccessCtrl from "@ohos.abilityAccessCtrl"; +import bundle from "@ohos.bundle"; +import uitest from "@ohos.uitest"; + +import { sleep } from "../../../../../../common"; + +export default function getExifLocation(abilityContext) { + describe("getExifLocation", function () { + beforeAll(async function () { + console.info("beforeAll case"); + + let permissions = ["ohos.permission.MEDIA_LOCATION", "ohos.permission.READ_MEDIA"]; + abilityContext.requestPermissionsFromUser(permissions, (data) => { + console.info(`getPermission requestPermissionsFromUser ${JSON.stringify(data)}`); + }); + await sleep(200); + + let driver = uitest.Driver.create(); + await sleep(200); + + let button = await driver.findComponent(uitest.ON.text("允许")); + await button.click(); + + let appInfo = await bundle.getApplicationInfo("ohos.acts.multimedia.mediaLibrary", 0, 100); + let tokenID = appInfo.accessTokenId; + let atManager = abilityAccessCtrl.createAtManager(); + let isGranted1 = await atManager.verifyAccessToken(tokenID, "ohos.permission.MEDIA_LOCATION"); + let isGranted2 = await atManager.verifyAccessToken(tokenID, "ohos.permission.READ_MEDIA"); + if (!(isGranted1 == 0 && isGranted2 == 0)) { + console.info("getpermission failed"); + } + }); + beforeEach(function () { + console.info("beforeEach case"); + }); + afterEach(async function () { + console.info("afterEach case"); + }); + afterAll(function () { + console.info("afterAll case"); + }); + + var media = mediaLibrary.getMediaLibrary(abilityContext); + const fileKeyObj = mediaLibrary.FileKey; + let imageType = mediaLibrary.MediaType.IMAGE; + + /** + * @tc.number : SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 + * @tc.name : getImageProperty + * @tc.desc : open('r') + * @tc.size : MEDIUM + * @tc.type : Function + * @tc.level : Level 0 + */ + it("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001", 0, async function (done) { + try { + let fetchOp = { + selections: fileKeyObj.RELATIVE_PATH + "= ? AND " + fileKeyObj.MEDIA_TYPE + "= ?", + selectionArgs: ["Pictures/Images/", imageType.toString()], + }; + let fetchFileResult = await media.getFileAssets(fetchOp); + const asset = await fetchFileResult.getFirstObject(); + let fd = await asset.open("r"); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 fd: " + fd); + const imageSource = image.createImageSource(fd); + let value1 = await imageSource.getImageProperty("GPSLatitude"); + let value2 = await imageSource.getImageProperty("GPSLongitude"); + let value3 = await imageSource.getImageProperty("GPSLatitudeRef"); + let value4 = await imageSource.getImageProperty("GPSLongitudeRef"); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 value1: " + value1); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 value2: " + value2); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 value3: " + value3); + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 value4: " + value4); + expect(value1.search("38") != -1).assertTrue(); + expect(value2.search("9") != -1).assertTrue(); + expect(value3).assertEqual("N"); + expect(value4).assertEqual("W"); + done(); + } catch (error) { + console.info("SUB_MEDIA_MEDIALIBRARY_GETEXIFLOCATION_001 error: " + error); + expect(false).assertTrue(); + done(); + } + }); + }); +} diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/module.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/module.json new file mode 100644 index 0000000000000000000000000000000000000000..3edbbf74edbb92acf113b6ed13f1edf80d0aa5b7 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/module.json @@ -0,0 +1,65 @@ +{ + "module": { + "name": "phone", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:phone_entry_dsc", + "mainElement": "MainAbility", + "deviceTypes": [ + "tablet", + "default", + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "uiSyntax": "ets", + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "com.example.myapplication.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:phone_entry_main", + "icon": "$media:icon", + "label": "$string:entry_label", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "use ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.MEDIA_LOCATION", + "reason": "use ohos.permission.MEDIA_LOCATION" + }, + { + "name": "ohos.permission.READ_MEDIA", + "reason": "use ohos.permission.READ_MEDIA" + } + ] + } +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/element/string.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae43f018e75d1140cf2c0c85a6a14fc369a0c50 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/element/string.json @@ -0,0 +1,32 @@ +{ + "string": [ + { + "name": "phone_entry_dsc", + "value": "i am an entry for phone" + }, + { + "name": "phone_entry_main", + "value": "the phone entry ability" + }, + { + "name": "entry_label", + "value": "ActsMediaLibraryTest" + }, + { + "name": "form_description", + "value": "mediaLibrary" + }, + { + "name": "serviceability_description", + "value": "mediaLibrary" + }, + { + "name": "description_application", + "value": "mediaLibrary test" + }, + { + "name": "app_name", + "value": "ActsMediaLibraryTest" + } + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/media/icon.png b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/media/icon.png differ diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/profile/main_pages.json b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..ceb075cd80946aade673d707aac904fb8998bce9 --- /dev/null +++ b/multimedia/medialibrary/mediaLibrary_getExiflocation/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "MainAbility/pages/index/index" + ] +} \ No newline at end of file diff --git a/multimedia/medialibrary/mediaLibrary_getExiflocation/signature/openharmony_sx.p7b b/multimedia/medialibrary/mediaLibrary_getExiflocation/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..30d0df085b93cd9a9cc16a266651fbcb166696ed Binary files /dev/null and b/multimedia/medialibrary/mediaLibrary_getExiflocation/signature/openharmony_sx.p7b differ