diff --git a/BUILD.gn b/BUILD.gn index 87de60fca1a043bb2b554e76279b6a2a4f0fb726..3fff0349b82b34db00e1e463b068919241dc7c16 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -143,6 +143,12 @@ ohos_prebuilt_etc("capture.ogg") { subsystem_name = "applications" } +ohos_prebuilt_etc("Light.ogg") { + source = "resources/Light.ogg" + part_name = "prebuilt_hap" + subsystem_name = "applications" +} + ohos_prebuilt_etc("device_manager_ui_hap") { source = "DeviceManager_UI.hap" module_install_dir = "app" diff --git a/SystemUI-StatusBar.hap b/SystemUI-StatusBar.hap index 2d2a385eee87713f5a2a8b7f1cfa3a7d165de063..49967d201052e2a928c71666316928745004630f 100755 Binary files a/SystemUI-StatusBar.hap and b/SystemUI-StatusBar.hap differ diff --git a/resources/Light.ogg b/resources/Light.ogg new file mode 100644 index 0000000000000000000000000000000000000000..540e27fd48e0a44e0a650e092507a306438f5616 Binary files /dev/null and b/resources/Light.ogg differ