- Regenerate with Python Utils - Picked latest prebuilts from HyperOS 1.0.3.0 Mi Alioth - Main repo moved to https://github.com/PocoF3Releases/device_xiaomi_camera
31 lines
1002 B
Markdown
31 lines
1002 B
Markdown
# proprietary_vendor_xiaomi_camera
|
|
|
|
Prebuilt modded MIUI/Leica Camera 5.0 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. Clone https://github.com/PocoF3Releases/device_xiaomi_camera to 'device/xiaomi/camera'
|
|
3. Inherit it from `device.mk` in device tree:
|
|
```
|
|
# Camera
|
|
$(call inherit-product-if-exists, device/xiaomi/camera/miuicamera.mk)
|
|
```
|
|
|
|
3. 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 - https://github.com/PocoF3Releases/device_xiaomi_sm8250-common/commit/26b57664835c487db278dbda83fe936ceb831c63
|