johnmart19 419f90f8fd MiuiCamera: Sepolicy: Drop labels of Data folders
The following types on /data/ /odm/ /product/ /vendor/ must not be associated with the "app_data_file_type" attribute.
Violator types and corresponding paths:
('app_data_file', '/data/user/0/com.android.camera(/.*)?')
('app_data_file', '/data/user/0/com.miui.extraphoto(/.*)?')
('app_data_file', '/data/user/0/com.miui.gallery(/.*)?')
('app_data_file', '/data/user/0/com.miui.mediaeditor(/.*)?')
2024-05-11 20:57:16 +03:00

proprietary_vendor_xiaomi_camera

Prebuilt stock MIUI/Leica Camera for Poco F3/Redmi K40/Mi 11x (alioth), to include in custom ROM builds.

How to use?

  1. Clone this repo to vendor/xiaomi/camera

  2. Inherit it from device.mk in device tree:

# Camera
$(call inherit-product-if-exists, vendor/xiaomi/camera/miuicamera.mk)
  1. Ensure that you added misys vintf dependencies in your framework_compatibility_matrix.xml:
    <hal format="hidl" optional="true">
        <name>vendor.xiaomi.hardware.misys</name>
        <version>1.0</version>
        <version>2.0</version>
        <version>3.0</version>
        <version>4.0</version>
        <interface>
            <name>IMiSys</name>
            <instance>default</instance>
        </interface>
    </hal>

3.1 Reference - c8ae872b8f

Description
No description provided
Readme 76 MiB