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

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

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