mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2025-02-17 06:28:19 +00:00
部件化整改:appexecfwk_path改为bundle_framework_path
Signed-off-by: Lotol <linxiangzhi@huawei.com> Change-Id: Iced7d767b9c484ad9b4b81e10aa3be58d9c7fc1f
This commit is contained in:
parent
f0234fe796
commit
3c0c0c20c5
@ -25,12 +25,12 @@ if (vendor_config_exist) {
|
||||
bundle_mgr_impl_include_dirs = []
|
||||
}
|
||||
|
||||
appexecfwk_path = "//foundation/bundlemanager/bundle_framework"
|
||||
common_path = "${appexecfwk_path}/common"
|
||||
services_path = "${appexecfwk_path}/services"
|
||||
kits_path = "${appexecfwk_path}/interfaces/kits"
|
||||
inner_api_path = "${appexecfwk_path}/interfaces/inner_api"
|
||||
tools_path = "${appexecfwk_path}/tools"
|
||||
bundle_framework_path = "//foundation/bundlemanager/bundle_framework"
|
||||
common_path = "${bundle_framework_path}/common"
|
||||
services_path = "${bundle_framework_path}/services"
|
||||
kits_path = "${bundle_framework_path}/interfaces/kits"
|
||||
inner_api_path = "${bundle_framework_path}/interfaces/inner_api"
|
||||
tools_path = "${bundle_framework_path}/tools"
|
||||
base_path = "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base"
|
||||
core_path = "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core"
|
||||
|
||||
|
@ -14,5 +14,6 @@
|
||||
import("../appexecfwk.gni")
|
||||
|
||||
srms_inner_api_path =
|
||||
"${appexecfwk_path}/service_router_framework/interfaces/inner_api"
|
||||
srms_services_path = "${appexecfwk_path}/service_router_framework/services/srms"
|
||||
"${bundle_framework_path}/service_router_framework/interfaces/inner_api"
|
||||
srms_services_path =
|
||||
"${bundle_framework_path}/service_router_framework/services/srms"
|
||||
|
@ -22,9 +22,9 @@ config("bundlemgr_test_config") {
|
||||
"${inner_api_path}/appexecfwk_core/include/bundlemgr",
|
||||
"${inner_api_path}/appexecfwk_core/include/distributed_manager",
|
||||
"${inner_api_path}/appexecfwk_core/include/free_install",
|
||||
"${appexecfwk_path}/services/bundlemgr/include/overlay",
|
||||
"${appexecfwk_path}/services/bundlemgr/include/sandbox_app",
|
||||
"${appexecfwk_path}/services/bundlemgr/include/shared",
|
||||
"${bundle_framework_path}/services/bundlemgr/include/overlay",
|
||||
"${bundle_framework_path}/services/bundlemgr/include/sandbox_app",
|
||||
"${bundle_framework_path}/services/bundlemgr/include/shared",
|
||||
"mock/include",
|
||||
]
|
||||
|
||||
|
@ -50,14 +50,14 @@ ohos_unittest("BmsBundleAccessTokenIdTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest2:bmsAccessTokentest2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle1:bmsThirdBundle1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle2:bmsThirdBundle2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/thumbnailTest2:thumbnailTest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest2:bmsAccessTokentest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle1:bmsThirdBundle1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle2:bmsThirdBundle2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/thumbnailTest2:thumbnailTest2",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -52,8 +52,8 @@ ohos_unittest("BmsBundleAppControlTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle1:bmsThirdBundle1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsThirdBundle1:bmsThirdBundle1",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -50,8 +50,8 @@ ohos_unittest("BmsBundleAppProvisionInfoTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -50,10 +50,10 @@ ohos_unittest("BmsBundleCrowdtestingTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_B:dependencies_entry_B",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_C:dependencies_entry_C",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_B:dependencies_entry_B",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_C:dependencies_entry_C",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -18,7 +18,7 @@ config("private_config") {
|
||||
include_dirs = [
|
||||
"${inner_api_path}/appexecfwk_core/include/bundlemgr",
|
||||
"${inner_api_path}/appexecfwk_base/include",
|
||||
"${appexecfwk_path}/libs/test/mockpermission/permission",
|
||||
"${bundle_framework_path}/libs/test/mockpermission/permission",
|
||||
"${services_path}/bundlemgr/test/mock/include",
|
||||
"//third_party/json/include",
|
||||
]
|
||||
|
@ -50,8 +50,8 @@ ohos_unittest("BmsBundleDefaultAppTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/defaultAppTest:defaultAppTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/defaultAppTest:defaultAppTest",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -50,11 +50,11 @@ ohos_unittest("BmsBundleDependenciesTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry:dependencies_entry",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_A:dependencies_entry_A",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_B:dependencies_entry_B",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_C:dependencies_entry_C",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry:dependencies_entry",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_A:dependencies_entry_A",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_B:dependencies_entry_B",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_C:dependencies_entry_C",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -39,8 +39,8 @@ ohos_unittest("BmsBundleExceptionHandlerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry:dependencies_entry",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_dependencies/dependencies_entry:dependencies_entry",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
|
||||
deps += bundle_install_deps
|
||||
|
@ -48,8 +48,8 @@ ohos_unittest("BmsBundleHapVerifyTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -50,13 +50,13 @@ ohos_unittest("BmsBundleHspTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_A:hsp_A",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_B:hsp_B",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_C:hsp_C",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_C2:hsp_C2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_D:hsp_D",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_hsp/hsp_entry:hsp_entry",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_A:hsp_A",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_B:hsp_B",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_C:hsp_C",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_C2:hsp_C2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_D:hsp_D",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_hsp/hsp_entry:hsp_entry",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
@ -160,15 +160,15 @@ ohos_unittest("BmsBundleSharedLibraryInstallTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/host2_hap:host2_hap",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/host_hap:host_hap",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_normal_hap:libA_normal_hap",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_v10000:libA_v10000",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_v10001:libA_v10001",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_v10002:libA_v10002",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_without_provision:libA_without_provision",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libB_v10001:libB_v10001",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/host2_hap:host2_hap",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/host_hap:host_hap",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_normal_hap:libA_normal_hap",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_v10000:libA_v10000",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_v10001:libA_v10001",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_v10002:libA_v10002",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_without_provision:libA_without_provision",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libB_v10001:libB_v10001",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
@ -272,10 +272,10 @@ ohos_unittest("BmsBundleSharedLibraryUninstallTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/host_hap:host_hap",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_v10001:libA_v10001",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_share_library/libA_v10002:libA_v10002",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/host_hap:host_hap",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_v10001:libA_v10001",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_share_library/libA_v10002:libA_v10002",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -46,26 +46,26 @@ ohos_unittest("BmsBundleInstallerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/backupTest:backupTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/devicetype_error:devicetype_error",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/moduleJsonTest:moduleJsonTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/previewTest:previewTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/signatureTest:signatureTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/system_module:system_module",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/backupTest:backupTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/devicetype_error:devicetype_error",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/moduleJsonTest:moduleJsonTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/previewTest:previewTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/signatureTest:signatureTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/system_module:system_module",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
@ -190,35 +190,35 @@ ohos_unittest("BmsMultipleBundleInstallerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/eighth_right:eighth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/eleventh_right:eleventh_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fifteenth_right:fifteenth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_diff_minCompCode:first_diff_minCompCode",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_diff_release_type:first_diff_release_type",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right_compCode:first_right_compCode",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right_with_diff_moduleName:first_right_with_diff_moduleName",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right_with_diff_moduleType:first_right_with_diff_moduleType",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fourteenth_right:fourteenth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/ninth_right:ninth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_backup_right:second_backup_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_right_with_same_moduleName:second_right_with_same_moduleName",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/sixteenth_right:sixteenth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/sixth_right:sixth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/tenth_right:tenth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/thirteenth_right:thirteenth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/twelfth_right:twelfth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/eighth_right:eighth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/eleventh_right:eleventh_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fifteenth_right:fifteenth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_diff_minCompCode:first_diff_minCompCode",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_diff_release_type:first_diff_release_type",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right_compCode:first_right_compCode",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right_with_diff_moduleName:first_right_with_diff_moduleName",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right_with_diff_moduleType:first_right_with_diff_moduleType",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fourteenth_right:fourteenth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/ninth_right:ninth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_backup_right:second_backup_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_right_with_same_moduleName:second_right_with_same_moduleName",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/sixteenth_right:sixteenth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/sixth_right:sixth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/tenth_right:tenth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/thirteenth_right:thirteenth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/twelfth_right:twelfth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -51,8 +51,8 @@ ohos_unittest("BmsBundleKitServiceTest") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_kit/test:test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_kit/test:test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
@ -164,8 +164,8 @@ ohos_unittest("BmsBundleGetWindowPropertiesTest") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/sandboxTest:sandboxTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/sandboxTest:sandboxTest",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -46,10 +46,10 @@ ohos_unittest("BmsBundleManagerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/backupTest:backupTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/previewTest:previewTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/backupTest:backupTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/previewTest:previewTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/thumbnailTest:thumbnailTest",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -46,8 +46,8 @@ ohos_unittest("BmsBundleParserTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/parse_bundle/new:new",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/parse_bundle/new:new",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
]
|
||||
|
||||
|
@ -54,18 +54,18 @@ ohos_unittest("BmsBundlePermissionGrantTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission3:bmsGrantPermission3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission4:bmsGrantPermission4",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission6:bmsGrantPermission6",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission7:bmsGrantPermission7",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission3:bmsGrantPermission3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission4:bmsGrantPermission4",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission6:bmsGrantPermission6",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission7:bmsGrantPermission7",
|
||||
]
|
||||
|
||||
if (bundle_framework_graphics) {
|
||||
deps += [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
}
|
||||
|
||||
@ -182,14 +182,14 @@ ohos_unittest("BmsBundlePermissionFalseTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
]
|
||||
|
||||
if (bundle_framework_graphics) {
|
||||
deps += [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
}
|
||||
|
||||
@ -307,14 +307,14 @@ ohos_unittest("BmsBundlePermissionSyetemAppFalseTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/permission_bundle/bmsGrantPermission1:bmsGrantPermission1",
|
||||
]
|
||||
|
||||
if (bundle_framework_graphics) {
|
||||
deps += [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -52,8 +52,8 @@ ohos_unittest("BmsBundleQuickFixBootScannerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -52,8 +52,8 @@ ohos_unittest("BmsBundleQuickFixDeleterTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -49,9 +49,9 @@ ohos_unittest("BmsBundleQuickFixManagerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -51,9 +51,9 @@ ohos_unittest("BmsBundleQuickFixMgrRdbTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
]
|
||||
if (bundle_framework_graphics) {
|
||||
include_dirs += [ "../../../../../../../multimedia/image_framework/interfaces/innerkits/include" ]
|
||||
@ -62,8 +62,8 @@ ohos_unittest("BmsBundleQuickFixMgrRdbTest") {
|
||||
deps += bundle_install_deps
|
||||
|
||||
deps += [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
|
@ -41,8 +41,8 @@ ohos_unittest("BmsBundleQuickFixQueryTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -52,8 +52,8 @@ ohos_unittest("BmsBundleQuickFixSwitcherTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -48,9 +48,9 @@ ohos_unittest("BmsBundleQuickFixTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest1:bmsAccessTokentest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/bmsAccessTokentest3:bmsAccessTokentest3",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -50,9 +50,9 @@ ohos_unittest("BmsBundleResourceManagerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/defaultAppTest:defaultAppTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/resourceManagerTest:resourceManagerTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/defaultAppTest:defaultAppTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/resourceManagerTest:resourceManagerTest",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -48,9 +48,9 @@ ohos_unittest("BmsSandboxAppTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/sandboxTest:sandboxTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/sandboxTest:sandboxTest",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -53,19 +53,19 @@ ohos_unittest("BmsBundleUninstallerTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -57,19 +57,19 @@ ohos_unittest("BmsBundleUpdaterTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fifth_right:fifth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/first_right:first_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/fourth_right:fourth_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest1:rightTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/second_right:second_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/seventh_right:seventh_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/third_right:third_right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest1:versionTest1",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest2:versionTest2",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/versionTest3:versionTest3",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/wrong_bundle_name:wrong_bundle_name",
|
||||
]
|
||||
deps += bundle_install_deps
|
||||
|
||||
|
@ -52,8 +52,8 @@ ohos_unittest("BmsDeviceManagerTest") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/bundle_kit/test:test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/bundle_kit/test:test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"//third_party/googletest:gmock",
|
||||
]
|
||||
|
||||
|
@ -41,9 +41,9 @@ ohos_unittest("BmsInstallDaemonTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/install_daemon/right:right",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/install_daemon/right:right",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/test_bundle/rightTest:rightTest",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
]
|
||||
|
||||
|
@ -46,7 +46,7 @@ ohos_unittest("BmsPatchParserTest") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/unittest/ohos_test:copy_ohos_test",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
]
|
||||
|
||||
|
@ -35,10 +35,10 @@ ohos_moduletest("BmsBundleParserModuleTest") {
|
||||
cflags += [ "-DBINDER_IPC_32BIT" ]
|
||||
}
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/moduletest/ohos_test:copy_ohos_test",
|
||||
"${appexecfwk_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle1:mstbmsThirdBundle1",
|
||||
"${appexecfwk_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle14:mstbmsThirdBundle14",
|
||||
"${appexecfwk_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle2:mstbmsThirdBundle2",
|
||||
"${bundle_framework_path}/test/sceneProject/moduletest/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle1:mstbmsThirdBundle1",
|
||||
"${bundle_framework_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle14:mstbmsThirdBundle14",
|
||||
"${bundle_framework_path}/test/sceneProject/moduletest/other_bundle/bmsThirdBundle2:mstbmsThirdBundle2",
|
||||
"${common_path}:libappexecfwk_common",
|
||||
"${services_path}/bundlemgr:bundle_parser",
|
||||
]
|
||||
|
@ -27,8 +27,8 @@ ohos_benchmarktest("BenchmarkTestInstallerProxy") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"${appexecfwk_path}/test/sceneProject/benchmark/benchmarktesthap:benchmarktesthap",
|
||||
"${appexecfwk_path}/test/sceneProject/benchmark/ohos_test:copy_ohos_test",
|
||||
"${bundle_framework_path}/test/sceneProject/benchmark/benchmarktesthap:benchmarktesthap",
|
||||
"${bundle_framework_path}/test/sceneProject/benchmark/ohos_test:copy_ohos_test",
|
||||
"${services_path}/test/moduletest/utils:tool_common",
|
||||
"//third_party/benchmark:benchmark",
|
||||
]
|
||||
|
@ -23,7 +23,7 @@ ohos_fuzztest("BundleInfoFromJsonFuzzTest") {
|
||||
module_out_path = module_output_path
|
||||
fuzz_config_file = "../../fuzztest/bundleinfofromjson_fuzzer"
|
||||
|
||||
configs = [ "${appexecfwk_path}/services/bundlemgr/test/unittest/bms_bundle_data_storage_test:private_config" ]
|
||||
configs = [ "${bundle_framework_path}/services/bundlemgr/test/unittest/bms_bundle_data_storage_test:private_config" ]
|
||||
cflags = [
|
||||
"-g",
|
||||
"-O0",
|
||||
|
@ -12,8 +12,8 @@
|
||||
# limitations under the License.
|
||||
import("//build/ohos.gni")
|
||||
import("../../../../../appexecfwk.gni")
|
||||
SUBDEMOSYSTEM_DIR = "${appexecfwk_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1"
|
||||
SUBST_TOOLS_DIR = "${appexecfwk_path}/test/resource/common"
|
||||
SUBDEMOSYSTEM_DIR = "${bundle_framework_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1"
|
||||
SUBST_TOOLS_DIR = "${bundle_framework_path}/test/resource/common"
|
||||
config("third_page_demo1_config") {
|
||||
visibility = [ ":*" ]
|
||||
include_dirs = [
|
||||
|
@ -12,8 +12,8 @@
|
||||
# limitations under the License.
|
||||
import("//build/ohos.gni")
|
||||
import("../../../../../appexecfwk.gni")
|
||||
SUBDEMOSYSTEM_DIR = "${appexecfwk_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2"
|
||||
SUBST_TOOLS_DIR = "${appexecfwk_path}/test/resource/common"
|
||||
SUBDEMOSYSTEM_DIR = "${bundle_framework_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2"
|
||||
SUBST_TOOLS_DIR = "${bundle_framework_path}/test/resource/common"
|
||||
config("third_page_demo2_config") {
|
||||
visibility = [ ":*" ]
|
||||
include_dirs = [
|
||||
|
@ -12,8 +12,8 @@
|
||||
# limitations under the License.
|
||||
import("//build/ohos.gni")
|
||||
import("../../../../../appexecfwk.gni")
|
||||
SUBDEMOSYSTEM_DIR = "${appexecfwk_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3"
|
||||
SUBST_TOOLS_DIR = "${appexecfwk_path}/test/resource/common"
|
||||
SUBDEMOSYSTEM_DIR = "${bundle_framework_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3"
|
||||
SUBST_TOOLS_DIR = "${bundle_framework_path}/test/resource/common"
|
||||
config("third_page_demo3_config") {
|
||||
visibility = [ ":*" ]
|
||||
include_dirs = [
|
||||
|
@ -12,8 +12,8 @@
|
||||
# limitations under the License.
|
||||
import("//build/ohos.gni")
|
||||
import("../../../../../appexecfwk.gni")
|
||||
SUBDEMOSYSTEM_DIR = "${appexecfwk_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4"
|
||||
SUBST_TOOLS_DIR = "${appexecfwk_path}/test/resource/common"
|
||||
SUBDEMOSYSTEM_DIR = "${bundle_framework_path}/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4"
|
||||
SUBST_TOOLS_DIR = "${bundle_framework_path}/test/resource/common"
|
||||
config("third_page_demo4_config") {
|
||||
visibility = [ ":*" ]
|
||||
include_dirs = [
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("benchmarktesthap") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.l3jsdemo.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.l3jsdemo.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("mstbmsThirdBundle1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("mstbmsThirdBundle14") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/bundlename_empty.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/bundlename_empty.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("mstbmsThirdBundle2") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("bundleClient1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.ohosproject.hmservice.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.ohosproject.hmservice.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle2") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third2.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle3") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle4") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle5") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("bmsThirdBundle6") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.third6.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.third6.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("bmsThirdBundleDataAbility") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.dataability.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.dataability.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("bmsSystemBundle1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.system.hiworld.examples1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.system.hiworld.examples1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle10") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle12") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example12.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example12.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle13") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example5.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example5.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle17") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example6.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example6.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle2") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle24") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle25") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle26") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example3.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example3.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle28") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example5.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example5.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle3") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle4") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle41") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle42") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("stbmsThirdBundle43") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.big.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.big.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle44") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle45") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle5") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle6") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle7") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle8") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example3.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example3.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundle9") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example2.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("stbmsThirdBundles1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.system.hiworld.examples1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.system.hiworld.examples1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e21Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e23Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e3Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/123com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/123com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e4Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e5Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("e6Test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.third.hiworld.example1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("bmsVendorBundle1") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.vendor.hiworld.examplev1.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.vendor.hiworld.examplev1.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("pageAbilityBundleForInstall") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.ohos.tools.pageAbilityBundleForInstall.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.ohos.tools.pageAbilityBundleForInstall.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("pageAbilityBundleForUninstall") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.ohos.tools.pageAbilityBundleForUninstall.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.ohos.tools.pageAbilityBundleForUninstall.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("dependencies_entry") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("dependencies_entry_A") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("dependencies_entry_B") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("dependencies_entry_C") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.dependenciestest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_A") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_B") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_C") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_C2") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_D") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("hsp_entry") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.hsptest.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("test") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.bundlekit.test.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.bundlekit.test.p7b"
|
||||
}
|
||||
ohos_js_assets("hjs_demo_js_assets") {
|
||||
source_dir = "./src/main/js/default"
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("host2_hap") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.host2.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.host2.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("host_hap") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.host.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.host.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,7 +24,7 @@ ohos_hap("libA_normal_hap") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile = "${appexecfwk_path}/test/sceneProject/signature/com.example.liba_normal.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.liba_normal.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("libA_v10000") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.liba.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.liba.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
@ -24,8 +24,7 @@ ohos_hap("libA_v10001") {
|
||||
":hjs_demo_js_assets",
|
||||
":hjs_demo_resources",
|
||||
]
|
||||
certificate_profile =
|
||||
"${appexecfwk_path}/test/sceneProject/signature/com.example.liba.p7b"
|
||||
certificate_profile = "${bundle_framework_path}/test/sceneProject/signature/com.example.liba.p7b"
|
||||
}
|
||||
|
||||
ohos_app_scope("bmsstagedemoone_app_profile") {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user