mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 22:59:45 +00:00
update
Signed-off-by: Hollokin <taoyuxin2@huawei.com>
This commit is contained in:
parent
4d5d884311
commit
90c67e8f3b
@ -13,13 +13,13 @@
|
||||
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_prebuilt_etc("input_method_select_hap") {
|
||||
module_install_dir = "app/com.example.inputmethodselect"
|
||||
source = "input_method_select.hap"
|
||||
ohos_prebuilt_etc("input_method_choose_hap") {
|
||||
module_install_dir = "app/cn.openharmony.inputmethodchoosedialog"
|
||||
source = "input_method_choose_dialog.hap"
|
||||
part_name = "prebuilt_hap"
|
||||
subsystem_name = "application"
|
||||
}
|
||||
|
||||
group("input_method_select_dialog") {
|
||||
deps = [ ":input_method_select_hap"]
|
||||
group("input_method_choose_dialog") {
|
||||
deps = [ ":input_method_choose_hap"]
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user