mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-22 22:50:53 +00:00
add timepicker ogg file
Signed-off-by: z30053720 <zhaoyong70@huawei.com>
This commit is contained in:
parent
4b755b679f
commit
62c9b34279
1
OAT.xml
1
OAT.xml
@ -129,6 +129,7 @@ Note:If the text contains special characters, please escape them according to th
|
||||
<filteritem type="filepath" name="test/component_test/test_cases/components/button_and_selection/entry/src/main/ets/pages/rating/StarOrange.png" desc=" 自研的二进制图片"/>
|
||||
<filteritem type="filepath" name="test/component_test/test_cases/components/button_and_selection/entry/src/main/resources/base/media/foreground.png" desc=" 自研的二进制图片"/>
|
||||
<filteritem type="filepath" name="test/component_test/test_cases/components/button_and_selection/entry/src/main/resources/base/media/background.png" desc=" 自研的二进制图片"/>
|
||||
<filteritem type="filepath" name="adapter/ohos/services/etc/timepicker.ogg" desc=" 自研的音振效果文件"/>
|
||||
</filefilter>
|
||||
<filefilter name="copyrightPolicyFilter" desc="copyright文件头校验策略的过滤条件" >
|
||||
<filteritem type="filepath" name="frameworks/core/components/theme/theme.csv" desc="csv无法添加版权头"/>
|
||||
|
@ -19,3 +19,9 @@ ohos_prebuilt_etc("ohos.para.dac") {
|
||||
subsystem_name = "arkui"
|
||||
module_install_dir = "etc/param"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("ohos.timepicker.ogg") {
|
||||
source = "//foundation/arkui/ace_engine/adapter/ohos/services/etc/timepicker.ogg"
|
||||
part_name = "ace_engine"
|
||||
module_install_dir = "etc/arkui"
|
||||
}
|
||||
|
BIN
adapter/ohos/services/etc/timepicker.ogg
Normal file
BIN
adapter/ohos/services/etc/timepicker.ogg
Normal file
Binary file not shown.
@ -120,6 +120,7 @@
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/services:services_target",
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/sa_profile:ace_sa_profile",
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/services/etc:ohos.para.dac",
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/services/etc:ohos.timepicker.ogg",
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/services/uiservice:ui_service.cfg"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user