forked from lenovo-sm6225-devs/device_lenovo_tb128fu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
796 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
soong_namespace { | ||
soong_namespace { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
LOCAL_PATH := $(call my-dir) | ||
|
||
ifeq ($(TARGET_DEVICE),tb128fu) | ||
|
||
include $(call all-makefiles-under,$(LOCAL_PATH)) | ||
|
||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
LOCAL_PATH := $(call my-dir) | ||
|
||
ifeq ($(TARGET_DEVICE),tb128fu) | ||
|
||
include $(call all-makefiles-under,$(LOCAL_PATH)) | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
PRODUCT_MAKEFILES := \ | ||
$(LOCAL_DIR)/evolution_tb128fu.mk | ||
|
||
COMMON_LUNCH_CHOICES := \ | ||
evolution_tb128fu-user \ | ||
evolution_tb128fu-userdebug \ | ||
evolution_tb128fu-eng | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
PRODUCT_MAKEFILES := \ | ||
$(LOCAL_DIR)/evolution_tb128fu.mk | ||
|
||
COMMON_LUNCH_CHOICES := \ | ||
evolution_tb128fu-user \ | ||
evolution_tb128fu-userdebug \ | ||
evolution_tb128fu-eng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
DEVICE_PATH := device/lenovo/tb128fu | ||
|
||
# Display | ||
TARGET_SCREEN_DENSITY := 440 | ||
|
||
# OTA assert | ||
TARGET_OTA_ASSERT_DEVICE := tb128fu | ||
|
||
# Inherit from sm6225-common | ||
include device/lenovo/sm6225-common/BoardConfigCommon.mk | ||
|
||
# Inherit from the proprietary version | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
DEVICE_PATH := device/lenovo/tb128fu | ||
|
||
# Display | ||
TARGET_SCREEN_DENSITY := 440 | ||
|
||
# OTA assert | ||
TARGET_OTA_ASSERT_DEVICE := tb128fu | ||
|
||
# Inherit from sm6225-common | ||
include device/lenovo/sm6225-common/BoardConfigCommon.mk | ||
|
||
# Inherit from the proprietary version | ||
include vendor/lenovo/tb128fu/BoardConfigVendor.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Device configuration for Lenovo TB128FU (TB128FU/P89990JA1) | ||
========================================== | ||
|
||
The Lenovo Tab M10 Plus (3rd Gen) (codenamed _"tb128fu"_). | ||
It was released in May 2022. | ||
|
||
| Basic | Spec Sheet | | ||
| -----------------------:|:------------------------------------------------------------------------------------------------------------------------------ | | ||
| Chipset | Qualcomm SM6225 Snapdragon 680 4G (6 nm) | | ||
| GPU | Mali-G52 MC2 | | ||
| Memory | 6 GB RAM | | ||
| Shipped Android Version | 12.0 | | ||
| Storage | 128 GB | | ||
| Battery | Li-Po 7700 mAh, non-removable | | ||
| Display | IPS LCD, 400 nits, 1200 x 2000 pixels, 5:3 ratio (~220 ppi density) | | ||
| Camera | 8MP + 8MP | | ||
|
||
## Device picture | ||
Device configuration for Lenovo TB128FU (TB128FU/P89990JA1) | ||
========================================== | ||
|
||
The Lenovo Tab M10 Plus (3rd Gen) (codenamed _"tb128fu"_). | ||
It was released in May 2022. | ||
|
||
| Basic | Spec Sheet | | ||
| -----------------------:|:------------------------------------------------------------------------------------------------------------------------------ | | ||
| Chipset | Qualcomm SM6225 Snapdragon 680 4G (6 nm) | | ||
| GPU | Mali-G52 MC2 | | ||
| Memory | 6 GB RAM | | ||
| Shipped Android Version | 12.0 | | ||
| Storage | 128 GB | | ||
| Battery | Li-Po 7700 mAh, non-removable | | ||
| Display | IPS LCD, 400 nits, 1200 x 2000 pixels, 5:3 ratio (~220 ppi density) | | ||
| Camera | 8MP + 8MP | | ||
|
||
## Device picture | ||
<img src="https://fdn2.gsmarena.com/vv/pics/lenovo/lenovo-tabm10plus-3.jpg"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Inherit from sm6225-common | ||
$(call inherit-product, device/lenovo/sm6225-common/bengal.mk) | ||
|
||
# Inherit from vendor blobs | ||
$(call inherit-product, vendor/lenovo/tb128fu/tb128fu-vendor.mk) | ||
|
||
# API Level | ||
PRODUCT_SHIPPING_API_LEVEL := 31 | ||
|
||
# Audio configs | ||
PRODUCT_COPY_FILES += \ | ||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/audio/,$(TARGET_COPY_OUT_VENDOR)/etc) | ||
|
||
# Boot animation | ||
TARGET_SCREEN_HEIGHT := 2000 | ||
TARGET_SCREEN_WIDTH := 1200 | ||
|
||
# Device uses high-density artwork where available | ||
PRODUCT_AAPT_CONFIG := normal | ||
PRODUCT_AAPT_PREF_CONFIG := xhdpi | ||
|
||
# Overlays | ||
DEVICE_PACKAGE_OVERLAYS += \ | ||
$(LOCAL_PATH)/overlay | ||
|
||
# Soong namespaces | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Inherit from sm6225-common | ||
$(call inherit-product, device/lenovo/sm6225-common/bengal.mk) | ||
|
||
# Inherit from vendor blobs | ||
$(call inherit-product, vendor/lenovo/tb128fu/tb128fu-vendor.mk) | ||
|
||
# API Level | ||
PRODUCT_SHIPPING_API_LEVEL := 31 | ||
|
||
# Audio configs | ||
PRODUCT_COPY_FILES += \ | ||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/audio/,$(TARGET_COPY_OUT_VENDOR)/etc) | ||
|
||
# Boot animation | ||
TARGET_SCREEN_HEIGHT := 2000 | ||
TARGET_SCREEN_WIDTH := 1200 | ||
|
||
# Device uses high-density artwork where available | ||
PRODUCT_AAPT_CONFIG := normal | ||
PRODUCT_AAPT_PREF_CONFIG := xhdpi | ||
|
||
# Overlays | ||
DEVICE_PACKAGE_OVERLAYS += \ | ||
$(LOCAL_PATH)/overlay | ||
|
||
# Soong namespaces | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
$(LOCAL_PATH) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
{ | ||
} | ||
[ | ||
{ | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Inherit from those products. Most specific first. | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) | ||
|
||
# Inherit some common Evolution-X stuff. | ||
$(call inherit-product, vendor/evolution/config/common_full_tablet_wifionly.mk) | ||
|
||
# Inherit from tb128fu device | ||
$(call inherit-product, device/lenovo/tb128fu/device.mk) | ||
|
||
PRODUCT_NAME := evolution_tb128fu | ||
PRODUCT_DEVICE := tb128fu | ||
PRODUCT_MANUFACTURER := Lenovo | ||
PRODUCT_BRAND := Lenovo | ||
PRODUCT_MODEL := XiaoXin Pad 2022 | ||
|
||
PRODUCT_GMS_CLIENTID_BASE := android-lenovo | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
PRIVATE_BUILD_DESC="qssi-user 12 SKQ1.220119.001 13.5.476_220805 release-keys" | ||
|
||
BUILD_FINGERPRINT := Lenovo/P89990JA1/TB128FU:12/SKQ1.220119.001/13.5.476_220805:user/release-keys | ||
# | ||
# Copyright (C) 2022 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Inherit from those products. Most specific first. | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) | ||
|
||
# Inherit some common Evolution-X stuff. | ||
$(call inherit-product, vendor/evolution/config/common_full_tablet_wifionly.mk) | ||
|
||
# Inherit from tb128fu device | ||
$(call inherit-product, device/lenovo/tb128fu/device.mk) | ||
|
||
PRODUCT_NAME := evolution_tb128fu | ||
PRODUCT_DEVICE := tb128fu | ||
PRODUCT_MANUFACTURER := Lenovo | ||
PRODUCT_BRAND := Lenovo | ||
PRODUCT_MODEL := XiaoXin Pad 2022 | ||
|
||
PRODUCT_GMS_CLIENTID_BASE := android-lenovo | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
PRIVATE_BUILD_DESC="qssi-user 12 SKQ1.220119.001 13.5.476_220805 release-keys" | ||
|
||
BUILD_FINGERPRINT := Lenovo/P89990JA1/TB128FU:12/SKQ1.220119.001/13.5.476_220805:user/release-keys |
Oops, something went wrong.