How can I add and remove the custom splash screen and bootanimation for Sc200E Android 12

I have SC200EWF chip running Android 12. AOSP is provided by Quectel. I want to add splash screen and boot animation. How can I add it.

Dear,
For splash, you can refer to UM.9.15/device/qcom/common/display/logo/readme.txt
For bootanimation,

  1. you can create bootanimation.zip
  2. copy zip file into QSSI.12/device/qcom/qssi/
  3. Add the following information in QSSI.12/device/qcom/qssi/qssi.mk
    PRODUCT_COPY_FILES += `
    device/qcom/qssi/bootanimation.zip:$(TARGET_COPY_OUT_SYSTEM)/media/bootanimation.zip`
    How to change BootAnimation.pdf (238.8 KB)

Thanks.