mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: libinit: Add rosemary_p and secretr support
Change-Id: Ia17ced88920269b1cfa6f94e9515398438e69fef
This commit is contained in:
@@ -37,6 +37,20 @@ static const variant_info_t rosemary_info = {
|
||||
.nfc = true,
|
||||
};
|
||||
|
||||
static const variant_info_t rosemaryp_info = {
|
||||
.hwc_value = "",
|
||||
.sku_value = "",
|
||||
.vendor_sku_value = "rosemaryp",
|
||||
|
||||
.brand = "POCO",
|
||||
.device = "rosemary",
|
||||
.marketname = "POCO M5s",
|
||||
.model = "2207117BPG",
|
||||
.build_fingerprint = "POCO/rosemary_p_global/rosemary:12/SP1A.210812.016/V14.0.2.0.TKLMIXM:user/release-keys",
|
||||
|
||||
.nfc = true,
|
||||
};
|
||||
|
||||
static const variant_info_t secret_info = {
|
||||
.hwc_value = "",
|
||||
.sku_value = "",
|
||||
@@ -51,10 +65,26 @@ static const variant_info_t secret_info = {
|
||||
.nfc = false,
|
||||
};
|
||||
|
||||
static const variant_info_t secretr_info = {
|
||||
.hwc_value = "",
|
||||
.sku_value = "",
|
||||
.vendor_sku_value = "secretr",
|
||||
|
||||
.brand = "Redmi",
|
||||
.device = "secret",
|
||||
.marketname = "Redmi Note 11 SE",
|
||||
.model = "22087RA4DI",
|
||||
.build_fingerprint = "Redmi/secret_global2/secret:12/SP1A.210812.016/V14.0.2.0.TKLMIXM:user/release-keys",
|
||||
|
||||
.nfc = false,
|
||||
};
|
||||
|
||||
static const std::vector<variant_info_t> variants = {
|
||||
maltose_info,
|
||||
rosemary_info,
|
||||
rosemaryp_info,
|
||||
secret_info,
|
||||
secretr_info,
|
||||
};
|
||||
|
||||
void vendor_load_properties() {
|
||||
|
||||
Reference in New Issue
Block a user