mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-20 04:23:45 -04:00
@@ -18,7 +18,7 @@ import("//build/ohos.gni")
|
||||
group("inputmethod_native_packages") {
|
||||
if (is_standard_system) {
|
||||
deps = [
|
||||
"etc/init:inputmethodservice.rc",
|
||||
"etc/init:inputmethodservice.cfg",
|
||||
"frameworks/inputmethod_ability:inputmethod_ability",
|
||||
"frameworks/inputmethod_controller:inputmethod_client",
|
||||
"interfaces/kits/js/declaration:inputmethod",
|
||||
|
||||
+3
-7
@@ -15,13 +15,9 @@ import("//build/ohos.gni")
|
||||
|
||||
################################################################################
|
||||
|
||||
ohos_prebuilt_etc("inputmethodservice.rc") {
|
||||
if (use_musl) {
|
||||
source = "inputmethodservice.cfg"
|
||||
} else {
|
||||
source = "inputmethodservice.rc"
|
||||
}
|
||||
ohos_prebuilt_etc("inputmethodservice.cfg") {
|
||||
source = "inputmethodservice.cfg"
|
||||
relative_install_dir = "init"
|
||||
part_name = "inputmethod_native"
|
||||
subsystem_name = "miscservices"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user