未验证 提交 dff56900 编写于 作者: O openharmony_ci 提交者: Gitee

!5217 【包管理子系统】【master】修改ActsBmsStageEtsTest模块名+新增api覆盖

Merge pull request !5217 from ry/master
......@@ -25,7 +25,7 @@ group("bundlemanager") {
"actsbmsjstest:ActsBmsJsTest",
"actsbmsjsunpermissiontest:ActsBmsJsUnPermissionTest",
"actsbmsmetadatatest:ActsBmsMetaDataTest",
"actsbmsstageetstest:ActBmsStageEtsTest",
"actsbmsstageetstest:ActsBmsStageEtsTest",
"actsbundlemanageretstest:ActsBundleManagerEtsTest",
"actsbundlemanagertest:ActsBundleManagerTest",
"actsbundlenativetest:ActsBundleNativeTest",
......
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActBmsStageEtsTest") {
ohos_js_hap_suite("ActsBmsStageEtsTest") {
hap_profile = "entry/src/main/module.json"
deps = [
":actbmsstageetstest_js_assets",
......@@ -21,7 +21,7 @@ ohos_js_hap_suite("ActBmsStageEtsTest") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActBmsStageEtsTest"
hap_name = "ActsBmsStageEtsTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
......
......@@ -11,7 +11,7 @@
"kits": [
{
"test-file-name": [
"ActBmsStageEtsTest.hap"
"ActsBmsStageEtsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -51,9 +51,9 @@ const MAX_WINDOW_WIDTH_VALUE = 2560
const MIN_WINDOW_WIDTH_VALUE = 1400
const MAX_WINDOW_HEIGHT_VALUE = 300
const MIN_WINDOW_HEIGHT_VALUE = 200
const FULL_SCREEN_WINDOW_MODE = 0
const SPLIT_WINDOW_MODE = 1
const FLOATING_WINDOW_MODE = 2
const FULL_SCREEN_WINDOW_MODE = bundle.SupportWindowMode.FULL_SCREEN
const SPLIT_WINDOW_MODE = bundle.SupportWindowMode.SPLIT
const FLOATING_WINDOW_MODE = bundle.SupportWindowMode.FLOATING
export default function getWindowPorperties() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册