add timepicker ogg file

Signed-off-by: z30053720 <zhaoyong70@huawei.com>
This commit is contained in:
z30053720 2024-11-09 16:37:47 +08:00
parent 4b755b679f
commit 62c9b34279
4 changed files with 8 additions and 0 deletions

View File

@ -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无法添加版权头"/>

View File

@ -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"
}

Binary file not shown.

View File

@ -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"
]
},