sm6150-common: Update blobs from sweet V14.0.9.0.TKFMIXM

Change-Id: I044c2dd1274bd37150ce1dfb1e956d67174df743
This commit is contained in:
basamaryan
2023-12-11 11:49:04 -05:00
parent 606d24070d
commit ead4565754
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
Copyright (c) 2022 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
BEGIN TRANSACTION;
INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 37);
DELETE FROM qcril_emergency_source_escv_nw_table where MCC = '257';
INSERT INTO "qcril_emergency_source_escv_nw_table" VALUES('257','01','101','4');
INSERT INTO "qcril_emergency_source_escv_nw_table" VALUES('257','01','102','1');
INSERT INTO "qcril_emergency_source_escv_nw_table" VALUES('257','01','103','2');
INSERT INTO "qcril_emergency_source_escv_nw_table" VALUES('257','01','104','8');
COMMIT TRANSACTION;