Compare commits
13 Commits
16.2
..
f35f6585ab
| Author | SHA1 | Date | |
|---|---|---|---|
| f35f6585ab | |||
| 82071be28a | |||
| e5e7227ce3 | |||
| be2ee5a421 | |||
| 515fed54c8 | |||
| 1295e54fae | |||
| 798132330d | |||
| 317fffc6a4 | |||
| 11d3d8d914 | |||
| 391122413d | |||
| 20648a821a | |||
| 7a6b0a06aa | |||
| c82a3ae645 |
@@ -0,0 +1 @@
|
||||
radio/* filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -0,0 +1,3 @@
|
||||
[lfs]
|
||||
url = "https://lfs.undocumented.software/lfs/blobs.git/info/lfs"
|
||||
pushurl = "ssh://git@lfs.undocumented.software/lfs/blobs.git"
|
||||
+108
-85
@@ -5,7 +5,7 @@
|
||||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/motorola",
|
||||
"vendor/motorola/knoir",
|
||||
"vendor/motorola/sm6375-common",
|
||||
"vendor/qcom/opensource/display",
|
||||
],
|
||||
}
|
||||
@@ -5941,6 +5941,30 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libos",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libos.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libportrait_repair_ppl3_ocl",
|
||||
owner: "motorola",
|
||||
@@ -5965,6 +5989,37 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libpowercore",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libpowercore.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libbinder",
|
||||
"libtinyxml2",
|
||||
"vendor.display.config@1.0",
|
||||
"libhidlbase",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libqll10",
|
||||
owner: "motorola",
|
||||
@@ -6100,6 +6155,33 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsynx",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libsynx.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libos",
|
||||
"libthreadutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libtfestriping",
|
||||
owner: "motorola",
|
||||
@@ -6152,6 +6234,31 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libthreadutils",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libthreadutils.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libos",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libvidhance",
|
||||
owner: "motorola",
|
||||
@@ -6436,17 +6543,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MotoSignatureApp",
|
||||
owner: "motorola",
|
||||
apk: "proprietary/system/app/MotoSignatureApp/MotoSignatureApp.apk",
|
||||
preprocessed: true,
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "EuiccPartnerApp",
|
||||
owner: "motorola",
|
||||
@@ -6458,22 +6554,6 @@ android_app_import {
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MotCamera3AI",
|
||||
owner: "motorola",
|
||||
apk: "proprietary/product/app/MotCamera3AI/MotCamera3AI.apk",
|
||||
overrides: [
|
||||
"Camera2",
|
||||
"Aperture",
|
||||
],
|
||||
preprocessed: true,
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "EuiccGoogle",
|
||||
owner: "motorola",
|
||||
@@ -6510,55 +6590,6 @@ android_app_import {
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MotCamera4",
|
||||
owner: "motorola",
|
||||
apk: "proprietary/product/priv-app/MotCamera4/MotCamera4.apk",
|
||||
preprocessed: true,
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
privileged: true,
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MotorolaSettingsProvider",
|
||||
owner: "motorola",
|
||||
apk: "proprietary/system_ext/priv-app/MotorolaSettingsProvider/MotorolaSettingsProvider.apk",
|
||||
certificate: "platform",
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
privileged: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.motorola.motosignature",
|
||||
owner: "motorola",
|
||||
jars: [
|
||||
"proprietary/system/framework/com.motorola.motosignature.jar",
|
||||
],
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "moto-core_services",
|
||||
owner: "motorola",
|
||||
jars: [
|
||||
"proprietary/system/framework/moto-core_services.jar",
|
||||
],
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "moto-settings",
|
||||
owner: "motorola",
|
||||
jars: [
|
||||
"proprietary/system/framework/moto-settings.jar",
|
||||
],
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.android.hotwordenrollment.common.util",
|
||||
owner: "motorola",
|
||||
@@ -6767,11 +6798,3 @@ cc_prebuilt_binary {
|
||||
relative_install_path: "hw",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
sh_binary {
|
||||
name: "motsettings",
|
||||
owner: "motorola",
|
||||
src: "proprietary/system_ext/bin/motsettings",
|
||||
filename: "motsettings",
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
+22
@@ -3,3 +3,25 @@
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),fogos)
|
||||
|
||||
$(call add-radio-file-sha1-checked,radio/abl.img,bf94da953b0745fbb21629c85fce6d6ffce22fb2)
|
||||
$(call add-radio-file-sha1-checked,radio/bluetooth.img,a69928c0d50e9cd7938af0c8e597df1a466dd658)
|
||||
$(call add-radio-file-sha1-checked,radio/devcfg.img,595f0872d42ace630c381fb4e6291183f2062a38)
|
||||
$(call add-radio-file-sha1-checked,radio/dsp.img,6be03a523b4a75f993c9cf3f14537feaf6f2e57e)
|
||||
$(call add-radio-file-sha1-checked,radio/fsg.img,706518a10b8dfa075abe5c3186e2d400bcb98d77)
|
||||
$(call add-radio-file-sha1-checked,radio/hyp.img,cb29afbeb63b03d18cdee02b2511952301a61662)
|
||||
$(call add-radio-file-sha1-checked,radio/keymaster.img,7850e9147fc17ce94fb5f6858c23b774e9ec9886)
|
||||
$(call add-radio-file-sha1-checked,radio/logo.img,a883a51d62c05d693aef86189e5b18e81754efa5)
|
||||
$(call add-radio-file-sha1-checked,radio/modem.img,72ff8ed35342fc5f1d5cbf2990979468f527986f)
|
||||
$(call add-radio-file-sha1-checked,radio/prov.img,56b057cc4945847ab18dc1a89cad3cbff07add4c)
|
||||
$(call add-radio-file-sha1-checked,radio/qupfw.img,290d0b5c7865692bf1a5aba601c5184509c8f334)
|
||||
$(call add-radio-file-sha1-checked,radio/rpm.img,d41d3a6709d15c9490bbd4d167848f7c5c4ef9bf)
|
||||
$(call add-radio-file-sha1-checked,radio/storsec.img,8c1bc048314103d60e56e1a319b4fb080c9a2598)
|
||||
$(call add-radio-file-sha1-checked,radio/tz.img,3168193f54040d875b289633300a6b9b3f4bda85)
|
||||
$(call add-radio-file-sha1-checked,radio/uefisecapp.img,7a47442f54435089e078d1f12c819927fdecf3b6)
|
||||
$(call add-radio-file-sha1-checked,radio/xbl.img,8132b37fe4f2deca5cad295fb601b07bb5c48e8b)
|
||||
$(call add-radio-file-sha1-checked,radio/xbl_config.img,bb3d8e20f1f9fd7c7ae836a017ffec1f1a47b958)
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
|
||||
AB_OTA_PARTITIONS += \
|
||||
abl \
|
||||
bluetooth \
|
||||
devcfg \
|
||||
dsp \
|
||||
fsg \
|
||||
hyp \
|
||||
keymaster \
|
||||
logo \
|
||||
modem \
|
||||
prov \
|
||||
qupfw \
|
||||
rpm \
|
||||
storsec \
|
||||
tz \
|
||||
uefisecapp \
|
||||
xbl \
|
||||
xbl_config
|
||||
|
||||
+7
-23
@@ -3185,17 +3185,9 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/motorola/fogos/proprietary/product/etc/CarrierSettings/s999480.pb:$(TARGET_COPY_OUT_PRODUCT)/etc/CarrierSettings/s999480.pb
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/motorola/fogos/proprietary/product/etc/permissions/com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/com.motorola.camera3.xml \
|
||||
vendor/motorola/fogos/proprietary/product/etc/permissions/com.motorola.moto-uirefresh.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/com.motorola.moto-uirefresh.xml \
|
||||
vendor/motorola/fogos/proprietary/product/etc/permissions/deviceowner-configuration-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/deviceowner-configuration-com.motorola.camera3.xml \
|
||||
vendor/motorola/fogos/proprietary/product/etc/permissions/privapp-permissions-com.google.android.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-com.google.android.euicc.xml \
|
||||
vendor/motorola/fogos/proprietary/product/etc/permissions/privapp-permissions-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-com.motorola.camera3.xml \
|
||||
vendor/motorola/fogos/proprietary/product/etc/sysconfig/hiddenapi-whitelist-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/hiddenapi-whitelist-com.motorola.camera3.xml \
|
||||
vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/ILITEK_FW:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/ILITEK_FW \
|
||||
vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/chipone_firmware.bin:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/chipone_firmware.bin \
|
||||
vendor/motorola/fogos/proprietary/system/etc/permissions/com.motorola.motosignature.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/com.motorola.motosignature.xml \
|
||||
vendor/motorola/fogos/proprietary/system/etc/permissions/moto-core_services.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/moto-core_services.xml \
|
||||
vendor/motorola/fogos/proprietary/system/etc/permissions/moto-settings.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/moto-settings.xml \
|
||||
vendor/motorola/fogos/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/SVIConfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/SVIConfig.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/acdbdata/Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Bluetooth_cal.acdb \
|
||||
@@ -3227,14 +3219,12 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/camera/vidhance_calibration_2rd:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration_2rd \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.nfc@1.2-service.sec.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/init.gf_ident.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.gf_ident.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/init.nfc.sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nfc.sec.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/init/motorola.hardware.camera.desktop@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/motorola.hardware.camera.desktop@2.0-service.rc \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-nci.conf \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-vendor.conf \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.content.ai.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.content.ai.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.fogos.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.fogos.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.lens.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.lens.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml \
|
||||
vendor/motorola/fogos/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/sec_s3nrn4v_hwreg.bin \
|
||||
@@ -3280,14 +3270,12 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/motorola/fogos/proprietary/vendor/firmware/fs1815.fsm:$(TARGET_COPY_OUT_VENDOR)/firmware/fs1815.fsm \
|
||||
vendor/motorola/fogos/proprietary/vendor/firmware/sec_s3nrn4v_firmware.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/sec_s3nrn4v_firmware.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech_2nd.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech_2nd.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.default.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.default.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogor_s5kjns_2nd.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogor_s5kjns_2nd.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin \
|
||||
vendor/motorola/fogos/proprietary/vendor/lib64/camera/fdconfigpreview.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigpreview.bin \
|
||||
@@ -3449,12 +3437,16 @@ PRODUCT_PACKAGES += \
|
||||
libofflinelog \
|
||||
libopencv \
|
||||
libopestriping \
|
||||
libos \
|
||||
libportrait_repair_ppl3_ocl \
|
||||
libpowercore \
|
||||
libqll10 \
|
||||
libqllengine \
|
||||
libremosaic_wrapper \
|
||||
libswregistrationalgo \
|
||||
libsynx \
|
||||
libtfestriping \
|
||||
libthreadutils \
|
||||
libvidhance \
|
||||
motorola.hardware.camera.desktop@1.0 \
|
||||
motorola.hardware.camera.desktop@2.0 \
|
||||
@@ -3463,22 +3455,14 @@ PRODUCT_PACKAGES += \
|
||||
vendor.goodix.hardware.biometrics.fingerprint@3.0 \
|
||||
vendor.qti.hardware.camera.postproc@1.0-service-impl \
|
||||
vendor.qti.hardware.fingerprint@1.0 \
|
||||
MotoSignatureApp \
|
||||
EuiccPartnerApp \
|
||||
MotCamera3AI \
|
||||
EuiccGoogle \
|
||||
HotwordEnrollmentOKGoogleHEXAGON_WIDEBAND \
|
||||
HotwordEnrollmentXGoogleHEXAGON_WIDEBAND \
|
||||
MotCamera4 \
|
||||
MotorolaSettingsProvider \
|
||||
com.motorola.motosignature \
|
||||
moto-core_services \
|
||||
moto-settings \
|
||||
com.android.hotwordenrollment.common.util \
|
||||
capsense_reset \
|
||||
android.hardware.biometrics.fingerprint@2.1-goodixservice \
|
||||
android.hardware.biometrics.fingerprint@2.1-service-fpc \
|
||||
fpc_ident \
|
||||
goodix_ident \
|
||||
motorola.hardware.camera.desktop@2.0-service \
|
||||
motsettings
|
||||
motorola.hardware.camera.desktop@2.0-service
|
||||
|
||||
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3" />
|
||||
</permissions>
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<permissions>
|
||||
<feature name="com.motorola.moto" />
|
||||
<feature name="com.motorola.moto.uirefresh" />
|
||||
<disallowed-managed-profile package="com.motorola.moto"/>
|
||||
</permissions>
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<config>
|
||||
<required-managed-device package="com.motorola.camera3"/>
|
||||
<required-managed-user package="com.motorola.camera3"/>
|
||||
</config>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<permissions>
|
||||
<privapp-permissions package="com.motorola.camera3">
|
||||
|
||||
<!-- System defined permissions -->
|
||||
<permission name="android.permission.STOP_APP_SWITCHES"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/>
|
||||
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<config>
|
||||
<hidden-api-whitelisted-app package="com.motorola.camera3" />
|
||||
</config>
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.motorola.motosignature"
|
||||
file="/system/framework/com.motorola.motosignature.jar"/>
|
||||
</permissions>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<permissions>
|
||||
<library
|
||||
name="moto-core_services"
|
||||
file="/system/framework/moto-core_services.jar"
|
||||
/>
|
||||
</permissions>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<permissions>
|
||||
<library
|
||||
name="moto-settings"
|
||||
file="/system/framework/moto-settings.jar"
|
||||
/>
|
||||
</permissions>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
#!/system/bin/sh
|
||||
cmd motsettings "$@"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
on boot && property:ro.vendor.hw.nfc=samsung
|
||||
start vendor.samsung_nfc_hal_service
|
||||
|
||||
service vendor.samsung_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.samsung
|
||||
override
|
||||
class hal
|
||||
user nfc
|
||||
group nfc
|
||||
disabled
|
||||
# Motorola, pradofam, 24/01/2025, IKSWV-60614, add shutdown critical
|
||||
shutdown critical
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
on boot
|
||||
|
||||
on post-fs-data
|
||||
# NFC storage
|
||||
# mkdir /data/nfc
|
||||
|
||||
# NFC permission
|
||||
chown nfc nfc /dev/sec-nfc
|
||||
chmod 0770 /dev/sec-nfc
|
||||
|
||||
# chown nfc nfc /data/nfc
|
||||
# chmod 0770 /data/nfc
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2019 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3.content.ai" />
|
||||
</permissions>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2023 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3.fogos" />
|
||||
</permissions>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.google.lens.feature.CAMERA_INTEGRATION" />
|
||||
</permissions>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3" />
|
||||
</permissions>
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:161faaae5cc0c4e90f02d204a7a221ea113aef64c12c7dd2a1835d6b21099a89
|
||||
size 1047680
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3b55a5cff709ffc0f3135bd3f8d14f1bfa1442d875277673ba1ab5dff31b18f
|
||||
size 827468
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03480120072e455e7e0b79af0673c1dea42abe94b088e441fe427a9d2ccb014c
|
||||
size 130176
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c950f96de850abff7b197c26218af980594d9a1cfe217e625172e7ca164d849f
|
||||
size 33554432
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b41fae6200bc78f9368baec1ba2f24bc9330c09a2c956a939eb07d7b979d4722
|
||||
size 29810688
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c60ea44cffdd0d02dfc2f7df07ac12d87672f508d88402ddd4f1b7bb716a1ac
|
||||
size 8387712
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e1085cf7c18323c1eb174d00e97ddcc586f24b261e74c31d8f5b5b64cf2819f
|
||||
size 523392
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f07a8c3ca36d0dde59a9ce92746c67f77e0332eef8d1bc94ab091c1bb9efb4cd
|
||||
size 7098368
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f74b95ea2224bf725a0197ec8c0d42d0f196ecb2535972e4e0c6674065798ebf
|
||||
size 144490668
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2404bdb21e25beaa229728eb328963c5f308715525e1e87d58e7db0a873acfd
|
||||
size 261248
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bb92153abd145e4ade6b7209e01302b6d999e9987a06258f0e9cd7439cc870b
|
||||
size 81024
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:692c5aabd01933dfd792e08bc031f07b55f80b0b69bb0688e51a99d090d7fc7e
|
||||
size 523392
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c457523b97789ddc184d0bc48b34277a161a8c8f9ce00e21541f89ce41bd34
|
||||
size 130176
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c439c015c1821aacfcb97dd4273c702f75aaab52b92eb6e1fd6028387d076e0c
|
||||
size 4193408
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58c74af9817baf47ae86a59ee4f03a2460643716fb05b5e5704dac925acf77e3
|
||||
size 2096256
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2721f6306b13dfd48eddb3bdc1cb8ad782add1110d50730eaf2b18f886426261
|
||||
size 5241984
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b4bf61ef201cba4a48299649fb29d3332282746156cb550cbac25b01e86319
|
||||
size 261248
|
||||
Reference in New Issue
Block a user