diff --git a/BUILD.gn b/BUILD.gn index 6cb9ecdc762e6fc4b4f7a7cec0684127373d740e..328b8971de33f15fa29fa700653924a2764f4d48 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -248,6 +248,12 @@ ohos_prebuilt_etc("certificate_manager_hap") { subsystem_name = "applications" } +ohos_prebuilt_etc("Light.ogg") { + source = "resources/Light.ogg" + part_name = "prebuilt_hap" + subsystem_name = "applications" +} + group("hap") { deps = [ "//applications/standard/hap:calc_demo_hap", 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