1root { 2 module = "ConfigTest"; 3 match_attr = "test,config"; 4 audio_info { 5 match_attr = "hw,hw_audio_info"; 6 pa_identifier = "smartpakit"; 7 smartpa_addr = 65536; 8 smartpa_num = 1; 9 builtin_primary_mic_exist = true; 10 builtin_second_mic_exist = true; 11 voice_vol_level = 256; 12 cust_name = "audio_custom_v2"; 13 dual_smartpa_delay = "true"; 14 read_u64data = 0x100000000; 15 status = "ok"; 16 } 17 fingerprint_info { 18 match_attr = "hw,hw_fingerprint_info"; 19 read_u32_index = [1, 256, 65536]; 20 finger_info = &fingerprint_one; 21 audio_info = &root.audio_info; 22 fingerprint_one { 23 product = "test"; 24 chip = "one"; 25 one_child { 26 status = "ok"; 27 } 28 status = "ok"; 29 } 30 dual_fingerprint = "false"; 31 fingerprint_two: fingerprint_one { 32 chip = "two"; 33 status = "disable"; 34 } 35 string_list_names = ["first", "second", "third"]; 36 status = "ok"; 37 } 38 data_type_test { 39 match_attr = "hw,data_type_test"; 40 read_four_data_type = [0x1, 0x100, 0x10000, 0x100000000]; 41 test_u8_elem_data = [0, 1, 2, 3, 4, 5, 6, 7]; 42 test_u16_elem_data = [0, 1, 2, 3, 4, 5, 256, 257]; 43 } 44 board_id = [65536, 256]; 45 support_Device = "TP LCD Sensor"; 46 fingerprint_three: root.fingerprint_info.fingerprint_one { 47 chip = "three"; 48 status = "disable"; 49 } 50 modem_id = [0xF6B40136, 0x0]; 51 boardId = 8000; 52} 53