mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2025-02-03 17:17:45 +00:00
commit
c201706045
@ -49,7 +49,7 @@ ohos_shared_library("base") {
|
||||
public_configs = [ ":base_public_config" ]
|
||||
external_deps = [ "utils_base:utils" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_base"
|
||||
}
|
||||
|
||||
@ -85,7 +85,7 @@ ohos_shared_library("configuration") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_base"
|
||||
}
|
||||
|
||||
@ -111,7 +111,7 @@ ohos_shared_library("zuri") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_base"
|
||||
}
|
||||
|
||||
@ -171,7 +171,7 @@ ohos_shared_library("want") {
|
||||
|
||||
configs = [ ":want_config" ]
|
||||
public_configs = [ ":want_public_config" ]
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_base"
|
||||
}
|
||||
|
||||
|
@ -122,7 +122,7 @@ ohos_shared_library("libfms") {
|
||||
external_deps += [ "power_manager_native:powermgr_client" ]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -172,7 +172,7 @@ ohos_shared_library("fmskit_native") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -237,7 +237,7 @@ ohos_shared_library("form_manager") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ ohos_shared_library("formbindingdata_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -76,7 +76,7 @@ ohos_shared_library("formextension_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -112,7 +112,7 @@ ohos_shared_library("formextensioncontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -142,7 +142,7 @@ ohos_shared_library("forminfo_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -176,7 +176,7 @@ ohos_shared_library("formhost_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -209,7 +209,7 @@ ohos_shared_library("formmanager") {
|
||||
|
||||
relative_install_dir = "module/ability"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -244,7 +244,7 @@ ohos_shared_library("formprovider_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -273,7 +273,7 @@ ohos_shared_library("formutil_napi") {
|
||||
"napi:ace_napi",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
||||
@ -300,6 +300,6 @@ ohos_shared_library("formerror_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "form_runtime"
|
||||
}
|
||||
|
@ -44,6 +44,6 @@ ohos_shared_library("ability_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -64,6 +64,6 @@ ohos_shared_library("abilitymanager") {
|
||||
|
||||
relative_install_dir = "module/app"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -28,6 +28,6 @@ ohos_shared_library("abilityconstant_napi") {
|
||||
]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("abilitycontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ ohos_shared_library("abilitymanager_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -58,6 +58,6 @@ ohos_shared_library("abilitydelegatorregistry") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("abilitystage_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("abilitystagecontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -49,6 +49,6 @@ ohos_shared_library("napi_app_mgr") {
|
||||
}
|
||||
|
||||
relative_install_dir = "module"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ ohos_shared_library("appmanager_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("applicationcontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -44,6 +44,6 @@ ohos_shared_library("context_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ ohos_shared_library("errormanager_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("testrunner_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -44,6 +44,6 @@ ohos_shared_library("callee_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -44,6 +44,6 @@ ohos_shared_library("caller_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ ohos_shared_library("configurationconstant_napi") {
|
||||
]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ ohos_shared_library("datauriutils") {
|
||||
|
||||
relative_install_dir = "module/ability"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("extensioncontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -70,6 +70,6 @@ ohos_shared_library("featureability") {
|
||||
|
||||
relative_install_dir = "module/ability"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -41,6 +41,6 @@ ohos_shared_library("featureability_napi") {
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -62,6 +62,6 @@ ohos_shared_library("napi_common") {
|
||||
defines = [ "SUPPORT_GRAPHICS" ]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ ohos_shared_library("missionmanager_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -98,6 +98,6 @@ ohos_shared_library("distributedmissionmanager") {
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -67,6 +67,6 @@ ohos_shared_library("particleability") {
|
||||
|
||||
relative_install_dir = "module/ability"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("serviceextensionability_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("serviceextensioncontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ ohos_shared_library("staticsubscriberextensionability_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ ohos_shared_library("staticsubscriberextensioncontext_napi") {
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ ohos_shared_library("uripermissionmanager_napi") {
|
||||
|
||||
relative_install_dir = "module/application"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ ohos_shared_library("wantconstant") {
|
||||
|
||||
relative_install_dir = "module/ability"
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -51,6 +51,6 @@ ohos_shared_library("wantagent") {
|
||||
]
|
||||
|
||||
relative_install_dir = "module"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -66,6 +66,6 @@ ohos_shared_library("ability_context_native") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ ohos_shared_library("static_subscriber_ipc") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -292,7 +292,7 @@ ohos_shared_library("abilitykit_native") {
|
||||
"${windowmanager_path}/wm:libwm",
|
||||
]
|
||||
}
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -315,6 +315,6 @@ ohos_shared_library("service_extension_module") {
|
||||
]
|
||||
|
||||
relative_install_dir = "extensionability/"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -156,6 +156,8 @@ ohos_shared_library("appkit_native") {
|
||||
]
|
||||
public_deps += [ "${global_path}/i18n/frameworks/intl:intl_util" ]
|
||||
}
|
||||
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -216,6 +218,8 @@ ohos_shared_library("app_context") {
|
||||
]
|
||||
public_deps += [ "${global_path}/i18n/frameworks/intl:intl_util" ]
|
||||
}
|
||||
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -280,6 +284,8 @@ ohos_shared_library("app_context_utils") {
|
||||
]
|
||||
public_deps += [ "${global_path}/i18n/frameworks/intl:intl_util" ]
|
||||
}
|
||||
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -342,5 +348,7 @@ ohos_shared_library("appkit_delegator") {
|
||||
if (ability_runtime_graphics) {
|
||||
deps += [ "//third_party/icu/icu4c:shared_icuuc" ]
|
||||
}
|
||||
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -18,6 +18,6 @@ ohos_executable("runtime_test") {
|
||||
|
||||
external_deps = [ "ability_runtime:runtime" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -80,6 +80,6 @@ ohos_shared_library("wantagent_innerkits") {
|
||||
external_deps += [ "multimedia_image_standard:image_native" ]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -82,5 +82,5 @@ ohos_executable("idl") {
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
part_name = "idl"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ ohos_executable("idl_server_test") {
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "idl"
|
||||
}
|
||||
|
||||
@ -61,6 +61,6 @@ ohos_executable("idl_client_test") {
|
||||
"samgr_standard:samgr_proxy",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "idl"
|
||||
}
|
||||
|
@ -120,6 +120,6 @@ ohos_shared_library("ability_manager") {
|
||||
external_deps += [ "multimedia_image_standard:image_native" ]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -102,6 +102,6 @@ ohos_shared_library("app_manager") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -54,6 +54,6 @@ ohos_shared_library("dataobs_manager") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ ohos_shared_library("napi_base_context") {
|
||||
|
||||
external_deps = [ "napi:ace_napi" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -88,6 +88,6 @@ ohos_shared_library("runtime") {
|
||||
]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ ohos_shared_library("uri_permission_mgr") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -133,13 +133,13 @@ ohos_shared_library("abilityms") {
|
||||
]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("ams_service_config.json") {
|
||||
source = "resource/ams_service_config.json"
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
|
@ -100,6 +100,6 @@ ohos_shared_library("libappms") {
|
||||
external_deps += [ "i18n:intl_util" ]
|
||||
}
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ ohos_shared_library("perm_verification") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
@ -56,6 +56,6 @@ ohos_shared_library("event_report") {
|
||||
|
||||
external_deps = [ "hisysevent_native:libhisysevent" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ ohos_shared_library("dataobsms") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -34,6 +34,6 @@ ohos_shared_library("module_test_dump_util_lib") {
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -48,6 +48,6 @@ ohos_shared_library("libupms") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ ohos_shared_library("system_test_ability_util_lib") {
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
|
@ -68,7 +68,7 @@ ohos_source_set("tools_aa_source_set") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ ohos_executable("aa") {
|
||||
|
||||
install_enable = true
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@ ohos_source_set("tools_fm_source_set") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ ohos_executable("fm") {
|
||||
|
||||
install_enable = true
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
subsystem_name = "ability"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user