diff --git a/graphic/BUILD.gn b/graphic/BUILD.gn index 2de310698bcefaaabb380adedff3e31e3c6324ea..dc1b328cc928f7deb419a17ade327b0640a22a6e 100755 --- a/graphic/BUILD.gn +++ b/graphic/BUILD.gn @@ -16,7 +16,7 @@ group("graphic") { testonly = true if (is_standard_system) { deps = [ - #"effectKit:EffectKitTest", + "effectKit:EffectKitTest", "graphicColorSpace:ActsColorSpaceManagerTest", "graphicnapidrawingtest:ActsGraphicNapiDrawingTest", "graphicnapitest:ActsGraphicNapiTest", diff --git a/graphic/effectKit/AppScope/app.json b/graphic/effectKit/AppScope/app.json index 2c223fed485d736ab9906abf778f3d48eeb6c7cf..f474af5ccb408e4a825530b9b2d9d9f859478396 100644 --- a/graphic/effectKit/AppScope/app.json +++ b/graphic/effectKit/AppScope/app.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.myapplication", + "bundleName": "com.example.ActsEffectKitTest", "vendor": "huawei", "versionCode": 1000000, "versionName": "1.0.0", diff --git a/graphic/effectKit/Test.json b/graphic/effectKit/Test.json index 2eb275e67708a715de88b94cd034be8cc4e381ef..8de59dbc4805d04eb75cf9fbb8ca4245163ea7b7 100644 --- a/graphic/effectKit/Test.json +++ b/graphic/effectKit/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "180000", - "package": "com.example.myapplication", + "package": "com.example.ActsEffectKitTest", "shell-timeout": "600000" }, "kits": [{ diff --git a/graphic/effectKit/entry/src/main/module.json b/graphic/effectKit/entry/src/main/module.json index 5782f132123737d8567c3ea6b9128f1dd5a7cb67..50fb31c61b7f56bb5825b3afc17aa7146ef01ec9 100644 --- a/graphic/effectKit/entry/src/main/module.json +++ b/graphic/effectKit/entry/src/main/module.json @@ -15,7 +15,7 @@ "uiSyntax": "ets", "pages": "$profile:main_pages", "abilities": [{ - "name": "com.example.myapplication.MainAbility", + "name": "com.example.ActsEffectKitTest.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main", "icon": "$media:icon", @@ -30,15 +30,6 @@ "entity.system.home" ] }] - }], - "requestPermissions": [{ - "name": "ohos.permission.SYSTEM_FLOAT_WINDOW", - "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" - }, - { - "name": "ohos.permission.CAPTURE_SCREEN", - "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" - } - ] + }] } } \ No newline at end of file diff --git a/graphic/effectKit/signature/openharmony_sx.p7b b/graphic/effectKit/signature/openharmony_sx.p7b index 6c0f124a79c8713f74f0b235c8946f2ecda32040..de829f88cd002fbcf4ee81c6dc73c1a8c9d001ac 100644 Binary files a/graphic/effectKit/signature/openharmony_sx.p7b and b/graphic/effectKit/signature/openharmony_sx.p7b differ