Import MiuiCamera from V14.0.9.0.TKFMIXM
Change-Id: I32859247b58ed8eb394f7d6e0a19b8bbcf8a0933
This commit is contained in:
commit
9445d5f0b5
163
Android.bp
Normal file
163
Android.bp
Normal file
@ -0,0 +1,163 @@
|
||||
//
|
||||
// Automatically generated file. DO NOT MODIFY
|
||||
//
|
||||
|
||||
soong_namespace {
|
||||
imports: [
|
||||
"device/xiaomi/miuicamera-sweet",
|
||||
],
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcamera_algoup_jni.xiaomi",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system/lib64/libcamera_algoup_jni.xiaomi.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libgui_shim_miuicamera",
|
||||
"libandroid",
|
||||
"libandroid_runtime",
|
||||
"libbase",
|
||||
"libbinder",
|
||||
"libcamera_client",
|
||||
"libcamera_metadata",
|
||||
"libcutils",
|
||||
"libgui",
|
||||
"liblog",
|
||||
"libmedia_jni_utils",
|
||||
"libnativehelper",
|
||||
"libnativewindow",
|
||||
"libui",
|
||||
"libutils",
|
||||
"libvndksupport",
|
||||
"android.hidl.token@1.0-utils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcamera_mianode_jni.xiaomi",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system/lib64/libcamera_mianode_jni.xiaomi.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libgui_shim_miuicamera",
|
||||
"libandroid",
|
||||
"libbinder",
|
||||
"libcamera_client",
|
||||
"libcamera_metadata",
|
||||
"libcutils",
|
||||
"libgui",
|
||||
"liblog",
|
||||
"libmedia_jni_utils",
|
||||
"libui",
|
||||
"libutils",
|
||||
"libvndksupport",
|
||||
"libxml2",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmicampostproc_client",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system/lib64/libmicampostproc_client.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libnativewindow",
|
||||
"libEGL",
|
||||
"libGLESv2",
|
||||
"libfmq",
|
||||
"libgui",
|
||||
"libui",
|
||||
"libcamera_client",
|
||||
"libcamera_metadata",
|
||||
"libmedia_jni_utils",
|
||||
"libnativehelper",
|
||||
"libhidlbase",
|
||||
"vendor.xiaomi.hardware.campostproc@1.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.campostproc@1.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system/lib64/vendor.xiaomi.hardware.campostproc@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.camera.common@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MiuiCamera",
|
||||
owner: "xiaomi",
|
||||
apk: "proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk",
|
||||
certificate: "platform",
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
privileged: true,
|
||||
}
|
5
Android.mk
Normal file
5
Android.mk
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
3
BoardConfigVendor.mk
Normal file
3
BoardConfigVendor.mk
Normal file
@ -0,0 +1,3 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
13
miuicamera-sweet-vendor.mk
Normal file
13
miuicamera-sweet-vendor.mk
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/xiaomi/miuicamera-sweet
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libcamera_algoup_jni.xiaomi \
|
||||
libcamera_mianode_jni.xiaomi \
|
||||
libmicampostproc_client \
|
||||
vendor.xiaomi.hardware.campostproc@1.0 \
|
||||
MiuiCamera
|
BIN
proprietary/system/lib64/libcamera_algoup_jni.xiaomi.so
Normal file
BIN
proprietary/system/lib64/libcamera_algoup_jni.xiaomi.so
Normal file
Binary file not shown.
BIN
proprietary/system/lib64/libcamera_mianode_jni.xiaomi.so
Normal file
BIN
proprietary/system/lib64/libcamera_mianode_jni.xiaomi.so
Normal file
Binary file not shown.
BIN
proprietary/system/lib64/libmicampostproc_client.so
Normal file
BIN
proprietary/system/lib64/libmicampostproc_client.so
Normal file
Binary file not shown.
Binary file not shown.
BIN
proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk
Normal file
BIN
proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user