提交 220a515a 编写于 作者: X xiongwei

Replace P7B in normal mode

Signed-off-by: Nxiongwei <xiongwei84@huawei.com>
上级 fc273718
......@@ -16,7 +16,7 @@ group("graphic") {
testonly = true
if (is_standard_system) {
deps = [
#"effectKit:EffectKitTest",
"effectKit:EffectKitTest",
"graphicColorSpace:ActsColorSpaceManagerTest",
"graphicnapidrawingtest:ActsGraphicNapiDrawingTest",
"graphicnapitest:ActsGraphicNapiTest",
......
{
"app": {
"bundleName": "com.example.myapplication",
"bundleName": "com.example.ActsEffectKitTest",
"vendor": "huawei",
"versionCode": 1000000,
"versionName": "1.0.0",
......
......@@ -3,7 +3,7 @@
"driver": {
"type": "JSUnitTest",
"test-timeout": "180000",
"package": "com.example.myapplication",
"package": "com.example.ActsEffectKitTest",
"shell-timeout": "600000"
},
"kits": [{
......
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册