Skip to content

Commit

Permalink
tb128fu: Run dos2unix on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Aug 11, 2023
1 parent d8d6c0a commit d108c65
Show file tree
Hide file tree
Showing 13 changed files with 796 additions and 796 deletions.
2 changes: 1 addition & 1 deletion Android.bp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
soong_namespace {
soong_namespace {
}
24 changes: 12 additions & 12 deletions Android.mk
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
26 changes: 13 additions & 13 deletions AndroidProducts.mk
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
36 changes: 18 additions & 18 deletions BoardConfig.mk
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
36 changes: 18 additions & 18 deletions README.md
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"/>
66 changes: 33 additions & 33 deletions device.mk
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)
6 changes: 3 additions & 3 deletions evolution.dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
{
}
[
{
}
]
56 changes: 28 additions & 28 deletions evolution_tb128fu.mk
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
Loading

0 comments on commit d108c65

Please sign in to comment.