diff --git a/grouper/BoardConfigPartial.mk b/grouper/BoardConfigPartial.mk new file mode 100644 index 000000000..01a0ff3d4 --- /dev/null +++ b/grouper/BoardConfigPartial.mk @@ -0,0 +1,13 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/grouper/BoardConfigVendor.mk b/grouper/BoardConfigVendor.mk index 2e4748cd6..d18865d5a 100644 --- a/grouper/BoardConfigVendor.mk +++ b/grouper/BoardConfigVendor.mk @@ -20,7 +20,4 @@ LOCAL_STEM := grouper/BoardConfigPartial.mk -include vendor/invensense/$(LOCAL_STEM) -include vendor/nvidia/$(LOCAL_STEM) -include vendor/nxp/$(LOCAL_STEM) --include vendor/trusted_logic/$(LOCAL_STEM) -include vendor/widevine/$(LOCAL_STEM) - --include vendor/unknown/$(LOCAL_STEM) diff --git a/grouper/device-partial.mk b/grouper/device-partial.mk index 5c763cbb2..300c7e8fc 100644 --- a/grouper/device-partial.mk +++ b/grouper/device-partial.mk @@ -14,14 +14,10 @@ # Asus blob(s) necessary for Grouper hardware PRODUCT_PACKAGES := \ - asound \ btmacreader \ + sensors-config \ camera.tegra3 \ - keystore.grouper \ - libdrmwvmplugin \ - libpn544_fw \ - libsensors.lightsensor \ - libwvm \ sensors.grouper \ - sensors-config \ - tf_daemon + libsensors.lightsensor \ + libdrmwvmplugin \ + libwvm diff --git a/grouper/device-vendor.mk b/grouper/device-vendor.mk index c45106d92..8adbbbbed 100644 --- a/grouper/device-vendor.mk +++ b/grouper/device-vendor.mk @@ -20,9 +20,6 @@ $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM)) $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM)) $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM)) $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM)) -$(call inherit-product-if-exists, vendor/trusted_logic/$(LOCAL_STEM)) $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM)) -$(call inherit-product-if-exists, vendor/unknown/$(LOCAL_STEM)) - PRODUCT_RESTRICT_VENDOR_FILES := owner diff --git a/grouper/proprietary/Android.mk b/grouper/proprietary/Android.mk index e9002b617..bf218333a 100644 --- a/grouper/proprietary/Android.mk +++ b/grouper/proprietary/Android.mk @@ -17,100 +17,71 @@ LOCAL_PATH := $(call my-dir) ifeq ($(TARGET_DEVICE),grouper) include $(CLEAR_VARS) -LOCAL_MODULE := asound -LOCAL_MODULE_OWNER := nvidia -LOCAL_SRC_FILES := asound.conf +LOCAL_MODULE := btmacreader +LOCAL_SRC_FILES := btmacreader +LOCAL_MODULE_CLASS := EXECUTABLES +LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES) LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := .conf -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_PATH := $(TARGET_OUT)/etc +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := btmacreader -LOCAL_MODULE_OWNER := broadcom -LOCAL_SRC_FILES := btmacreader -LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := sensors-config +LOCAL_SRC_FILES := sensors-config LOCAL_MODULE_CLASS := EXECUTABLES -LOCAL_MODULE_PATH := $(TARGET_OUT)/bin +LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) LOCAL_MODULE := camera.tegra3 -LOCAL_MODULE_OWNER := nvidia LOCAL_SRC_FILES := camera.tegra3.so -LOCAL_MODULE_TAGS := optional LOCAL_MODULE_SUFFIX := .so LOCAL_MODULE_CLASS := SHARED_LIBRARIES LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/hw -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := libdrmwvmplugin -LOCAL_MODULE_OWNER := widevine -LOCAL_SRC_FILES := libdrmwvmplugin.so LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := .so -LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib/drm +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := libpn544_fw -LOCAL_MODULE_OWNER := nxp -LOCAL_SRC_FILES := libpn544_fw.so -LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := sensors.grouper +LOCAL_SRC_FILES := sensors.grouper.so LOCAL_MODULE_SUFFIX := .so LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/firmware +LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := libsensors.lightsensor -LOCAL_MODULE_OWNER := asus +LOCAL_MODULE := libsensors.lightsensor LOCAL_SRC_FILES := libsensors.lightsensor.so -LOCAL_MODULE_TAGS := optional LOCAL_MODULE_SUFFIX := .so LOCAL_MODULE_CLASS := SHARED_LIBRARIES LOCAL_MODULE_PATH := $(TARGET_OUT)/lib -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := libwvm -LOCAL_MODULE_OWNER := widevine -LOCAL_SRC_FILES := libwvm.so LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := .so -LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := sensors.grouper -LOCAL_MODULE_OWNER := asus -LOCAL_SRC_FILES := sensors.grouper.so -LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := libdrmwvmplugin +LOCAL_SRC_FILES := libdrmwvmplugin.so LOCAL_MODULE_SUFFIX := .so LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/hw -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := sensors-config -LOCAL_MODULE_OWNER := nvidia -LOCAL_SRC_FILES := sensors-config +LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)/drm LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := EXECUTABLES -LOCAL_MODULE_PATH := $(TARGET_OUT)/bin +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := tf_daemon -LOCAL_MODULE_OWNER := nvidia -LOCAL_SRC_FILES := tf_daemon +LOCAL_MODULE := libwvm +LOCAL_SRC_FILES := libwvm.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := EXECUTABLES -LOCAL_MODULE_PATH := $(TARGET_OUT)/bin +LOCAL_MODULE_OWNER := asus include $(BUILD_PREBUILT) endif diff --git a/grouper/proprietary/asound.conf b/grouper/proprietary/asound.conf deleted file mode 100644 index 892011d12..000000000 --- a/grouper/proprietary/asound.conf +++ /dev/null @@ -1,72 +0,0 @@ -# -# ALSA library configuration file -# - -pcm.!default { - type plug - slave { - pcm "hw:tegrart5640,0" - channels 2 - rate 48000 - } -} - -ctl.!default { - type hw - card tegrart5640 -} - -pcm.music { - type plug - slave { - pcm "hw:tegrart5640,0" - channels 2 - rate 48000 - } -} - -pcm.aux { - type hw - card "Tegra" - device 3 -} - -pcm.voice { - type plug - slave { - pcm "hw:tegrart5640,2" - channels 1 - rate 8000 - } -} - -pcm.aux_plug { - type plug - slave.pcm "aux" -} - -pcm.music_and_voice { - type asym - - playback.pcm { - type plug - - slave.pcm { - type multi - - slaves.a.pcm music - slaves.b.pcm voice - slaves.a.channels 2 - slaves.b.channels 1 - - bindings.0.slave a - bindings.0.channel 0 - bindings.1.slave a - bindings.1.channel 1 - bindings.2.slave b - bindings.2.channel 0 - } - route_policy duplicate - } - capture.pcm "voice" -} diff --git a/grouper/proprietary/btmacreader b/grouper/proprietary/btmacreader old mode 100755 new mode 100644 diff --git a/grouper/proprietary/camera.tegra3.so b/grouper/proprietary/camera.tegra3.so index a119ececb..a9dbf38ca 100644 Binary files a/grouper/proprietary/camera.tegra3.so and b/grouper/proprietary/camera.tegra3.so differ diff --git a/grouper/proprietary/libdrmwvmplugin.so b/grouper/proprietary/libdrmwvmplugin.so index 265b03361..b6d16f37e 100644 Binary files a/grouper/proprietary/libdrmwvmplugin.so and b/grouper/proprietary/libdrmwvmplugin.so differ diff --git a/grouper/proprietary/libpn544_fw.so b/grouper/proprietary/libpn544_fw.so deleted file mode 100644 index 2846864f8..000000000 Binary files a/grouper/proprietary/libpn544_fw.so and /dev/null differ diff --git a/grouper/proprietary/libsensors.lightsensor.so b/grouper/proprietary/libsensors.lightsensor.so index bc3e5b6e5..11e828d6f 100644 Binary files a/grouper/proprietary/libsensors.lightsensor.so and b/grouper/proprietary/libsensors.lightsensor.so differ diff --git a/grouper/proprietary/libwvm.so b/grouper/proprietary/libwvm.so index 656d2f4b7..bcc2b0673 100644 Binary files a/grouper/proprietary/libwvm.so and b/grouper/proprietary/libwvm.so differ diff --git a/grouper/proprietary/sensors-config b/grouper/proprietary/sensors-config old mode 100755 new mode 100644 index 24e44f7c0..a4b9dfaab Binary files a/grouper/proprietary/sensors-config and b/grouper/proprietary/sensors-config differ diff --git a/grouper/proprietary/sensors.grouper.so b/grouper/proprietary/sensors.grouper.so index b566a30b0..9eea35eeb 100644 Binary files a/grouper/proprietary/sensors.grouper.so and b/grouper/proprietary/sensors.grouper.so differ diff --git a/tf101/tf101-vendor-blobs.mk b/tf101/tf101-vendor-blobs.mk index 869275c50..7b8091f57 100644 --- a/tf101/tf101-vendor-blobs.mk +++ b/tf101/tf101-vendor-blobs.mk @@ -48,6 +48,8 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf101/proprietary/lib/egl/libEGL_perfhud.so:system/lib/egl/libEGL_perfhud.so \ vendor/asus/tf101/proprietary/lib/egl/libGLESv1_CM_perfhud.so:system/lib/egl/libGLESv1_CM_perfhud.so \ vendor/asus/tf101/proprietary/lib/egl/libGLESv2_perfhud.so:system/lib/egl/libGLESv2_perfhud.so \ + vendor/asus/tf101/proprietary/lib/hw/audio.primary.tegra.so:system/lib/hw/audio.primary.tegra.so \ + vendor/asus/tf101/proprietary/lib/hw/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so \ vendor/asus/tf101/proprietary/lib/hw/camera.tegra.so:system/lib/hw/camera.tegra.so \ vendor/asus/tf101/proprietary/lib/hw/gps.ventana.so:system/lib/hw/gps.ventana.so \ vendor/asus/tf101/proprietary/lib/hw/gralloc.tegra.so:system/lib/hw/gralloc.tegra.so \ diff --git a/tf201/proprietary/bin/glgps b/tf201/proprietary/bin/glgps old mode 100644 new mode 100755 index 9aa30326c..a88c2002d Binary files a/tf201/proprietary/bin/glgps and b/tf201/proprietary/bin/glgps differ diff --git a/tf201/proprietary/bin/sensors-config b/tf201/proprietary/bin/sensors-config old mode 100644 new mode 100755 index 29487ab5f..c6c471043 Binary files a/tf201/proprietary/bin/sensors-config and b/tf201/proprietary/bin/sensors-config differ diff --git a/grouper/proprietary/tf_daemon b/tf201/proprietary/bin/tf_daemon similarity index 100% rename from grouper/proprietary/tf_daemon rename to tf201/proprietary/bin/tf_daemon diff --git a/tf201/proprietary/etc/asound.conf b/tf201/proprietary/etc/asound.conf index 15f0e029f..2e1eecb81 100644 --- a/tf201/proprietary/etc/asound.conf +++ b/tf201/proprietary/etc/asound.conf @@ -5,7 +5,7 @@ pcm.!default { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -13,13 +13,13 @@ pcm.!default { ctl.!default { type hw - card tegracodec + card tegrawm8903 } pcm.music { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -34,7 +34,7 @@ pcm.aux { pcm.voice { type plug slave { - pcm "hw:tegracodec,2" + pcm "hw:tegrawm8903,2" channels 1 rate 8000 } @@ -70,3 +70,177 @@ pcm.music_and_voice { } capture.pcm "voice" } + +pcm.default1 { + type plug + slave { + pcm "hw:tegrart5640,0" + channels 2 + rate 48000 + } +} + +ctl.default1 { + type hw + card tegrart5640 +} + +pcm.music-rt5640 { + type plug + slave { + pcm "hw:tegrart5640,0" + channels 2 + rate 48000 + } +} + +pcm.voice-rt5640 { + type plug + slave { + pcm "hw:tegrart5640,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-rt5640 { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-rt5640 + slaves.b.pcm voice-rt5640 + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-rt5640" +} + +pcm.default_max98095 { + type plug + slave { + pcm "hw:tegramax98095,0" + channels 2 + rate 48000 + } +} + +ctl.default_max98095 { + type hw + card tegramax98095 +} + +pcm.music-max98095 { + type plug + slave { + pcm "hw:tegramax98095,0" + channels 2 + rate 48000 + } +} + +pcm.voice-max98095 { + type plug + slave { + pcm "hw:tegramax98095,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-max98095 { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-max98095 + slaves.b.pcm voice-max98095 + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-max98095" +} + +pcm.default_aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +ctl.default_aic326x { + type hw + card tegraaic326x +} + +pcm.music-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +pcm.voice-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-aic326x { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-aic326x + slaves.b.pcm voice-aic326x + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-aic326x" +} diff --git a/tf201/proprietary/etc/enctune.conf b/tf201/proprietary/etc/enctune.conf index e5940cc25..1f97fc658 100644 --- a/tf201/proprietary/etc/enctune.conf +++ b/tf201/proprietary/etc/enctune.conf @@ -6,7 +6,7 @@ PMinQP 10 PMaxQP 51 VBR 2 QualityLevel medium -level 42 +level 41 packettype 0 FrameSkip 0 IntraOnlyMode 0 diff --git a/tf201/proprietary/etc/firmware/camera/00-RS_M6Mo.bin b/tf201/proprietary/etc/firmware/camera/00-RS_M6Mo.bin new file mode 100644 index 000000000..6fd4a87a1 Binary files /dev/null and b/tf201/proprietary/etc/firmware/camera/00-RS_M6Mo.bin differ diff --git a/tf201/proprietary/etc/firmware/nvavp_aud_ucode.bin b/tf201/proprietary/etc/firmware/nvavp_aud_ucode.bin new file mode 100644 index 000000000..853ed652c Binary files /dev/null and b/tf201/proprietary/etc/firmware/nvavp_aud_ucode.bin differ diff --git a/tf201/proprietary/etc/firmware/nvavp_os_00001000.bin b/tf201/proprietary/etc/firmware/nvavp_os_00001000.bin deleted file mode 100644 index 261fa0e3d..000000000 Binary files a/tf201/proprietary/etc/firmware/nvavp_os_00001000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin b/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin index c40abd803..d1dec69a1 100644 Binary files a/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin and b/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin differ diff --git a/tf201/proprietary/etc/firmware/nvavp_os_e0000000.bin b/tf201/proprietary/etc/firmware/nvavp_os_e0000000.bin deleted file mode 100644 index 9f399f260..000000000 Binary files a/tf201/proprietary/etc/firmware/nvavp_os_e0000000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvavp_os_eff00000.bin b/tf201/proprietary/etc/firmware/nvavp_os_eff00000.bin index 1672a1c2c..5b588d1b7 100644 Binary files a/tf201/proprietary/etc/firmware/nvavp_os_eff00000.bin and b/tf201/proprietary/etc/firmware/nvavp_os_eff00000.bin differ diff --git a/tf201/proprietary/etc/firmware/nvavp_vid_ucode.bin b/tf201/proprietary/etc/firmware/nvavp_vid_ucode.bin index 8aa36b389..00765b96c 100644 Binary files a/tf201/proprietary/etc/firmware/nvavp_vid_ucode.bin and b/tf201/proprietary/etc/firmware/nvavp_vid_ucode.bin differ diff --git a/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin b/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin index d1e8d4f97..3e39cdb7a 100644 Binary files a/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin and b/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin differ diff --git a/tf201/proprietary/etc/firmware/nvmm_aacdec.axf b/tf201/proprietary/etc/firmware/nvmm_aacdec.axf deleted file mode 100644 index ec3d93cd1..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_aacdec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_adtsdec.axf b/tf201/proprietary/etc/firmware/nvmm_adtsdec.axf deleted file mode 100644 index 573913e69..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_adtsdec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_h264dec.axf b/tf201/proprietary/etc/firmware/nvmm_h264dec.axf deleted file mode 100644 index 8b860af82..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_h264dec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_h264dec2x.axf b/tf201/proprietary/etc/firmware/nvmm_h264dec2x.axf deleted file mode 100644 index 5a25954f0..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_h264dec2x.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_jpegdec.axf b/tf201/proprietary/etc/firmware/nvmm_jpegdec.axf deleted file mode 100644 index 9a211ffc3..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_jpegdec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_jpegenc.axf b/tf201/proprietary/etc/firmware/nvmm_jpegenc.axf deleted file mode 100644 index 80f4b354f..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_jpegenc.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_manager.axf b/tf201/proprietary/etc/firmware/nvmm_manager.axf deleted file mode 100644 index a9ab82462..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_manager.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_mp3dec.axf b/tf201/proprietary/etc/firmware/nvmm_mp3dec.axf deleted file mode 100644 index cf393e781..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_mp3dec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_mpeg2dec.axf b/tf201/proprietary/etc/firmware/nvmm_mpeg2dec.axf deleted file mode 100644 index dffe51d3f..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_mpeg2dec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_mpeg4dec.axf b/tf201/proprietary/etc/firmware/nvmm_mpeg4dec.axf deleted file mode 100644 index 143d772fd..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_mpeg4dec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_reference.axf b/tf201/proprietary/etc/firmware/nvmm_reference.axf deleted file mode 100644 index e4d20affe..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_reference.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_service.axf b/tf201/proprietary/etc/firmware/nvmm_service.axf deleted file mode 100644 index 1c81ab8a0..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_service.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_sorensondec.axf b/tf201/proprietary/etc/firmware/nvmm_sorensondec.axf deleted file mode 100644 index b03c52100..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_sorensondec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_vc1dec.axf b/tf201/proprietary/etc/firmware/nvmm_vc1dec.axf deleted file mode 100644 index b0eb0bba1..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_vc1dec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_vc1dec_2x.axf b/tf201/proprietary/etc/firmware/nvmm_vc1dec_2x.axf deleted file mode 100644 index 15ef4b7e4..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_vc1dec_2x.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_wavdec.axf b/tf201/proprietary/etc/firmware/nvmm_wavdec.axf deleted file mode 100644 index 643e62636..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_wavdec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_wmadec.axf b/tf201/proprietary/etc/firmware/nvmm_wmadec.axf deleted file mode 100644 index 4d4ec7ad0..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_wmadec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvmm_wmaprodec.axf b/tf201/proprietary/etc/firmware/nvmm_wmaprodec.axf deleted file mode 100644 index 3452cc7c4..000000000 Binary files a/tf201/proprietary/etc/firmware/nvmm_wmaprodec.axf and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_00001000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_00001000.bin deleted file mode 100644 index 081a75e17..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_00001000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_0ff00000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_0ff00000.bin deleted file mode 100644 index 6106a2df9..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_0ff00000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_8e000000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_8e000000.bin deleted file mode 100644 index 0c8c6f79d..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_8e000000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_9e000000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_9e000000.bin deleted file mode 100644 index 18cadc812..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_9e000000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_be000000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_be000000.bin deleted file mode 100644 index 4a3db3077..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_be000000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_e0000000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_e0000000.bin deleted file mode 100644 index b35375e97..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_e0000000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/firmware/nvrm_avp_eff00000.bin b/tf201/proprietary/etc/firmware/nvrm_avp_eff00000.bin deleted file mode 100644 index 3d0c1c7c2..000000000 Binary files a/tf201/proprietary/etc/firmware/nvrm_avp_eff00000.bin and /dev/null differ diff --git a/tf201/proprietary/etc/gps.conf b/tf201/proprietary/etc/gps.conf deleted file mode 100644 index eca87d2d7..000000000 --- a/tf201/proprietary/etc/gps.conf +++ /dev/null @@ -1,28 +0,0 @@ -# -# Standard Configuration file for -# GPS Driver Library -# - -## Network Time Protocol (NTP) server -NTP_SERVER=europe.pool.ntp.org -# NTP_SERVER=uk.pool.ntp.org -# NTP_SERVER=asia.pool.ntp.org -# NTP_SERVER=oceania.pool.ntp.org -# NTP_SERVER=north-america.pool.ntp.org -# NTP_SERVER=south-america.pool.ntp.org -# NTP_SERVER=africa.pool.ntp.org - -## AssistNow Offline (XTRA) Link -XTRA_SERVER_1 http://alp.u-blox.com/current_7d.alp -XTRA_POLL_INTERVAL 20 - -### AGPS SETTINGS ### - -## AssistNow Online (AGPS-UBX) Link -# UBX_HOST=agps.u-blox.com -# UBX_PORT=46434 - -## Secure User Plane Location (AGPS-SUPL) -# SUPL_HOST=supl.google.com -# SUPL_PORT=7276 - diff --git a/tf201/proprietary/etc/nvaudio_conf_RT5631.xml b/tf201/proprietary/etc/nvaudio_conf_RT5631.xml new file mode 100644 index 000000000..eefb5f5f9 --- /dev/null +++ b/tf201/proprietary/etc/nvaudio_conf_RT5631.xml @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf201/proprietary/etc/nvaudio_conf_RT5642.xml b/tf201/proprietary/etc/nvaudio_conf_RT5642.xml new file mode 100644 index 000000000..e3d407cf0 --- /dev/null +++ b/tf201/proprietary/etc/nvaudio_conf_RT5642.xml @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf201/proprietary/etc/nvaudio_conf_WM8903.xml b/tf201/proprietary/etc/nvaudio_conf_WM8903.xml new file mode 100644 index 000000000..8af7d264a --- /dev/null +++ b/tf201/proprietary/etc/nvaudio_conf_WM8903.xml @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf201/proprietary/etc/nvcamera.conf b/tf201/proprietary/etc/nvcamera.conf new file mode 100644 index 000000000..c9bb4fd03 --- /dev/null +++ b/tf201/proprietary/etc/nvcamera.conf @@ -0,0 +1,10 @@ +# format, cameraName=device,direction,orientation,type +# type can be 'stereo' for stereo capable, 'mono' for not stereo capable, +# 'usb' to enable searching for a usb device and where to put it in the list +# if found. Lines must be shorter then 256 characters +version=1 +camera0=/dev/ov5650,back,0,mono // left sensor of back camera +camera1=/dev/ov2710,front,0,mono // front camera +camera2=/dev/ov5650,back,0,mono // right sensor of back cameras is not addressable through a unique GUID (use left as a placeholder) +camera3=/dev/ov5650,back,0,stereo // virtual stereo camera +camera4=/dev/video0,front,0,usb //usb camera diff --git a/tf201/proprietary/lib/egl/libEGL_perfhud.so b/tf201/proprietary/lib/egl/libEGL_perfhud.so index 33122bccf..db0452251 100644 Binary files a/tf201/proprietary/lib/egl/libEGL_perfhud.so and b/tf201/proprietary/lib/egl/libEGL_perfhud.so differ diff --git a/tf201/proprietary/lib/egl/libEGL_tegra.so b/tf201/proprietary/lib/egl/libEGL_tegra.so index 00e894f60..801351c25 100644 Binary files a/tf201/proprietary/lib/egl/libEGL_tegra.so and b/tf201/proprietary/lib/egl/libEGL_tegra.so differ diff --git a/tf201/proprietary/lib/egl/libEGL_tegra_impl.so b/tf201/proprietary/lib/egl/libEGL_tegra_impl.so new file mode 100644 index 000000000..9ad0fc398 Binary files /dev/null and b/tf201/proprietary/lib/egl/libEGL_tegra_impl.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv1_CM_perfhud.so b/tf201/proprietary/lib/egl/libGLESv1_CM_perfhud.so index ff3cddef6..95c4e5e83 100644 Binary files a/tf201/proprietary/lib/egl/libGLESv1_CM_perfhud.so and b/tf201/proprietary/lib/egl/libGLESv1_CM_perfhud.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so b/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so index f8791b371..ff3522c55 100644 Binary files a/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so and b/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so b/tf201/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so new file mode 100644 index 000000000..b4b7e6228 Binary files /dev/null and b/tf201/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv2_perfhud.so b/tf201/proprietary/lib/egl/libGLESv2_perfhud.so index 084561e5f..64bbf79c7 100644 Binary files a/tf201/proprietary/lib/egl/libGLESv2_perfhud.so and b/tf201/proprietary/lib/egl/libGLESv2_perfhud.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv2_tegra.so b/tf201/proprietary/lib/egl/libGLESv2_tegra.so index 56d0ee093..bba573b10 100644 Binary files a/tf201/proprietary/lib/egl/libGLESv2_tegra.so and b/tf201/proprietary/lib/egl/libGLESv2_tegra.so differ diff --git a/tf201/proprietary/lib/egl/libGLESv2_tegra_impl.so b/tf201/proprietary/lib/egl/libGLESv2_tegra_impl.so new file mode 100644 index 000000000..43e832ece Binary files /dev/null and b/tf201/proprietary/lib/egl/libGLESv2_tegra_impl.so differ diff --git a/tf201/proprietary/lib/hw/audio.primary.default.so b/tf201/proprietary/lib/hw/audio.primary.default.so new file mode 100644 index 000000000..86c3b4344 Binary files /dev/null and b/tf201/proprietary/lib/hw/audio.primary.default.so differ diff --git a/tf201/proprietary/lib/hw/audio.primary.tegra.so b/tf201/proprietary/lib/hw/audio.primary.tegra.so index 53804c5c2..56b0d947a 100644 Binary files a/tf201/proprietary/lib/hw/audio.primary.tegra.so and b/tf201/proprietary/lib/hw/audio.primary.tegra.so differ diff --git a/tf201/proprietary/lib/hw/audio_policy.tegra.so b/tf201/proprietary/lib/hw/audio_policy.tegra.so index 7af9ca7eb..26b8e9b2d 100644 Binary files a/tf201/proprietary/lib/hw/audio_policy.tegra.so and b/tf201/proprietary/lib/hw/audio_policy.tegra.so differ diff --git a/tf201/proprietary/lib/hw/camera.tegra.so b/tf201/proprietary/lib/hw/camera.tegra.so index b281d5b63..78a705b5a 100644 Binary files a/tf201/proprietary/lib/hw/camera.tegra.so and b/tf201/proprietary/lib/hw/camera.tegra.so differ diff --git a/tf201/proprietary/lib/hw/gps.tegra.so b/tf201/proprietary/lib/hw/gps.tegra.so old mode 100755 new mode 100644 index cde426b07..c323c935c Binary files a/tf201/proprietary/lib/hw/gps.tegra.so and b/tf201/proprietary/lib/hw/gps.tegra.so differ diff --git a/tf201/proprietary/lib/hw/gpsdongle.tegra.so b/tf201/proprietary/lib/hw/gpsdongle.tegra.so index 474076ee3..43f20ecb2 100644 Binary files a/tf201/proprietary/lib/hw/gpsdongle.tegra.so and b/tf201/proprietary/lib/hw/gpsdongle.tegra.so differ diff --git a/tf201/proprietary/lib/hw/gpsinternal.tegra.so b/tf201/proprietary/lib/hw/gpsinternal.tegra.so deleted file mode 100644 index 4ddb5f1de..000000000 Binary files a/tf201/proprietary/lib/hw/gpsinternal.tegra.so and /dev/null differ diff --git a/tf201/proprietary/lib/hw/gralloc.tegra.so b/tf201/proprietary/lib/hw/gralloc.tegra.so index 398d12d59..daa137469 100644 Binary files a/tf201/proprietary/lib/hw/gralloc.tegra.so and b/tf201/proprietary/lib/hw/gralloc.tegra.so differ diff --git a/tf201/proprietary/lib/hw/hwcomposer.tegra.so b/tf201/proprietary/lib/hw/hwcomposer.tegra.so index 838df3b05..7234ef046 100644 Binary files a/tf201/proprietary/lib/hw/hwcomposer.tegra.so and b/tf201/proprietary/lib/hw/hwcomposer.tegra.so differ diff --git a/tf201/proprietary/lib/hw/lights.cardhu.so b/tf201/proprietary/lib/hw/lights.cardhu.so index b2f8f07fc..44e5c6f4a 100644 Binary files a/tf201/proprietary/lib/hw/lights.cardhu.so and b/tf201/proprietary/lib/hw/lights.cardhu.so differ diff --git a/tf201/proprietary/lib/hw/sensors.cardhu.so b/tf201/proprietary/lib/hw/sensors.cardhu.so index 66b41851d..0d755591b 100644 Binary files a/tf201/proprietary/lib/hw/sensors.cardhu.so and b/tf201/proprietary/lib/hw/sensors.cardhu.so differ diff --git a/tf201/proprietary/lib/hw/sensors6050.cardhu.so b/tf201/proprietary/lib/hw/sensors6050.cardhu.so new file mode 100644 index 000000000..19770230b Binary files /dev/null and b/tf201/proprietary/lib/hw/sensors6050.cardhu.so differ diff --git a/tf201/proprietary/lib/hw/sensors_generic.cardhu.so b/tf201/proprietary/lib/hw/sensors_generic.cardhu.so new file mode 100644 index 000000000..980ffa652 Binary files /dev/null and b/tf201/proprietary/lib/hw/sensors_generic.cardhu.so differ diff --git a/tf201/proprietary/lib/libEGL.so b/tf201/proprietary/lib/libEGL.so new file mode 100644 index 000000000..79457623e Binary files /dev/null and b/tf201/proprietary/lib/libEGL.so differ diff --git a/tf201/proprietary/lib/libardrv_dynamic.so b/tf201/proprietary/lib/libardrv_dynamic.so index 5bf131142..f47563051 100644 Binary files a/tf201/proprietary/lib/libardrv_dynamic.so and b/tf201/proprietary/lib/libardrv_dynamic.so differ diff --git a/tf201/proprietary/lib/libasound.so b/tf201/proprietary/lib/libasound.so index 2ab71bf75..193383d0c 100644 Binary files a/tf201/proprietary/lib/libasound.so and b/tf201/proprietary/lib/libasound.so differ diff --git a/tf201/proprietary/lib/libaudioavp.so b/tf201/proprietary/lib/libaudioavp.so new file mode 100644 index 000000000..63159ebf0 Binary files /dev/null and b/tf201/proprietary/lib/libaudioavp.so differ diff --git a/tf201/proprietary/lib/libcgdrv.so b/tf201/proprietary/lib/libcgdrv.so index ddd5145b7..9d98d113e 100644 Binary files a/tf201/proprietary/lib/libcgdrv.so and b/tf201/proprietary/lib/libcgdrv.so differ diff --git a/tf201/proprietary/lib/libmllite.so b/tf201/proprietary/lib/libmllite.so index ecbc8bebc..48adb234a 100644 Binary files a/tf201/proprietary/lib/libmllite.so and b/tf201/proprietary/lib/libmllite.so differ diff --git a/tf300t/proprietary/lib/libmllite.so b/tf201/proprietary/lib/libmllite3050.so similarity index 52% rename from tf300t/proprietary/lib/libmllite.so rename to tf201/proprietary/lib/libmllite3050.so index ecbc8bebc..6122c34af 100644 Binary files a/tf300t/proprietary/lib/libmllite.so and b/tf201/proprietary/lib/libmllite3050.so differ diff --git a/tf201/proprietary/lib/libmllite6050.so b/tf201/proprietary/lib/libmllite6050.so new file mode 100644 index 000000000..6bf1ac059 Binary files /dev/null and b/tf201/proprietary/lib/libmllite6050.so differ diff --git a/tf201/proprietary/lib/libmlplatform.so b/tf201/proprietary/lib/libmlplatform.so index fff726174..a170ab827 100644 Binary files a/tf201/proprietary/lib/libmlplatform.so and b/tf201/proprietary/lib/libmlplatform.so differ diff --git a/tf300t/proprietary/lib/libmlplatform.so b/tf201/proprietary/lib/libmlplatform3050.so similarity index 70% rename from tf300t/proprietary/lib/libmlplatform.so rename to tf201/proprietary/lib/libmlplatform3050.so index fff726174..b90493740 100644 Binary files a/tf300t/proprietary/lib/libmlplatform.so and b/tf201/proprietary/lib/libmlplatform3050.so differ diff --git a/tf201/proprietary/lib/libmlplatform6050.so b/tf201/proprietary/lib/libmlplatform6050.so new file mode 100644 index 000000000..e390fcd6a Binary files /dev/null and b/tf201/proprietary/lib/libmlplatform6050.so differ diff --git a/tf201/proprietary/lib/libmplmpu.so b/tf201/proprietary/lib/libmplmpu.so index feff13250..c22a3f791 100644 Binary files a/tf201/proprietary/lib/libmplmpu.so and b/tf201/proprietary/lib/libmplmpu.so differ diff --git a/tf201/proprietary/lib/libmplmpu3050.so b/tf201/proprietary/lib/libmplmpu3050.so new file mode 100644 index 000000000..b8c215d4f Binary files /dev/null and b/tf201/proprietary/lib/libmplmpu3050.so differ diff --git a/tf201/proprietary/lib/libmplmpu6050.so b/tf201/proprietary/lib/libmplmpu6050.so new file mode 100644 index 000000000..c81738b95 Binary files /dev/null and b/tf201/proprietary/lib/libmplmpu6050.so differ diff --git a/tf201/proprietary/lib/libnvapputil.so b/tf201/proprietary/lib/libnvapputil.so new file mode 100644 index 000000000..41ecc14b8 Binary files /dev/null and b/tf201/proprietary/lib/libnvapputil.so differ diff --git a/tf201/proprietary/lib/libnvasfparserhal.so b/tf201/proprietary/lib/libnvasfparserhal.so index 5605a0ce7..2ba5ca5e0 100644 Binary files a/tf201/proprietary/lib/libnvasfparserhal.so and b/tf201/proprietary/lib/libnvasfparserhal.so differ diff --git a/tf201/proprietary/lib/libnvaudioservice.so b/tf201/proprietary/lib/libnvaudioservice.so new file mode 100644 index 000000000..dddcb9076 Binary files /dev/null and b/tf201/proprietary/lib/libnvaudioservice.so differ diff --git a/tf201/proprietary/lib/libnvaviparserhal.so b/tf201/proprietary/lib/libnvaviparserhal.so index c626e18b1..11ebd38af 100644 Binary files a/tf201/proprietary/lib/libnvaviparserhal.so and b/tf201/proprietary/lib/libnvaviparserhal.so differ diff --git a/tf201/proprietary/lib/libnvavp.so b/tf201/proprietary/lib/libnvavp.so index 7461fa644..5bb706198 100644 Binary files a/tf201/proprietary/lib/libnvavp.so and b/tf201/proprietary/lib/libnvavp.so differ diff --git a/tf201/proprietary/lib/libnvcamerahdr.so b/tf201/proprietary/lib/libnvcamerahdr.so new file mode 100644 index 000000000..63ad14f15 Binary files /dev/null and b/tf201/proprietary/lib/libnvcamerahdr.so differ diff --git a/tf201/proprietary/lib/libnvcap.so b/tf201/proprietary/lib/libnvcap.so new file mode 100644 index 000000000..0b3f4c5e3 Binary files /dev/null and b/tf201/proprietary/lib/libnvcap.so differ diff --git a/tf201/proprietary/lib/libnvcap_video.so b/tf201/proprietary/lib/libnvcap_video.so new file mode 100644 index 000000000..f9fe02bc4 Binary files /dev/null and b/tf201/proprietary/lib/libnvcap_video.so differ diff --git a/tf201/proprietary/lib/libnvcapclk.so b/tf201/proprietary/lib/libnvcapclk.so new file mode 100644 index 000000000..44e624a09 Binary files /dev/null and b/tf201/proprietary/lib/libnvcapclk.so differ diff --git a/tf201/proprietary/lib/libnvcontrol_jni.so b/tf201/proprietary/lib/libnvcontrol_jni.so index d65c9cbbd..b2f903fdd 100644 Binary files a/tf201/proprietary/lib/libnvcontrol_jni.so and b/tf201/proprietary/lib/libnvcontrol_jni.so differ diff --git a/tf201/proprietary/lib/libnvcpud.so b/tf201/proprietary/lib/libnvcpud.so deleted file mode 100644 index 28a76470b..000000000 Binary files a/tf201/proprietary/lib/libnvcpud.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvcpud_client.so b/tf201/proprietary/lib/libnvcpud_client.so deleted file mode 100644 index 7f834ec13..000000000 Binary files a/tf201/proprietary/lib/libnvcpud_client.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvddk_2d.so b/tf201/proprietary/lib/libnvddk_2d.so index ef4e78419..f7b305e35 100644 Binary files a/tf201/proprietary/lib/libnvddk_2d.so and b/tf201/proprietary/lib/libnvddk_2d.so differ diff --git a/tf201/proprietary/lib/libnvddk_2d_v2.so b/tf201/proprietary/lib/libnvddk_2d_v2.so index c5da0c2ff..4f3598ae3 100644 Binary files a/tf201/proprietary/lib/libnvddk_2d_v2.so and b/tf201/proprietary/lib/libnvddk_2d_v2.so differ diff --git a/tf201/proprietary/lib/libnvdispmgr_d.so b/tf201/proprietary/lib/libnvdispmgr_d.so deleted file mode 100644 index 023ada9c4..000000000 Binary files a/tf201/proprietary/lib/libnvdispmgr_d.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvglsi.so b/tf201/proprietary/lib/libnvglsi.so new file mode 100644 index 000000000..c77507281 Binary files /dev/null and b/tf201/proprietary/lib/libnvglsi.so differ diff --git a/tf201/proprietary/lib/libnvhdmi3dplay_jni.so b/tf201/proprietary/lib/libnvhdmi3dplay_jni.so index f21307670..f1a9b65b2 100644 Binary files a/tf201/proprietary/lib/libnvhdmi3dplay_jni.so and b/tf201/proprietary/lib/libnvhdmi3dplay_jni.so differ diff --git a/tf201/proprietary/lib/libnvmm.so b/tf201/proprietary/lib/libnvmm.so index 34da58de5..55d63550d 100644 Binary files a/tf201/proprietary/lib/libnvmm.so and b/tf201/proprietary/lib/libnvmm.so differ diff --git a/tf201/proprietary/lib/libnvmm_asfparser.so b/tf201/proprietary/lib/libnvmm_asfparser.so index 7fac27692..6bc51c5f8 100644 Binary files a/tf201/proprietary/lib/libnvmm_asfparser.so and b/tf201/proprietary/lib/libnvmm_asfparser.so differ diff --git a/tf201/proprietary/lib/libnvmm_audio.so b/tf201/proprietary/lib/libnvmm_audio.so index 12eebcbef..d2be037c0 100644 Binary files a/tf201/proprietary/lib/libnvmm_audio.so and b/tf201/proprietary/lib/libnvmm_audio.so differ diff --git a/tf201/proprietary/lib/libnvmm_aviparser.so b/tf201/proprietary/lib/libnvmm_aviparser.so index 3b42f9b8a..2824546bd 100644 Binary files a/tf201/proprietary/lib/libnvmm_aviparser.so and b/tf201/proprietary/lib/libnvmm_aviparser.so differ diff --git a/tf201/proprietary/lib/libnvmm_camera.so b/tf201/proprietary/lib/libnvmm_camera.so index 95dd88486..8c04759f7 100644 Binary files a/tf201/proprietary/lib/libnvmm_camera.so and b/tf201/proprietary/lib/libnvmm_camera.so differ diff --git a/tf201/proprietary/lib/libnvmm_contentpipe.so b/tf201/proprietary/lib/libnvmm_contentpipe.so index 2197499b4..14ae7ce86 100644 Binary files a/tf201/proprietary/lib/libnvmm_contentpipe.so and b/tf201/proprietary/lib/libnvmm_contentpipe.so differ diff --git a/tf201/proprietary/lib/libnvmm_image.so b/tf201/proprietary/lib/libnvmm_image.so index df3def716..487c6dde5 100644 Binary files a/tf201/proprietary/lib/libnvmm_image.so and b/tf201/proprietary/lib/libnvmm_image.so differ diff --git a/tf201/proprietary/lib/libnvmm_manager.so b/tf201/proprietary/lib/libnvmm_manager.so index 74df94583..1cce18a4b 100644 Binary files a/tf201/proprietary/lib/libnvmm_manager.so and b/tf201/proprietary/lib/libnvmm_manager.so differ diff --git a/tf201/proprietary/lib/libnvmm_misc.so b/tf201/proprietary/lib/libnvmm_misc.so deleted file mode 100644 index f2e938a86..000000000 Binary files a/tf201/proprietary/lib/libnvmm_misc.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvmm_msaudio.so b/tf201/proprietary/lib/libnvmm_msaudio.so index 4f03379d5..a2c39da83 100644 Binary files a/tf201/proprietary/lib/libnvmm_msaudio.so and b/tf201/proprietary/lib/libnvmm_msaudio.so differ diff --git a/tf201/proprietary/lib/libnvmm_parser.so b/tf201/proprietary/lib/libnvmm_parser.so index d15c6dec2..742976d0e 100644 Binary files a/tf201/proprietary/lib/libnvmm_parser.so and b/tf201/proprietary/lib/libnvmm_parser.so differ diff --git a/tf201/proprietary/lib/libnvmm_service.so b/tf201/proprietary/lib/libnvmm_service.so index e09a00065..d5567b8ed 100644 Binary files a/tf201/proprietary/lib/libnvmm_service.so and b/tf201/proprietary/lib/libnvmm_service.so differ diff --git a/tf201/proprietary/lib/libnvmm_utils.so b/tf201/proprietary/lib/libnvmm_utils.so index ddf33b52d..7fde0b5ef 100644 Binary files a/tf201/proprietary/lib/libnvmm_utils.so and b/tf201/proprietary/lib/libnvmm_utils.so differ diff --git a/tf201/proprietary/lib/libnvmm_vc1_video.so b/tf201/proprietary/lib/libnvmm_vc1_video.so index 2c8171bce..c56dc6b2e 100644 Binary files a/tf201/proprietary/lib/libnvmm_vc1_video.so and b/tf201/proprietary/lib/libnvmm_vc1_video.so differ diff --git a/tf201/proprietary/lib/libnvmm_video.so b/tf201/proprietary/lib/libnvmm_video.so index 7862d0043..2f9ee9c27 100644 Binary files a/tf201/proprietary/lib/libnvmm_video.so and b/tf201/proprietary/lib/libnvmm_video.so differ diff --git a/tf201/proprietary/lib/libnvmm_vp6_video.so b/tf201/proprietary/lib/libnvmm_vp6_video.so deleted file mode 100644 index afc988650..000000000 Binary files a/tf201/proprietary/lib/libnvmm_vp6_video.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvmm_writer.so b/tf201/proprietary/lib/libnvmm_writer.so index 302de7d69..346576431 100644 Binary files a/tf201/proprietary/lib/libnvmm_writer.so and b/tf201/proprietary/lib/libnvmm_writer.so differ diff --git a/tf201/proprietary/lib/libnvmmlite.so b/tf201/proprietary/lib/libnvmmlite.so index 2e001de0c..977d72009 100644 Binary files a/tf201/proprietary/lib/libnvmmlite.so and b/tf201/proprietary/lib/libnvmmlite.so differ diff --git a/tf201/proprietary/lib/libnvmmlite_audio.so b/tf201/proprietary/lib/libnvmmlite_audio.so index cade35c0e..1363dc158 100644 Binary files a/tf201/proprietary/lib/libnvmmlite_audio.so and b/tf201/proprietary/lib/libnvmmlite_audio.so differ diff --git a/tf201/proprietary/lib/libnvmmlite_image.so b/tf201/proprietary/lib/libnvmmlite_image.so index 2ffa7f141..39522bd31 100644 Binary files a/tf201/proprietary/lib/libnvmmlite_image.so and b/tf201/proprietary/lib/libnvmmlite_image.so differ diff --git a/tf201/proprietary/lib/libnvmmlite_msaudio.so b/tf201/proprietary/lib/libnvmmlite_msaudio.so index a2f0eb375..e045a2ca0 100644 Binary files a/tf201/proprietary/lib/libnvmmlite_msaudio.so and b/tf201/proprietary/lib/libnvmmlite_msaudio.so differ diff --git a/tf201/proprietary/lib/libnvmmlite_utils.so b/tf201/proprietary/lib/libnvmmlite_utils.so index 1f4b0ecc7..3f71cec62 100644 Binary files a/tf201/proprietary/lib/libnvmmlite_utils.so and b/tf201/proprietary/lib/libnvmmlite_utils.so differ diff --git a/tf201/proprietary/lib/libnvmmlite_video.so b/tf201/proprietary/lib/libnvmmlite_video.so index 3e72dafff..73b92bc78 100644 Binary files a/tf201/proprietary/lib/libnvmmlite_video.so and b/tf201/proprietary/lib/libnvmmlite_video.so differ diff --git a/tf201/proprietary/lib/libnvodm_dtvtuner.so b/tf201/proprietary/lib/libnvodm_dtvtuner.so index e7621d031..3b7416331 100644 Binary files a/tf201/proprietary/lib/libnvodm_dtvtuner.so and b/tf201/proprietary/lib/libnvodm_dtvtuner.so differ diff --git a/tf201/proprietary/lib/libnvodm_hdmi.so b/tf201/proprietary/lib/libnvodm_hdmi.so index fd98eead4..55292cbee 100644 Binary files a/tf201/proprietary/lib/libnvodm_hdmi.so and b/tf201/proprietary/lib/libnvodm_hdmi.so differ diff --git a/tf201/proprietary/lib/libnvodm_imager.so b/tf201/proprietary/lib/libnvodm_imager.so index cd3dacc0a..786db7840 100644 Binary files a/tf201/proprietary/lib/libnvodm_imager.so and b/tf201/proprietary/lib/libnvodm_imager.so differ diff --git a/tf201/proprietary/lib/libnvodm_misc.so b/tf201/proprietary/lib/libnvodm_misc.so index 8f3b30887..c137604fc 100644 Binary files a/tf201/proprietary/lib/libnvodm_misc.so and b/tf201/proprietary/lib/libnvodm_misc.so differ diff --git a/tf201/proprietary/lib/libnvodm_query.so b/tf201/proprietary/lib/libnvodm_query.so index 179b20a34..ef496f8f5 100644 Binary files a/tf201/proprietary/lib/libnvodm_query.so and b/tf201/proprietary/lib/libnvodm_query.so differ diff --git a/tf201/proprietary/lib/libnvomx.so b/tf201/proprietary/lib/libnvomx.so index 39ab975df..44a873990 100644 Binary files a/tf201/proprietary/lib/libnvomx.so and b/tf201/proprietary/lib/libnvomx.so differ diff --git a/tf201/proprietary/lib/libnvomxadaptor.so b/tf201/proprietary/lib/libnvomxadaptor.so index c25055b36..56a9bd3cf 100644 Binary files a/tf201/proprietary/lib/libnvomxadaptor.so and b/tf201/proprietary/lib/libnvomxadaptor.so differ diff --git a/tf201/proprietary/lib/libnvomxilclient.so b/tf201/proprietary/lib/libnvomxilclient.so index 9de5b63ef..a2701f45d 100644 Binary files a/tf201/proprietary/lib/libnvomxilclient.so and b/tf201/proprietary/lib/libnvomxilclient.so differ diff --git a/tf201/proprietary/lib/libnvos.so b/tf201/proprietary/lib/libnvos.so index 6d1154e27..3ee571e3a 100644 Binary files a/tf201/proprietary/lib/libnvos.so and b/tf201/proprietary/lib/libnvos.so differ diff --git a/tf201/proprietary/lib/libnvparser.so b/tf201/proprietary/lib/libnvparser.so index 631fac4c5..79e9f11aa 100644 Binary files a/tf201/proprietary/lib/libnvparser.so and b/tf201/proprietary/lib/libnvparser.so differ diff --git a/tf201/proprietary/lib/libnvremoteevtmgr.so b/tf201/proprietary/lib/libnvremoteevtmgr.so new file mode 100644 index 000000000..6d97d251f Binary files /dev/null and b/tf201/proprietary/lib/libnvremoteevtmgr.so differ diff --git a/tf201/proprietary/lib/libnvremotell.so b/tf201/proprietary/lib/libnvremotell.so new file mode 100644 index 000000000..f15538f97 Binary files /dev/null and b/tf201/proprietary/lib/libnvremotell.so differ diff --git a/tf201/proprietary/lib/libnvremoteprotocol.so b/tf201/proprietary/lib/libnvremoteprotocol.so new file mode 100644 index 000000000..e2d07d2a1 Binary files /dev/null and b/tf201/proprietary/lib/libnvremoteprotocol.so differ diff --git a/tf201/proprietary/lib/libnvrm.so b/tf201/proprietary/lib/libnvrm.so index bee52a6af..34312d16b 100644 Binary files a/tf201/proprietary/lib/libnvrm.so and b/tf201/proprietary/lib/libnvrm.so differ diff --git a/tf201/proprietary/lib/libnvrm_graphics.so b/tf201/proprietary/lib/libnvrm_graphics.so index 8cb5375c2..5533c57d3 100644 Binary files a/tf201/proprietary/lib/libnvrm_graphics.so and b/tf201/proprietary/lib/libnvrm_graphics.so differ diff --git a/tf201/proprietary/lib/libnvsm.so b/tf201/proprietary/lib/libnvsm.so index c28155b1c..f8e92fdbc 100644 Binary files a/tf201/proprietary/lib/libnvsm.so and b/tf201/proprietary/lib/libnvsm.so differ diff --git a/tf201/proprietary/lib/libnvstereoutils_jni.so b/tf201/proprietary/lib/libnvstereoutils_jni.so deleted file mode 100644 index 88fe6a290..000000000 Binary files a/tf201/proprietary/lib/libnvstereoutils_jni.so and /dev/null differ diff --git a/tf201/proprietary/lib/libnvsystemuiext_jni.so b/tf201/proprietary/lib/libnvsystemuiext_jni.so index 3041e1724..83e4759b1 100644 Binary files a/tf201/proprietary/lib/libnvsystemuiext_jni.so and b/tf201/proprietary/lib/libnvsystemuiext_jni.so differ diff --git a/tf201/proprietary/lib/libnvtestio.so b/tf201/proprietary/lib/libnvtestio.so index f52117eb9..a2a47a84f 100644 Binary files a/tf201/proprietary/lib/libnvtestio.so and b/tf201/proprietary/lib/libnvtestio.so differ diff --git a/tf201/proprietary/lib/libnvtestresults.so b/tf201/proprietary/lib/libnvtestresults.so index 8cfa7a367..46ed9ba03 100644 Binary files a/tf201/proprietary/lib/libnvtestresults.so and b/tf201/proprietary/lib/libnvtestresults.so differ diff --git a/tf201/proprietary/lib/libnvtvmr.so b/tf201/proprietary/lib/libnvtvmr.so index 9c98ba15e..b64c34837 100644 Binary files a/tf201/proprietary/lib/libnvtvmr.so and b/tf201/proprietary/lib/libnvtvmr.so differ diff --git a/tf201/proprietary/lib/libnvwinsys.so b/tf201/proprietary/lib/libnvwinsys.so index 0370751d2..7d5e1319b 100644 Binary files a/tf201/proprietary/lib/libnvwinsys.so and b/tf201/proprietary/lib/libnvwinsys.so differ diff --git a/tf201/proprietary/lib/libnvwsi.so b/tf201/proprietary/lib/libnvwsi.so index 984e2a8e4..ff222cd57 100644 Binary files a/tf201/proprietary/lib/libnvwsi.so and b/tf201/proprietary/lib/libnvwsi.so differ diff --git a/tf201/proprietary/lib/libsensors.al3010.so b/tf201/proprietary/lib/libsensors.al3010.so index 71c282bf9..9b2286a36 100644 Binary files a/tf201/proprietary/lib/libsensors.al3010.so and b/tf201/proprietary/lib/libsensors.al3010.so differ diff --git a/tf201/proprietary/lib/libsensors.base.so b/tf201/proprietary/lib/libsensors.base.so index 56983b395..6b63841ce 100644 Binary files a/tf201/proprietary/lib/libsensors.base.so and b/tf201/proprietary/lib/libsensors.base.so differ diff --git a/tf201/proprietary/lib/libsensors.base6050.so b/tf201/proprietary/lib/libsensors.base6050.so new file mode 100644 index 000000000..3410c902c Binary files /dev/null and b/tf201/proprietary/lib/libsensors.base6050.so differ diff --git a/tf201/proprietary/lib/libsensors.isl29018.so b/tf201/proprietary/lib/libsensors.isl29018.so index 54140638c..7c452ae0f 100644 Binary files a/tf201/proprietary/lib/libsensors.isl29018.so and b/tf201/proprietary/lib/libsensors.isl29018.so differ diff --git a/tf201/proprietary/lib/libsensors.isl29028.so b/tf201/proprietary/lib/libsensors.isl29028.so index 10ecdba0a..6c085e2f7 100644 Binary files a/tf201/proprietary/lib/libsensors.isl29028.so and b/tf201/proprietary/lib/libsensors.isl29028.so differ diff --git a/tf201/proprietary/lib/libsensors.ltr558als.so b/tf201/proprietary/lib/libsensors.ltr558als.so new file mode 100644 index 000000000..5f20b13ee Binary files /dev/null and b/tf201/proprietary/lib/libsensors.ltr558als.so differ diff --git a/tf201/proprietary/lib/libsensors.mpl.so b/tf201/proprietary/lib/libsensors.mpl.so deleted file mode 100644 index 632e8431e..000000000 Binary files a/tf201/proprietary/lib/libsensors.mpl.so and /dev/null differ diff --git a/tf201/proprietary/lib/libsensors.mpl3050.so b/tf201/proprietary/lib/libsensors.mpl3050.so new file mode 100644 index 000000000..d7578b472 Binary files /dev/null and b/tf201/proprietary/lib/libsensors.mpl3050.so differ diff --git a/tf201/proprietary/lib/libstagefrighthw.so b/tf201/proprietary/lib/libstagefrighthw.so index f052f6da7..32d021d14 100644 Binary files a/tf201/proprietary/lib/libstagefrighthw.so and b/tf201/proprietary/lib/libstagefrighthw.so differ diff --git a/tf201/proprietary/lib/libtinyalsa.so b/tf201/proprietary/lib/libtinyalsa.so new file mode 100644 index 000000000..d935adac9 Binary files /dev/null and b/tf201/proprietary/lib/libtinyalsa.so differ diff --git a/tf201/proprietary/lib/omxplayer.so b/tf201/proprietary/lib/omxplayer.so deleted file mode 100644 index 65f9d8abb..000000000 Binary files a/tf201/proprietary/lib/omxplayer.so and /dev/null differ diff --git a/tf201/tf201-vendor-blobs.mk b/tf201/tf201-vendor-blobs.mk index d407987f7..84ef7e98b 100644 --- a/tf201/tf201-vendor-blobs.mk +++ b/tf201/tf201-vendor-blobs.mk @@ -24,125 +24,125 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf201/proprietary/bin/sensors-config:system/bin/sensors-config \ vendor/asus/tf201/proprietary/bin/glgps:system/bin/glgps \ + vendor/asus/tf201/proprietary/bin/tf_daemon:system/bin/tf_daemon \ vendor/asus/tf201/proprietary/etc/enctune.conf:system/etc/enctune.conf \ - vendor/asus/tf201/proprietary/etc/gps.conf:system/etc/gps.conf \ vendor/asus/tf201/proprietary/etc/u-blox.conf:system/etc/u-blox.conf \ vendor/asus/tf201/proprietary/etc/asound.conf:system/etc/asound.conf \ vendor/asus/tf201/proprietary/etc/dbus.conf:system/etc/dbus.conf \ - vendor/asus/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin:system/etc/firmware/nvavp_os_0ff00000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvavp_os_00001000.bin:system/etc/firmware/nvavp_os_00001000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvavp_os_e0000000.bin:system/etc/firmware/nvavp_os_e0000000.bin \ + vendor/asus/tf201/proprietary/etc/nvaudio_conf_RT5631.xml:system/etc/nvaudio_conf_RT5631.xml \ + vendor/asus/tf201/proprietary/etc/nvaudio_conf_RT5642.xml:system/etc/nvaudio_conf_RT5642.xml \ + vendor/asus/tf201/proprietary/etc/nvaudio_conf_WM8903.xml:system/etc/nvaudio_conf_WM8903.xml \ + vendor/asus/tf201/proprietary/etc/nvcamera.conf:system/etc/nvcamera.conf \ + vendor/asus/tf201/proprietary/etc/firmware/nvavp_aud_ucode.bin:system/etc/firmware/nvavp_aud_ucode.bin \ vendor/asus/tf201/proprietary/etc/firmware/nvavp_os_eff00000.bin:system/etc/firmware/nvavp_os_eff00000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin:system/etc/firmware/nvavp_vid_ucode_alt.bin \ vendor/asus/tf201/proprietary/etc/firmware/nvavp_vid_ucode.bin:system/etc/firmware/nvavp_vid_ucode.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_aacdec.axf:system/etc/firmware/nvmm_aacdec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_adtsdec.axf:system/etc/firmware/nvmm_adtsdec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_h264dec2x.axf:system/etc/firmware/nvmm_h264dec2x.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_h264dec.axf:system/etc/firmware/nvmm_h264dec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_jpegdec.axf:system/etc/firmware/nvmm_jpegdec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_jpegenc.axf:system/etc/firmware/nvmm_jpegenc.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_manager.axf:system/etc/firmware/nvmm_manager.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_mp3dec.axf:system/etc/firmware/nvmm_mp3dec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_mpeg2dec.axf:system/etc/firmware/nvmm_mpeg2dec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_mpeg4dec.axf:system/etc/firmware/nvmm_mpeg4dec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_reference.axf:system/etc/firmware/nvmm_reference.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_service.axf:system/etc/firmware/nvmm_service.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_sorensondec.axf:system/etc/firmware/nvmm_sorensondec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_vc1dec_2x.axf:system/etc/firmware/nvmm_vc1dec_2x.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_vc1dec.axf:system/etc/firmware/nvmm_vc1dec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_wavdec.axf:system/etc/firmware/nvmm_wavdec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_wmadec.axf:system/etc/firmware/nvmm_wmadec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvmm_wmaprodec.axf:system/etc/firmware/nvmm_wmaprodec.axf \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_00001000.bin:system/etc/firmware/nvrm_avp_00001000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_0ff00000.bin:system/etc/firmware/nvrm_avp_0ff00000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_8e000000.bin:system/etc/firmware/nvrm_avp_8e000000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_9e000000.bin:system/etc/firmware/nvrm_avp_9e000000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_be000000.bin:system/etc/firmware/nvrm_avp_be000000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_e0000000.bin:system/etc/firmware/nvrm_avp_e0000000.bin \ - vendor/asus/tf201/proprietary/etc/firmware/nvrm_avp_eff00000.bin:system/etc/firmware/nvrm_avp_eff00000.bin \ + vendor/asus/tf201/proprietary/etc/firmware/nvavp_os_0ff00000.bin:system/etc/firmware/nvavp_os_0ff00000.bin \ + vendor/asus/tf201/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin:system/etc/firmware/nvavp_vid_ucode_alt.bin \ + vendor/asus/tf201/proprietary/etc/firmware/camera/00-RS_M6Mo.bin:system/etc/firmware/camera/00-RS_M6Mo.bin \ vendor/asus/tf201/proprietary/etc/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ - vendor/asus/tf201/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ - vendor/asus/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ - vendor/asus/tf201/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ + vendor/asus/tf201/proprietary/lib/egl/libGLESv2_perfhud.so:system/lib/egl/libGLESv2_perfhud.so \ vendor/asus/tf201/proprietary/lib/egl/libEGL_perfhud.so:system/lib/egl/libEGL_perfhud.so \ vendor/asus/tf201/proprietary/lib/egl/libGLESv1_CM_perfhud.so:system/lib/egl/libGLESv1_CM_perfhud.so \ - vendor/asus/tf201/proprietary/lib/egl/libGLESv2_perfhud.so:system/lib/egl/libGLESv2_perfhud.so \ - vendor/asus/tf201/proprietary/lib/hw/camera.tegra.so:system/lib/hw/camera.tegra.so \ + vendor/asus/tf201/proprietary/lib/egl/libGLESv2_tegra_impl.so:system/lib/egl/libGLESv2_tegra_impl.so \ + vendor/asus/tf201/proprietary/lib/egl/libEGL_tegra_impl.so:system/lib/egl/libEGL_tegra_impl.so \ + vendor/asus/tf201/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so:system/lib/egl/libGLESv1_CM_tegra_impl.so \ + vendor/asus/tf201/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ + vendor/asus/tf201/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ + vendor/asus/tf201/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ vendor/asus/tf201/proprietary/lib/hw/gps.tegra.so:system/lib/hw/gps.tegra.so \ - vendor/asus/tf201/proprietary/lib/hw/gpsdongle.tegra.so:system/lib/hw/gpsdongle.tegra.so \ - vendor/asus/tf201/proprietary/lib/hw/gpsinternal.tegra.so:system/lib/hw/gpsinternal.tegra.so \ + vendor/asus/tf201/proprietary/lib/hw/sensors6050.cardhu.so:system/lib/hw/sensors6050.cardhu.so \ + vendor/asus/tf201/proprietary/lib/hw/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so \ vendor/asus/tf201/proprietary/lib/hw/gralloc.tegra.so:system/lib/hw/gralloc.tegra.so \ + vendor/asus/tf201/proprietary/lib/hw/sensors.cardhu.so:system/lib/hw/sensors.cardhu.so \ + vendor/asus/tf201/proprietary/lib/hw/audio.primary.default.so:system/lib/hw/audio.primary.default.so \ vendor/asus/tf201/proprietary/lib/hw/hwcomposer.tegra.so:system/lib/hw/hwcomposer.tegra.so \ + vendor/asus/tf201/proprietary/lib/hw/sensors_generic.cardhu.so:system/lib/hw/sensors_generic.cardhu.so \ + vendor/asus/tf201/proprietary/lib/hw/audio.primary.tegra.so:system/lib/hw/audio.primary.tegra.so \ + vendor/asus/tf201/proprietary/lib/hw/camera.tegra.so:system/lib/hw/camera.tegra.so \ vendor/asus/tf201/proprietary/lib/hw/lights.cardhu.so:system/lib/hw/lights.cardhu.so \ - vendor/asus/tf201/proprietary/lib/hw/sensors.cardhu.so:system/lib/hw/sensors.cardhu.so \ - vendor/asus/tf201/proprietary/lib/libami.so:system/lib/libami.so \ - vendor/asus/tf201/proprietary/lib/libami_sensor_mw.so:system/lib/libami_sensor_mw.so \ + vendor/asus/tf201/proprietary/lib/hw/gpsdongle.tegra.so:system/lib/hw/gpsdongle.tegra.so \ vendor/asus/tf201/proprietary/lib/libardrv_dynamic.so:system/lib/libardrv_dynamic.so \ - vendor/asus/tf201/proprietary/lib/libasound.so:system/lib/libasound.so \ - vendor/asus/tf201/proprietary/lib/libcgdrv.so:system/lib/libcgdrv.so \ - vendor/asus/tf201/proprietary/lib/libmllite.so:system/lib/libmllite.so \ - vendor/asus/tf201/proprietary/lib/libmlplatform.so:system/lib/libmlplatform.so \ - vendor/asus/tf201/proprietary/lib/libmplmpu.so:system/lib/libmplmpu.so \ - vendor/asus/tf201/proprietary/lib/libnvasfparserhal.so:system/lib/libnvasfparserhal.so \ - vendor/asus/tf201/proprietary/lib/libnvaviparserhal.so:system/lib/libnvaviparserhal.so \ - vendor/asus/tf201/proprietary/lib/libnvavp.so:system/lib/libnvavp.so \ - vendor/asus/tf201/proprietary/lib/libnvcontrol_jni.so:system/lib/libnvcontrol_jni.so \ - vendor/asus/tf201/proprietary/lib/libnvcpud_client.so:system/lib/libnvcpud_client.so \ - vendor/asus/tf201/proprietary/lib/libnvcpud.so:system/lib/libnvcpud.so \ - vendor/asus/tf201/proprietary/lib/libnvddk_2d.so:system/lib/libnvddk_2d.so \ - vendor/asus/tf201/proprietary/lib/libnvddk_2d_v2.so:system/lib/libnvddk_2d_v2.so \ - vendor/asus/tf201/proprietary/lib/libnvdispmgr_d.so:system/lib/libnvdispmgr_d.so \ - vendor/asus/tf201/proprietary/lib/libnvhdmi3dplay_jni.so:system/lib/libnvhdmi3dplay_jni.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_asfparser.so:system/lib/libnvmm_asfparser.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_audio.so:system/lib/libnvmm_audio.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_aviparser.so:system/lib/libnvmm_aviparser.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_camera.so:system/lib/libnvmm_camera.so \ vendor/asus/tf201/proprietary/lib/libnvmm_contentpipe.so:system/lib/libnvmm_contentpipe.so \ + vendor/asus/tf201/proprietary/lib/libnvparser.so:system/lib/libnvparser.so \ + vendor/asus/tf201/proprietary/lib/libasound.so:system/lib/libasound.so \ vendor/asus/tf201/proprietary/lib/libnvmm_image.so:system/lib/libnvmm_image.so \ + vendor/asus/tf201/proprietary/lib/libnvremoteevtmgr.so:system/lib/libnvremoteevtmgr.so \ + vendor/asus/tf201/proprietary/lib/libaudioavp.so:system/lib/libaudioavp.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite_audio.so:system/lib/libnvmmlite_audio.so \ + vendor/asus/tf201/proprietary/lib/libnvremotell.so:system/lib/libnvremotell.so \ + vendor/asus/tf201/proprietary/lib/libcgdrv.so:system/lib/libcgdrv.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite_image.so:system/lib/libnvmmlite_image.so \ + vendor/asus/tf201/proprietary/lib/libnvremoteprotocol.so:system/lib/libnvremoteprotocol.so \ + vendor/asus/tf201/proprietary/lib/libEGL.so:system/lib/libEGL.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite_msaudio.so:system/lib/libnvmmlite_msaudio.so \ + vendor/asus/tf201/proprietary/lib/libnvrm_graphics.so:system/lib/libnvrm_graphics.so \ + vendor/asus/tf201/proprietary/lib/libami_sensor_mw.so:system/lib/libami_sensor_mw.so \ + vendor/asus/tf201/proprietary/lib/libmllite.so:system/lib/libmllite.so \ + vendor/asus/tf201/proprietary/lib/libmplmpu.so:system/lib/libmplmpu.so \ + vendor/asus/tf201/proprietary/lib/libami.so:system/lib/libami.so \ + vendor/asus/tf201/proprietary/lib/libmlplatform.so:system/lib/libmlplatform.so \ + vendor/asus/tf201/proprietary/lib/libsensors.mpl3050.so:system/lib/libsensors.mpl3050.so \ + vendor/asus/tf201/proprietary/lib/libmlplatform6050.so:system/lib/libmlplatform6050.so \ + vendor/asus/tf201/proprietary/lib/libmllite3050.so:system/lib/libmllite3050.so \ + vendor/asus/tf201/proprietary/lib/libmplmpu3050.so:system/lib/libmplmpu3050.so \ + vendor/asus/tf201/proprietary/lib/libmllite6050.so:system/lib/libmllite6050.so \ + vendor/asus/tf201/proprietary/lib/libmplmpu6050.so:system/lib/libmplmpu6050.so \ + vendor/asus/tf201/proprietary/lib/libmlplatform3050.so:system/lib/libmlplatform3050.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite.so:system/lib/libnvmmlite.so \ + vendor/asus/tf201/proprietary/lib/libnvrm.so:system/lib/libnvrm.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite_utils.so:system/lib/libnvmmlite_utils.so \ + vendor/asus/tf201/proprietary/lib/libnvsm.so:system/lib/libnvsm.so \ vendor/asus/tf201/proprietary/lib/libnvmmlite_video.so:system/lib/libnvmmlite_video.so \ + vendor/asus/tf201/proprietary/lib/libnvsystemuiext_jni.so:system/lib/libnvsystemuiext_jni.so \ + vendor/asus/tf201/proprietary/lib/libnvapputil.so:system/lib/libnvapputil.so \ vendor/asus/tf201/proprietary/lib/libnvmm_manager.so:system/lib/libnvmm_manager.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_misc.so:system/lib/libnvmm_misc.so \ + vendor/asus/tf201/proprietary/lib/libnvtestio.so:system/lib/libnvtestio.so \ + vendor/asus/tf201/proprietary/lib/libnvasfparserhal.so:system/lib/libnvasfparserhal.so \ vendor/asus/tf201/proprietary/lib/libnvmm_msaudio.so:system/lib/libnvmm_msaudio.so \ + vendor/asus/tf201/proprietary/lib/libnvtestresults.so:system/lib/libnvtestresults.so \ + vendor/asus/tf201/proprietary/lib/libnvaudioservice.so:system/lib/libnvaudioservice.so \ vendor/asus/tf201/proprietary/lib/libnvmm_parser.so:system/lib/libnvmm_parser.so \ + vendor/asus/tf201/proprietary/lib/libnvtvmr.so:system/lib/libnvtvmr.so \ + vendor/asus/tf201/proprietary/lib/libnvaviparserhal.so:system/lib/libnvaviparserhal.so \ vendor/asus/tf201/proprietary/lib/libnvmm_service.so:system/lib/libnvmm_service.so \ + vendor/asus/tf201/proprietary/lib/libnvwinsys.so:system/lib/libnvwinsys.so \ + vendor/asus/tf201/proprietary/lib/libnvavp.so:system/lib/libnvavp.so \ vendor/asus/tf201/proprietary/lib/libnvmm.so:system/lib/libnvmm.so \ + vendor/asus/tf201/proprietary/lib/libnvwsi.so:system/lib/libnvwsi.so \ + vendor/asus/tf201/proprietary/lib/libnvcamerahdr.so:system/lib/libnvcamerahdr.so \ vendor/asus/tf201/proprietary/lib/libnvmm_utils.so:system/lib/libnvmm_utils.so \ + vendor/asus/tf201/proprietary/lib/libnvcapclk.so:system/lib/libnvcapclk.so \ vendor/asus/tf201/proprietary/lib/libnvmm_vc1_video.so:system/lib/libnvmm_vc1_video.so \ + vendor/asus/tf201/proprietary/lib/libsensors.base6050.so:system/lib/libsensors.base6050.so \ + vendor/asus/tf201/proprietary/lib/libsensors.al3010.so:system/lib/libsensors.al3010.so \ + vendor/asus/tf201/proprietary/lib/libnvcap.so:system/lib/libnvcap.so \ vendor/asus/tf201/proprietary/lib/libnvmm_video.so:system/lib/libnvmm_video.so \ - vendor/asus/tf201/proprietary/lib/libnvmm_vp6_video.so:system/lib/libnvmm_vp6_video.so \ + vendor/asus/tf201/proprietary/lib/libsensors.base.so:system/lib/libsensors.base.so \ + vendor/asus/tf201/proprietary/lib/libnvcap_video.so:system/lib/libnvcap_video.so \ vendor/asus/tf201/proprietary/lib/libnvmm_writer.so:system/lib/libnvmm_writer.so \ + vendor/asus/tf201/proprietary/lib/libnvcontrol_jni.so:system/lib/libnvcontrol_jni.so \ vendor/asus/tf201/proprietary/lib/libnvodm_dtvtuner.so:system/lib/libnvodm_dtvtuner.so \ + vendor/asus/tf201/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ + vendor/asus/tf201/proprietary/lib/libnvddk_2d.so:system/lib/libnvddk_2d.so \ vendor/asus/tf201/proprietary/lib/libnvodm_hdmi.so:system/lib/libnvodm_hdmi.so \ + vendor/asus/tf201/proprietary/lib/libsensors.isl29028.so:system/lib/libsensors.isl29028.so \ + vendor/asus/tf201/proprietary/lib/libnvddk_2d_v2.so:system/lib/libnvddk_2d_v2.so \ vendor/asus/tf201/proprietary/lib/libnvodm_imager.so:system/lib/libnvodm_imager.so \ + vendor/asus/tf201/proprietary/lib/libsensors.ltr558als.so:system/lib/libsensors.ltr558als.so \ + vendor/asus/tf201/proprietary/lib/libnvglsi.so:system/lib/libnvglsi.so \ vendor/asus/tf201/proprietary/lib/libnvodm_misc.so:system/lib/libnvodm_misc.so \ + vendor/asus/tf201/proprietary/lib/libnvhdmi3dplay_jni.so:system/lib/libnvhdmi3dplay_jni.so \ vendor/asus/tf201/proprietary/lib/libnvodm_query.so:system/lib/libnvodm_query.so \ + vendor/asus/tf201/proprietary/lib/libstagefrighthw.so:system/lib/libstagefrighthw.so \ + vendor/asus/tf201/proprietary/lib/libnvmm_asfparser.so:system/lib/libnvmm_asfparser.so \ vendor/asus/tf201/proprietary/lib/libnvomxadaptor.so:system/lib/libnvomxadaptor.so \ + vendor/asus/tf201/proprietary/lib/libtinyalsa.so:system/lib/libtinyalsa.so \ + vendor/asus/tf201/proprietary/lib/libnvmm_audio.so:system/lib/libnvmm_audio.so \ vendor/asus/tf201/proprietary/lib/libnvomxilclient.so:system/lib/libnvomxilclient.so \ + vendor/asus/tf201/proprietary/lib/libnvmm_aviparser.so:system/lib/libnvmm_aviparser.so \ vendor/asus/tf201/proprietary/lib/libnvomx.so:system/lib/libnvomx.so \ + vendor/asus/tf201/proprietary/lib/libnvmm_camera.so:system/lib/libnvmm_camera.so \ vendor/asus/tf201/proprietary/lib/libnvos.so:system/lib/libnvos.so \ - vendor/asus/tf201/proprietary/lib/libnvparser.so:system/lib/libnvparser.so \ - vendor/asus/tf201/proprietary/lib/libnvrm_graphics.so:system/lib/libnvrm_graphics.so \ - vendor/asus/tf201/proprietary/lib/libnvrm.so:system/lib/libnvrm.so \ - vendor/asus/tf201/proprietary/lib/libnvsm.so:system/lib/libnvsm.so \ - vendor/asus/tf201/proprietary/lib/libnvstereoutils_jni.so:system/lib/libnvstereoutils_jni.so \ - vendor/asus/tf201/proprietary/lib/libnvsystemuiext_jni.so:system/lib/libnvsystemuiext_jni.so \ - vendor/asus/tf201/proprietary/lib/libnvtestio.so:system/lib/libnvtestio.so \ - vendor/asus/tf201/proprietary/lib/libnvtestresults.so:system/lib/libnvtestresults.so \ - vendor/asus/tf201/proprietary/lib/libnvtvmr.so:system/lib/libnvtvmr.so \ - vendor/asus/tf201/proprietary/lib/libnvwinsys.so:system/lib/libnvwinsys.so \ - vendor/asus/tf201/proprietary/lib/libnvwsi.so:system/lib/libnvwsi.so \ - vendor/asus/tf201/proprietary/lib/libstagefrighthw.so:system/lib/libstagefrighthw.so \ - vendor/asus/tf201/proprietary/lib/omxplayer.so:system/lib/omxplayer.so \ - vendor/asus/tf201/proprietary/lib/libsensors.al3010.so:system/lib/libsensors.al3010.so \ - vendor/asus/tf201/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ - vendor/asus/tf201/proprietary/lib/libsensors.base.so:system/lib/libsensors.base.so \ - vendor/asus/tf201/proprietary/lib/libsensors.isl29028.so:system/lib/libsensors.isl29028.so \ - vendor/asus/tf201/proprietary/lib/libsensors.mpl.so:system/lib/libsensors.mpl.so \ vendor/asus/tf201/proprietary/usr/share/alsa/alsa.conf:system/usr/share/alsa/alsa.conf \ vendor/asus/tf201/proprietary/usr/share/alsa/cards/aliases.conf:system/usr/share/alsa/cards/aliases.conf \ vendor/asus/tf201/proprietary/usr/share/alsa/pcm/center_lfe.conf:system/usr/share/alsa/pcm/center_lfe.conf \ @@ -159,4 +159,4 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf201/proprietary/usr/share/alsa/pcm/surround41.conf:system/usr/share/alsa/pcm/surround41.conf \ vendor/asus/tf201/proprietary/usr/share/alsa/pcm/surround50.conf:system/usr/share/alsa/pcm/surround50.conf \ vendor/asus/tf201/proprietary/usr/share/alsa/pcm/surround51.conf:system/usr/share/alsa/pcm/surround51.conf \ - vendor/asus/tf201/proprietary/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf + vendor/asus/tf201/proprietary/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf \ diff --git a/tf300t/proprietary/bin/glgps b/tf300t/proprietary/bin/glgps index 9a52c03f3..42879d2eb 100755 Binary files a/tf300t/proprietary/bin/glgps and b/tf300t/proprietary/bin/glgps differ diff --git a/tf300t/proprietary/bin/sensors-config b/tf300t/proprietary/bin/sensors-config index 1c467d8b1..8cc814417 100755 Binary files a/tf300t/proprietary/bin/sensors-config and b/tf300t/proprietary/bin/sensors-config differ diff --git a/tf300t/proprietary/etc/asound.conf b/tf300t/proprietary/etc/asound.conf index 15f0e029f..2e1eecb81 100644 --- a/tf300t/proprietary/etc/asound.conf +++ b/tf300t/proprietary/etc/asound.conf @@ -5,7 +5,7 @@ pcm.!default { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -13,13 +13,13 @@ pcm.!default { ctl.!default { type hw - card tegracodec + card tegrawm8903 } pcm.music { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -34,7 +34,7 @@ pcm.aux { pcm.voice { type plug slave { - pcm "hw:tegracodec,2" + pcm "hw:tegrawm8903,2" channels 1 rate 8000 } @@ -70,3 +70,177 @@ pcm.music_and_voice { } capture.pcm "voice" } + +pcm.default1 { + type plug + slave { + pcm "hw:tegrart5640,0" + channels 2 + rate 48000 + } +} + +ctl.default1 { + type hw + card tegrart5640 +} + +pcm.music-rt5640 { + type plug + slave { + pcm "hw:tegrart5640,0" + channels 2 + rate 48000 + } +} + +pcm.voice-rt5640 { + type plug + slave { + pcm "hw:tegrart5640,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-rt5640 { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-rt5640 + slaves.b.pcm voice-rt5640 + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-rt5640" +} + +pcm.default_max98095 { + type plug + slave { + pcm "hw:tegramax98095,0" + channels 2 + rate 48000 + } +} + +ctl.default_max98095 { + type hw + card tegramax98095 +} + +pcm.music-max98095 { + type plug + slave { + pcm "hw:tegramax98095,0" + channels 2 + rate 48000 + } +} + +pcm.voice-max98095 { + type plug + slave { + pcm "hw:tegramax98095,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-max98095 { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-max98095 + slaves.b.pcm voice-max98095 + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-max98095" +} + +pcm.default_aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +ctl.default_aic326x { + type hw + card tegraaic326x +} + +pcm.music-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +pcm.voice-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-aic326x { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-aic326x + slaves.b.pcm voice-aic326x + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-aic326x" +} diff --git a/tf300t/proprietary/etc/enctune.conf b/tf300t/proprietary/etc/enctune.conf index e5940cc25..1a41c340b 100644 --- a/tf300t/proprietary/etc/enctune.conf +++ b/tf300t/proprietary/etc/enctune.conf @@ -6,12 +6,13 @@ PMinQP 10 PMaxQP 51 VBR 2 QualityLevel medium -level 42 +level 41 packettype 0 FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_720P @@ -27,6 +28,7 @@ FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_Default @@ -41,6 +43,7 @@ FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_Video_Telephony @@ -57,6 +60,7 @@ FrameSkip 1 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END MPEG4: diff --git a/tf300t/proprietary/etc/firmware/BCM43241B0_002.001.013.0056.0081.hcd b/tf300t/proprietary/etc/firmware/BCM43241B0_002.001.013.0056.0081.hcd new file mode 100644 index 000000000..4cf2b82c0 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/BCM43241B0_002.001.013.0056.0081.hcd differ diff --git a/tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd b/tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd similarity index 100% rename from tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd rename to tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd diff --git a/tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd b/tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd similarity index 100% rename from tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd rename to tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd diff --git a/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd new file mode 100644 index 000000000..bd767ffce Binary files /dev/null and b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd differ diff --git a/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd new file mode 100644 index 000000000..71f80f4f3 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd differ diff --git a/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd new file mode 100644 index 000000000..fbb9b40c9 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd differ diff --git a/tf300t/proprietary/etc/firmware/BCM4334B0_002.001.013.0258.0306.hcd b/tf300t/proprietary/etc/firmware/BCM4334B0_002.001.013.0258.0306.hcd new file mode 100644 index 000000000..ae36da013 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/BCM4334B0_002.001.013.0258.0306.hcd differ diff --git a/tf300t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom b/tf300t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom new file mode 100644 index 000000000..6b44083e5 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom differ diff --git a/tf300t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom b/tf300t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom new file mode 100644 index 000000000..12f6e2692 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom differ diff --git a/tf300t/proprietary/etc/firmware/EC/FU-d.cfg b/tf300t/proprietary/etc/firmware/EC/FU-d.cfg new file mode 100644 index 000000000..b25bb5d25 --- /dev/null +++ b/tf300t/proprietary/etc/firmware/EC/FU-d.cfg @@ -0,0 +1,40 @@ +# -- For EP101/EP102 EC-FW Update -- +# Winbond W25x10BV/20BV/40BV +# --------------- +FLASH_ID = 0x12F0 # device ID & Manufacturer (0x12EF+1) +FLASH_SIZE = 512 # (0.5M) Flash size in KBytes +SECTOR_DEF = 128:4K # 128 sectors of 4KBytes + # The format is: n:sK,n:sK,....,n:sK + # n - number of sectors + # s - size of sectors + BLOCK_SIZE = 512 # If block erase is not supported +#BLOCK_SIZE = 32 # If block erase is not supported +#BLOCK_SIZE = 64 # If block erase is not supported + # then block size should be equal to FLASH_SIZE +PAGE_SIZE = 1 # Page size in bytes +PROG_SIZE = 1 # Max number of bytes that can be program at on time. FF --> means page size +READ_DEV_ID_TYPE = 0 # Read Device ID type. Read with/without Dummy + +# Define spi Flash commands +# ------------------------- +CMD_READ_DEV_ID = 0x90 # Read device ID command. +CMD_WRITE_STAT_EN = 0x06 # enable write to status register +CMD_WRITE_EN = 0x06 # Write enable +CMD_READ_STAT = 0x05 # Read status register +CMD_WRITE_STAT = 0x01 # Write status register +CMD_PROG = 0x02 # Byte program or Page program +CMD_SECTOR_ERASE = 0x20 # Sector erase 0x20 / Chip erase 0x60 or 0xC7 +#CMD_SECTOR_ERASE = 0xD8 # Sector erase 0x20 / Chip erase 0x60 or 0xC7 +CMD_BLOCK_ERASE = 0xD8 # Block erase, 64K + + +# Define device busy bits in status register +# ------------------------------------------- +STATUS_BUSY_MASK = 0x01 # Location (by mask) of busy bit located in the status register +STATUS_REG_VAL = 0x00 # Value of status register busy bit, when device is not busy. + # The device is considered not busy when: + # [status register value] & STATUS_BUSY_MASK = STATUS_REG_VAL +# Define the protected sectors. +# ----------------------------- +PROTECTED_SECTORS = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 # Protected sectors (0 to 3) + diff --git a/tf300t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom b/tf300t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom new file mode 100644 index 000000000..f42771113 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom differ diff --git a/tf300t/proprietary/etc/firmware/camera/02-01-000128.bin b/tf300t/proprietary/etc/firmware/camera/02-01-000128.bin new file mode 100644 index 000000000..7a90f97d0 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/camera/02-01-000128.bin differ diff --git a/tf300t/proprietary/etc/firmware/camera/02-02-000128.bin b/tf300t/proprietary/etc/firmware/camera/02-02-000128.bin new file mode 100644 index 000000000..eb8b4f0b1 Binary files /dev/null and b/tf300t/proprietary/etc/firmware/camera/02-02-000128.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_aud_ucode.bin b/tf300t/proprietary/etc/firmware/nvavp_aud_ucode.bin new file mode 100644 index 000000000..57b93024d Binary files /dev/null and b/tf300t/proprietary/etc/firmware/nvavp_aud_ucode.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_os_00001000.bin b/tf300t/proprietary/etc/firmware/nvavp_os_00001000.bin deleted file mode 100644 index 261fa0e3d..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvavp_os_00001000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_os_0ff00000.bin b/tf300t/proprietary/etc/firmware/nvavp_os_0ff00000.bin index c40abd803..0109b5393 100644 Binary files a/tf300t/proprietary/etc/firmware/nvavp_os_0ff00000.bin and b/tf300t/proprietary/etc/firmware/nvavp_os_0ff00000.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_os_e0000000.bin b/tf300t/proprietary/etc/firmware/nvavp_os_e0000000.bin deleted file mode 100644 index 9f399f260..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvavp_os_e0000000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_os_eff00000.bin b/tf300t/proprietary/etc/firmware/nvavp_os_eff00000.bin index 1672a1c2c..cd4e8bfad 100644 Binary files a/tf300t/proprietary/etc/firmware/nvavp_os_eff00000.bin and b/tf300t/proprietary/etc/firmware/nvavp_os_eff00000.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_vid_ucode.bin b/tf300t/proprietary/etc/firmware/nvavp_vid_ucode.bin index 8aa36b389..a54caf3f3 100644 Binary files a/tf300t/proprietary/etc/firmware/nvavp_vid_ucode.bin and b/tf300t/proprietary/etc/firmware/nvavp_vid_ucode.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin b/tf300t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin index d1e8d4f97..3579dd65e 100644 Binary files a/tf300t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin and b/tf300t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_aacdec.axf b/tf300t/proprietary/etc/firmware/nvmm_aacdec.axf deleted file mode 100644 index ec3d93cd1..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_aacdec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_adtsdec.axf b/tf300t/proprietary/etc/firmware/nvmm_adtsdec.axf deleted file mode 100644 index 573913e69..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_adtsdec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_h264dec.axf b/tf300t/proprietary/etc/firmware/nvmm_h264dec.axf deleted file mode 100644 index 8b860af82..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_h264dec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_h264dec2x.axf b/tf300t/proprietary/etc/firmware/nvmm_h264dec2x.axf deleted file mode 100644 index 5a25954f0..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_h264dec2x.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_jpegdec.axf b/tf300t/proprietary/etc/firmware/nvmm_jpegdec.axf deleted file mode 100644 index 9a211ffc3..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_jpegdec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_jpegenc.axf b/tf300t/proprietary/etc/firmware/nvmm_jpegenc.axf deleted file mode 100644 index 80f4b354f..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_jpegenc.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_manager.axf b/tf300t/proprietary/etc/firmware/nvmm_manager.axf deleted file mode 100644 index a9ab82462..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_manager.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_mp3dec.axf b/tf300t/proprietary/etc/firmware/nvmm_mp3dec.axf deleted file mode 100644 index cf393e781..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_mp3dec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_mpeg2dec.axf b/tf300t/proprietary/etc/firmware/nvmm_mpeg2dec.axf deleted file mode 100644 index dffe51d3f..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_mpeg2dec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_mpeg4dec.axf b/tf300t/proprietary/etc/firmware/nvmm_mpeg4dec.axf deleted file mode 100644 index 143d772fd..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_mpeg4dec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_reference.axf b/tf300t/proprietary/etc/firmware/nvmm_reference.axf deleted file mode 100644 index e4d20affe..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_reference.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_service.axf b/tf300t/proprietary/etc/firmware/nvmm_service.axf deleted file mode 100644 index 1c81ab8a0..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_service.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_sorensondec.axf b/tf300t/proprietary/etc/firmware/nvmm_sorensondec.axf deleted file mode 100644 index b03c52100..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_sorensondec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_vc1dec.axf b/tf300t/proprietary/etc/firmware/nvmm_vc1dec.axf deleted file mode 100644 index b0eb0bba1..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_vc1dec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf b/tf300t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf deleted file mode 100644 index 15ef4b7e4..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_wavdec.axf b/tf300t/proprietary/etc/firmware/nvmm_wavdec.axf deleted file mode 100644 index 643e62636..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_wavdec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_wmadec.axf b/tf300t/proprietary/etc/firmware/nvmm_wmadec.axf deleted file mode 100644 index 4d4ec7ad0..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_wmadec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvmm_wmaprodec.axf b/tf300t/proprietary/etc/firmware/nvmm_wmaprodec.axf deleted file mode 100644 index 3452cc7c4..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvmm_wmaprodec.axf and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_00001000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_00001000.bin deleted file mode 100644 index 081a75e17..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_00001000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin deleted file mode 100644 index 6106a2df9..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_8e000000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_8e000000.bin deleted file mode 100644 index 0c8c6f79d..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_8e000000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_9e000000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_9e000000.bin deleted file mode 100644 index 18cadc812..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_9e000000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_be000000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_be000000.bin deleted file mode 100644 index 4a3db3077..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_be000000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_e0000000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_e0000000.bin deleted file mode 100644 index b35375e97..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_e0000000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/firmware/nvrm_avp_eff00000.bin b/tf300t/proprietary/etc/firmware/nvrm_avp_eff00000.bin deleted file mode 100644 index 3d0c1c7c2..000000000 Binary files a/tf300t/proprietary/etc/firmware/nvrm_avp_eff00000.bin and /dev/null differ diff --git a/tf300t/proprietary/etc/nvaudio_conf_RT5631.xml b/tf300t/proprietary/etc/nvaudio_conf_RT5631.xml new file mode 100644 index 000000000..eefb5f5f9 --- /dev/null +++ b/tf300t/proprietary/etc/nvaudio_conf_RT5631.xml @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf300t/proprietary/etc/nvaudio_conf_RT5642.xml b/tf300t/proprietary/etc/nvaudio_conf_RT5642.xml new file mode 100644 index 000000000..e3d407cf0 --- /dev/null +++ b/tf300t/proprietary/etc/nvaudio_conf_RT5642.xml @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf300t/proprietary/etc/nvaudio_conf_WM8903.xml b/tf300t/proprietary/etc/nvaudio_conf_WM8903.xml new file mode 100644 index 000000000..a2a32f51a --- /dev/null +++ b/tf300t/proprietary/etc/nvaudio_conf_WM8903.xml @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf300t/proprietary/etc/nvcamera.conf b/tf300t/proprietary/etc/nvcamera.conf new file mode 100644 index 000000000..01d541a01 --- /dev/null +++ b/tf300t/proprietary/etc/nvcamera.conf @@ -0,0 +1,7 @@ +# format, cameraName=device,direction,orientation,type +# type can be 'stereo' for stereo capable, 'mono' for not stereo capable, +# 'usb' to enable searching for a usb device and where to put it in the list +# if found. Lines must be shorter then 256 characters +version=1 +camera0=/dev/ov5650,back,0,mono // left sensor of back camera +camera1=/dev/ov2710,front,0,mono // front camera diff --git a/tf300t/proprietary/etc/nvram_ah691.txt b/tf300t/proprietary/etc/nvram_ah691.txt new file mode 100644 index 000000000..a2d298d0b --- /dev/null +++ b/tf300t/proprietary/etc/nvram_ah691.txt @@ -0,0 +1,112 @@ +#Sample variables file for BCM94324A1 iPA+iLNA FCBGA REF board +#2012_11_06 A-spec-EMI pwr 2g4 15/11/11/11 5g 11/9/9 + +devid=0x4374 +boardtype=0x5ef +boardrev=0x1100 +boardflags=0x200 +boardflags2=0 +sromrev=9 +xtalfreq=37400 +nocrc=1 +ag0=0x2 +ag1=0x2 +ag2=0xff +ag3=0xff +txchain=0x3 +rxchain=0x3 +aa2g=3 +aa5g=3 +ledbh0=0xff +ledbh1=0xff +ledbh2=0xff +ledbh3=0xff +leddc=0xffff + +cckdigfilttype=20 + +pa2gw0a0=0xFFB9 +pa2gw1a0=0x1430 +pa2gw2a0=0xFEC0 +pa2gw0a1=0xFFCB +pa2gw1a1=0x14fA +pa2gw2a1=0xFED0 + +pa0itssit=62 +pa1itssit=62 +antswctl2g=0x9 +antswctl5g=0xa +antswitch=0x0 +pa5gw0a0=0xFFC5 +pa5gw1a0=0x10BA +pa5gw2a0=0xFEF2 +pa5gw0a1=0xFFBC +pa5gw1a1=0x127A +pa5gw2a1=0xFEE3 +pa5glw0a0=0xFFC4 +pa5glw1a0=0x12CF +pa5glw2a0=0xFEF4 +pa5glw0a1=0xFFC5 +pa5glw1a1=0x1391 +pa5glw2a1=0xFEED +pa5ghw0a0=0xFFC4 +pa5ghw1a0=0xF5B +pa5ghw2a0=0xFEF4 +pa5ghw0a1=0xFFC5 +pa5ghw1a1=0x10B1 +pa5ghw2a1=0xFEED +extpagain2g=2 +extpagain5g=2 +pdetrange2g=2 +pdetrange5g=2 +triso2g=2 +triso5g=4 +tssipos2g=1 +tssipos5g=1 + +maxp2ga0=66 +maxp2ga1=66 +maxp5ga0=50 +maxp5ga1=50 +maxp5gha0=50 +maxp5gha1=50 +maxp5gla0=50 +maxp5gla1=50 +cckbw202gpo=0x0 +cckbw20ul2gpo=0x0 +legofdmbw202gpo=0x88888888 +legofdmbw20ul2gpo=0x88888888 +mcsbw202gpo=0x88888888 +mcsbw20ul2gpo=0x88888888 +mcsbw402gpo=0xaaaaaaaa + +mcs32po=0x5555 + +leg40dup2gpo=0x2 +legofdmbw205glpo=0x0 +legofdmbw20ul5glpo=0x0 +legofdmbw205gmpo=0x0 +legofdmbw20ul5gmpo=0x0 +legofdmbw205ghpo=0x0 +legofdmbw20ul5ghpo=0x0 +mcsbw205glpo=0x44444444 +mcsbw20ul5glpo=0x44444444 +mcsbw405glpo=0x44444444 +mcsbw205gmpo=0x44444444 +mcsbw20ul5gmpo=0x44444444 +mcsbw405gmpo=0x44444444 +mcsbw205ghpo=0x44444444 +mcsbw20ul5ghpo=0x44444444 +mcsbw405ghpo=0x44444444 +itt2ga0=0x20 +itt5ga0=0x3e +itt2ga1=0x20 +itt5ga1=0x3e +tempthresh=120 +otpimagesize=170 +usbepnum=0x2 +noisecaloffset=14 +noisecaloffset5g=14 +muxenab=0x10 +11n_disable=0x2 + diff --git a/tf300t/proprietary/etc/nvram_murata.txt b/tf300t/proprietary/etc/nvram_murata.txt new file mode 100644 index 000000000..44fed85db --- /dev/null +++ b/tf300t/proprietary/etc/nvram_murata.txt @@ -0,0 +1,34 @@ +sromrev=3 +vendid=0x14e4 +devid=0x432f +boardtype=0x4b9 +boardrev=0x32 +boardflags=0x1200 +xtalfreq=37400 +aa2g=1 +aa5g=0 +ag0=255 +#pa0b0=5533 +#pa0b1=64204 +#pa0b2=65173 +#pa0itssit=62 +#pa0maxpwr=76 +opo=0 +ofdmpo=0x77777777 +mcs2gpo0=0x7777 +mcs2gpo1=0x7777 +rssismf2g=0xa +rssismc2g=0xb +rssisav2g=0x3 +bxa2g=0 +cctl=0x0 +cckdigfilttype=1 +ofdmdigfilttype=1 +rxpo2g=5 +tri2g=100 +boardnum=1 +#macaddr=00:90:4c:c5:00:34 +nocrc=1 +otpimagesize=182 +hwhdr=0x05ffff031030031003100000 +RAW1=80 32 fe 21 02 0c 00 22 2a 01 01 00 00 c5 0 e6 00 00 00 00 00 40 00 00 ff ff 80 00 00 00 00 00 00 00 00 00 00 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 20 04 D0 2 29 43 21 02 0c 00 22 04 00 20 00 5A= diff --git a/tf300t/proprietary/etc/nvram_murata_4334.txt b/tf300t/proprietary/etc/nvram_murata_4334.txt new file mode 100644 index 000000000..0de466d85 --- /dev/null +++ b/tf300t/proprietary/etc/nvram_murata_4334.txt @@ -0,0 +1,150 @@ +# NVRAM file for Murata Type-VV (eLNA) modified from that for BCM94334FCAGB board rev P200 series +# 5GHz FEM muRata MDFE2PFA-041 +# 2.4GHz FEM muRata MDFE2PFA-029 + +manfid=0x2d0 +prodid=0x05c1 +vendid=0x14e4 +devid=0x4380 +boardtype=0x05de +boardrev=0x1200 +boardnum=22 +macaddr=00:90:4c:c5:12:38 +sromrev=3 +#boardflags: 5GHz FEM: has ext 5GHz PA + LNA +# 2.4GHz FEM: has ext 2.4GHz PA + LNA +# 2.4GHz FEM: SP3T switch share with BT +# keep original 0x200 +boardflags=0x10081a00 +xtalfreq=37400 +nocrc=1 +ag0=0 +aa2g=1 +pa0itssit=0x20 +# Revised PA parameters on 1/24/2012 by YS +#PA parameters for 2.4GHz +pa0b2=0xFF2D +pa0b0=0x1766 +pa0b1=0xFD19 +tssifloor2g=40 +extpagain2g=2 +extpagain5g=2 +# rssi params for 2.4GHz +rssismf2g=0x2 +rssismc2g=0x7 +rssisav2g=0x1 +cckPwrOffset=0 +# rssi params for 5GHz +rssismf5g=0xf +rssismc5g=0x9 +rssisav5g=0x1 +#PA parameters for lower a-band +pa1lob2=0xFF3D +pa1lob0=0x15D9 +pa1lob1=0xFD43 +tssifloor5gl=20 +#PA parameters for midband +pa1b2=0xFF42 +pa1b0=0x1548 +pa1b1=0xFD4F +tssifloor5gm=20 +#PA parameters for high band +pa1hib2=0xFF3E +pa1hib0=0x14E3 +pa1hib1=0xFD52 +tssifloor5gh=20 +rxpo5g=0 +maxp2ga0=0x3C +ofdm2gpo=0x22222222 +mcs2gpo0=0x2222 +mcs2gpo1=0x2222 +mcs2gpo4=0x2222 +mcs2gpo5=0x2222 +bw402gpo=0x4 +maxp5ga0=0x30 +maxp5gla0=0x30 +maxp5gha0=0x30 +ofdm5gpo=0x00000000 +ofdm5glpo=0x00000000 +ofdm5ghpo=0x00000000 +mcs5gpo0=0x0000 +mcs5gpo1=0x0000 +mcs5glpo0=0x0000 +mcs5glpo1=0x0000 +mcs5ghpo0=0x0000 +mcs5ghpo1=0x0000 +mcs5gpo4=0x0000 +mcs5gpo5=0x0000 +mcs5glpo4=0x0000 +mcs5glpo5=0x0000 +mcs5ghpo4=0x0000 +mcs5ghpo5=0x0000 +#bw405gpo=0x4 +#bw405glpo=0x4 +#bw405ghpo=0x4 +#il0macaddr=00:90:4c:c5:12:38 +#wl0id=0x431b +pagc2g=0x10 + +# muRata 2G FEM -029 +swctrlmap_2g=0x05050505,0x40400000,0x00000404,0x024000,0x1ff + +# muRata 5G FEM -041 +swctrlmap_5g=0x08080808,0x30301010,0x10100000,0x024000,0x238 + +# parameter 'gain' has been renamed to 'elna_off_gain_idx_2g' +elna_off_gain_idx_2g=30 +triso2g=8 +triso5g=5 +cckdigfilttype=24 + +#muxenab=0x10 /* host wakeup GPIO 0*/ +#muxenab=0x08 /* jtag sel 0x00 - enable, 0x08 - disable*/ +muxenab=0x10 + +####added_on01122012_fcnt##### +#PwrOffset40mhz2g=4 +PwrOffset40mhz5g=-13 +# Parameters for DAC2x mode and ALPF bypass +dacrate2xen=1 +txalpfbyp=1 +txalpfpu=1 +ofdmdigfilttype2g=3 +ofdmdigfilttype5g=0 +ofdm40digfilttype=5 + +## Renamed on 2/8/2012 +gain_settle_dly_2g=4 + +## Added on 1/31/2012, modified on 2/27/2012 +noise_cal_po_2g=-1 +#noise_cal_po_40_2g=-1 +noise_cal_high_gain_2g=73 +noise_cal_nf_substract_val_2g=346 + +## Added on 2/8/2012 +gain_settle_dly_5g=4 +noise_cal_po_5g=-1 +noise_cal_po_40_5g=-1 +noise_cal_high_gain_5g=73 +noise_cal_nf_substract_val_5g=346 + +#parameter for ACR improvement -- Added on 2/8/2012 +aci_detect_en_2g=1 + +## Added on 2/24/2012 +iqlocalidx5g=55 +lpbckmode5g=1 +txiqlopapu5g=0 +iqcalidx5g=50 +txiqlopapu2g=0 +dlorange_lowlimit=5 +loflag=1 +dlocalidx5g=75 + +## For limit tx power +txidxcap2g=44 + +## UMC specific +dacpu.fab.4=1 + diff --git a/tf700t/proprietary/etc/nvram_nh615.txt b/tf300t/proprietary/etc/nvram_nh615.txt similarity index 95% rename from tf700t/proprietary/etc/nvram_nh615.txt rename to tf300t/proprietary/etc/nvram_nh615.txt index 479c5de6f..4bac19db8 100644 --- a/tf700t/proprietary/etc/nvram_nh615.txt +++ b/tf300t/proprietary/etc/nvram_nh615.txt @@ -36,7 +36,6 @@ rssismc2g=0xb,0xb,0xa rssisav2g=0x3,0x3,0x3 bxa2g=0 # country code -ccode=ALL cctl=0x0 rxpo2g=0 #macaddr=00:11:22:33:44:55 diff --git a/tf700t/proprietary/etc/nvram_nh660.txt b/tf300t/proprietary/etc/nvram_nh660.txt similarity index 93% rename from tf700t/proprietary/etc/nvram_nh660.txt rename to tf300t/proprietary/etc/nvram_nh660.txt index 68cd031e5..e25a4730f 100644 --- a/tf700t/proprietary/etc/nvram_nh660.txt +++ b/tf300t/proprietary/etc/nvram_nh660.txt @@ -16,7 +16,6 @@ boardnum=22 cckdigfilttype=20 #20~26 ag0=255 aa2g=3 -ccode=ALL #pa0b0=0x143e #pa0b1=0xfdab #pa0b2=0xff66 diff --git a/tf300t/proprietary/etc/nvram_nh665.txt b/tf300t/proprietary/etc/nvram_nh665.txt new file mode 100644 index 000000000..8a43138e2 --- /dev/null +++ b/tf300t/proprietary/etc/nvram_nh665.txt @@ -0,0 +1,44 @@ +# Azurewave Release 2011/12/29 +# NH665 bgn+BT+FM +manfid=0x2d0 +prodid=0x0552 +vendid=0x14e4 +devid=0x4360 +boardtype=0x0552 +boardrev=0x11 +# this design has 2.4GHz SP3T switch +boardflags=0x00081200 +nocrc=1 +xtalfreq=37400 +boardnum=22 +#macaddr=00:11:22:33:44:55 +#nvram_override=1 +cckdigfilttype=20 #20~26 +ag0=255 +aa2g=3 +#pa0b0=0x13e1 +#pa0b1=0xfdab +#pa0b2=0xff66 +rssismf2g=0xa +rssismc2g=0x3 +rssisav2g=0x7 +maxp2ga0=0x46 +sromrev=3 +#il0macaddr=00:11:22:33:44:55 +wl0id=0x431b +cckPwrOffset=5 +#ofdmdigfilttype2g=4 +ofdm2gpo=0x44444444 +mcs2gpo0=0x6666 +mcs2gpo1=0x6666 +swctrlmap_2g=0x44844484,0x4a8a4282,0x42824282,0x818a82,0x1ff +rfreg033=0x19 +rfreg033_cck=0x1f +dacrate2g=160 +txalpfbyp2g=1 +bphyscale=17 +cckPwrIdxCorr=-15 +pacalidx2g=45 +txgaintbl=1 +muxenab=0x10 +#triso2g=9 diff --git a/tf700t/proprietary/etc/nvram_nh669.txt b/tf300t/proprietary/etc/nvram_nh669.txt similarity index 92% rename from tf700t/proprietary/etc/nvram_nh669.txt rename to tf300t/proprietary/etc/nvram_nh669.txt index af7778ff0..898b1b12e 100644 --- a/tf700t/proprietary/etc/nvram_nh669.txt +++ b/tf300t/proprietary/etc/nvram_nh669.txt @@ -14,7 +14,6 @@ boardnum=22 #macaddr=00:11:22:33:44:55 ag0=255 aa2g=3 -ccode=ALL #pa0b0=0x14d0 #pa0b1=0xfd98 #pa0b2=0xff78 @@ -38,3 +37,4 @@ bphyscale=17 cckPwrIdxCorr=-15 pacalidx2g=45 txgaintbl=1 +muxenab=0x10 diff --git a/tf300t/proprietary/lib/egl/egl.cfg b/tf300t/proprietary/lib/egl/egl.cfg new file mode 100644 index 000000000..0118c05e2 --- /dev/null +++ b/tf300t/proprietary/lib/egl/egl.cfg @@ -0,0 +1,3 @@ +0 0 android +0 1 tegra + diff --git a/tf300t/proprietary/lib/egl/libEGL_perfhud.so b/tf300t/proprietary/lib/egl/libEGL_perfhud.so index 33122bccf..9aefea991 100644 Binary files a/tf300t/proprietary/lib/egl/libEGL_perfhud.so and b/tf300t/proprietary/lib/egl/libEGL_perfhud.so differ diff --git a/tf300t/proprietary/lib/egl/libEGL_tegra.so b/tf300t/proprietary/lib/egl/libEGL_tegra.so index 00e894f60..b66c300d0 100644 Binary files a/tf300t/proprietary/lib/egl/libEGL_tegra.so and b/tf300t/proprietary/lib/egl/libEGL_tegra.so differ diff --git a/tf300t/proprietary/lib/egl/libEGL_tegra_impl.so b/tf300t/proprietary/lib/egl/libEGL_tegra_impl.so new file mode 100644 index 000000000..878f24383 Binary files /dev/null and b/tf300t/proprietary/lib/egl/libEGL_tegra_impl.so differ diff --git a/tf300t/proprietary/lib/egl/libGLES_android.so b/tf300t/proprietary/lib/egl/libGLES_android.so new file mode 100644 index 000000000..338d6ad20 Binary files /dev/null and b/tf300t/proprietary/lib/egl/libGLES_android.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv1_CM_perfhud.so b/tf300t/proprietary/lib/egl/libGLESv1_CM_perfhud.so index ff3cddef6..6adb3081e 100644 Binary files a/tf300t/proprietary/lib/egl/libGLESv1_CM_perfhud.so and b/tf300t/proprietary/lib/egl/libGLESv1_CM_perfhud.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so b/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so index f8791b371..3eebc0f66 100644 Binary files a/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so and b/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so b/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so new file mode 100644 index 000000000..90694fada Binary files /dev/null and b/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv2_perfhud.so b/tf300t/proprietary/lib/egl/libGLESv2_perfhud.so index 084561e5f..366c617c7 100644 Binary files a/tf300t/proprietary/lib/egl/libGLESv2_perfhud.so and b/tf300t/proprietary/lib/egl/libGLESv2_perfhud.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv2_tegra.so b/tf300t/proprietary/lib/egl/libGLESv2_tegra.so index df964551a..a72448b6e 100644 Binary files a/tf300t/proprietary/lib/egl/libGLESv2_tegra.so and b/tf300t/proprietary/lib/egl/libGLESv2_tegra.so differ diff --git a/tf300t/proprietary/lib/egl/libGLESv2_tegra_impl.so b/tf300t/proprietary/lib/egl/libGLESv2_tegra_impl.so new file mode 100644 index 000000000..87b2988f1 Binary files /dev/null and b/tf300t/proprietary/lib/egl/libGLESv2_tegra_impl.so differ diff --git a/tf300t/proprietary/lib/hw/audio.primary.tegra.so b/tf300t/proprietary/lib/hw/audio.primary.tegra.so index 9da17f27a..43da7d5a2 100644 Binary files a/tf300t/proprietary/lib/hw/audio.primary.tegra.so and b/tf300t/proprietary/lib/hw/audio.primary.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/audio.usb.default.so b/tf300t/proprietary/lib/hw/audio.usb.default.so new file mode 100644 index 000000000..cb8c35679 Binary files /dev/null and b/tf300t/proprietary/lib/hw/audio.usb.default.so differ diff --git a/tf300t/proprietary/lib/hw/audio_policy.tegra.so b/tf300t/proprietary/lib/hw/audio_policy.tegra.so index 07992acc1..62a9ae1ec 100644 Binary files a/tf300t/proprietary/lib/hw/audio_policy.tegra.so and b/tf300t/proprietary/lib/hw/audio_policy.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/camera.tegra.so b/tf300t/proprietary/lib/hw/camera.tegra.so index a5d7926c3..ac7672275 100644 Binary files a/tf300t/proprietary/lib/hw/camera.tegra.so and b/tf300t/proprietary/lib/hw/camera.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/gps.tegra.so b/tf300t/proprietary/lib/hw/gps.tegra.so index 8898eaebe..97b6585d3 100644 Binary files a/tf300t/proprietary/lib/hw/gps.tegra.so and b/tf300t/proprietary/lib/hw/gps.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/gralloc.tegra.so b/tf300t/proprietary/lib/hw/gralloc.tegra.so index 398d12d59..58c09eff1 100644 Binary files a/tf300t/proprietary/lib/hw/gralloc.tegra.so and b/tf300t/proprietary/lib/hw/gralloc.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/hwcomposer.tegra.so b/tf300t/proprietary/lib/hw/hwcomposer.tegra.so index 838df3b05..b92c185c1 100644 Binary files a/tf300t/proprietary/lib/hw/hwcomposer.tegra.so and b/tf300t/proprietary/lib/hw/hwcomposer.tegra.so differ diff --git a/tf300t/proprietary/lib/hw/lights.cardhu.so b/tf300t/proprietary/lib/hw/lights.cardhu.so index b2f8f07fc..7f8d4a3d7 100644 Binary files a/tf300t/proprietary/lib/hw/lights.cardhu.so and b/tf300t/proprietary/lib/hw/lights.cardhu.so differ diff --git a/tf300t/proprietary/lib/hw/sensors.cardhu.so b/tf300t/proprietary/lib/hw/sensors.cardhu.so index 66b41851d..022ea8f60 100644 Binary files a/tf300t/proprietary/lib/hw/sensors.cardhu.so and b/tf300t/proprietary/lib/hw/sensors.cardhu.so differ diff --git a/tf300t/proprietary/lib/hw/sensors6050.cardhu.so b/tf300t/proprietary/lib/hw/sensors6050.cardhu.so new file mode 100644 index 000000000..194be8141 Binary files /dev/null and b/tf300t/proprietary/lib/hw/sensors6050.cardhu.so differ diff --git a/tf300t/proprietary/lib/hw/sensors_generic.cardhu.so b/tf300t/proprietary/lib/hw/sensors_generic.cardhu.so new file mode 100644 index 000000000..c629974f1 Binary files /dev/null and b/tf300t/proprietary/lib/hw/sensors_generic.cardhu.so differ diff --git a/tf300t/proprietary/lib/libardrv_dynamic.so b/tf300t/proprietary/lib/libardrv_dynamic.so index 5bf131142..3e422dc68 100644 Binary files a/tf300t/proprietary/lib/libardrv_dynamic.so and b/tf300t/proprietary/lib/libardrv_dynamic.so differ diff --git a/tf300t/proprietary/lib/libasound.so b/tf300t/proprietary/lib/libasound.so index 2ab71bf75..5cd81a88c 100644 Binary files a/tf300t/proprietary/lib/libasound.so and b/tf300t/proprietary/lib/libasound.so differ diff --git a/tf300t/proprietary/lib/libaudioavp.so b/tf300t/proprietary/lib/libaudioavp.so new file mode 100644 index 000000000..a193cbba0 Binary files /dev/null and b/tf300t/proprietary/lib/libaudioavp.so differ diff --git a/tf300t/proprietary/lib/libcgdrv.so b/tf300t/proprietary/lib/libcgdrv.so index ddd5145b7..8feedcaac 100644 Binary files a/tf300t/proprietary/lib/libcgdrv.so and b/tf300t/proprietary/lib/libcgdrv.so differ diff --git a/tf300t/proprietary/lib/libmplmpu.so b/tf300t/proprietary/lib/libmplmpu.so deleted file mode 100644 index feff13250..000000000 Binary files a/tf300t/proprietary/lib/libmplmpu.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libmplmpu3050.so b/tf300t/proprietary/lib/libmplmpu3050.so new file mode 100644 index 000000000..b8c215d4f Binary files /dev/null and b/tf300t/proprietary/lib/libmplmpu3050.so differ diff --git a/tf300t/proprietary/lib/libmplmpu6050.so b/tf300t/proprietary/lib/libmplmpu6050.so new file mode 100644 index 000000000..c81738b95 Binary files /dev/null and b/tf300t/proprietary/lib/libmplmpu6050.so differ diff --git a/tf300t/proprietary/lib/libnvapputil.so b/tf300t/proprietary/lib/libnvapputil.so new file mode 100644 index 000000000..b7e97c9a7 Binary files /dev/null and b/tf300t/proprietary/lib/libnvapputil.so differ diff --git a/tf300t/proprietary/lib/libnvasfparserhal.so b/tf300t/proprietary/lib/libnvasfparserhal.so index 5605a0ce7..48bdd02bc 100644 Binary files a/tf300t/proprietary/lib/libnvasfparserhal.so and b/tf300t/proprietary/lib/libnvasfparserhal.so differ diff --git a/tf300t/proprietary/lib/libnvaudioservice.so b/tf300t/proprietary/lib/libnvaudioservice.so new file mode 100644 index 000000000..4a8734f6d Binary files /dev/null and b/tf300t/proprietary/lib/libnvaudioservice.so differ diff --git a/tf300t/proprietary/lib/libnvaviparserhal.so b/tf300t/proprietary/lib/libnvaviparserhal.so index c626e18b1..b59e5fa51 100644 Binary files a/tf300t/proprietary/lib/libnvaviparserhal.so and b/tf300t/proprietary/lib/libnvaviparserhal.so differ diff --git a/tf300t/proprietary/lib/libnvavp.so b/tf300t/proprietary/lib/libnvavp.so index 7461fa644..6bab8b952 100644 Binary files a/tf300t/proprietary/lib/libnvavp.so and b/tf300t/proprietary/lib/libnvavp.so differ diff --git a/tf300t/proprietary/lib/libnvcamerahdr.so b/tf300t/proprietary/lib/libnvcamerahdr.so new file mode 100644 index 000000000..e61f6ed19 Binary files /dev/null and b/tf300t/proprietary/lib/libnvcamerahdr.so differ diff --git a/tf300t/proprietary/lib/libnvcap.so b/tf300t/proprietary/lib/libnvcap.so new file mode 100644 index 000000000..e9a740f37 Binary files /dev/null and b/tf300t/proprietary/lib/libnvcap.so differ diff --git a/tf300t/proprietary/lib/libnvcap_video.so b/tf300t/proprietary/lib/libnvcap_video.so new file mode 100644 index 000000000..fab38cf15 Binary files /dev/null and b/tf300t/proprietary/lib/libnvcap_video.so differ diff --git a/tf300t/proprietary/lib/libnvcapclk.so b/tf300t/proprietary/lib/libnvcapclk.so new file mode 100644 index 000000000..04cb81afe Binary files /dev/null and b/tf300t/proprietary/lib/libnvcapclk.so differ diff --git a/tf300t/proprietary/lib/libnvcontrol_jni.so b/tf300t/proprietary/lib/libnvcontrol_jni.so index d65c9cbbd..0a52d7c5d 100644 Binary files a/tf300t/proprietary/lib/libnvcontrol_jni.so and b/tf300t/proprietary/lib/libnvcontrol_jni.so differ diff --git a/tf300t/proprietary/lib/libnvcpl.so b/tf300t/proprietary/lib/libnvcpl.so new file mode 100644 index 000000000..8362c5059 Binary files /dev/null and b/tf300t/proprietary/lib/libnvcpl.so differ diff --git a/tf300t/proprietary/lib/libnvcpud.so b/tf300t/proprietary/lib/libnvcpud.so deleted file mode 100644 index 28a76470b..000000000 Binary files a/tf300t/proprietary/lib/libnvcpud.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvcpud_client.so b/tf300t/proprietary/lib/libnvcpud_client.so index 7f834ec13..853db44f0 100644 Binary files a/tf300t/proprietary/lib/libnvcpud_client.so and b/tf300t/proprietary/lib/libnvcpud_client.so differ diff --git a/tf300t/proprietary/lib/libnvddk_2d.so b/tf300t/proprietary/lib/libnvddk_2d.so index ef4e78419..2a1d720ba 100644 Binary files a/tf300t/proprietary/lib/libnvddk_2d.so and b/tf300t/proprietary/lib/libnvddk_2d.so differ diff --git a/tf300t/proprietary/lib/libnvddk_2d_v2.so b/tf300t/proprietary/lib/libnvddk_2d_v2.so index c5da0c2ff..ec028c7b8 100644 Binary files a/tf300t/proprietary/lib/libnvddk_2d_v2.so and b/tf300t/proprietary/lib/libnvddk_2d_v2.so differ diff --git a/tf300t/proprietary/lib/libnvdispmgr_d.so b/tf300t/proprietary/lib/libnvdispmgr_d.so deleted file mode 100644 index 023ada9c4..000000000 Binary files a/tf300t/proprietary/lib/libnvdispmgr_d.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvglsi.so b/tf300t/proprietary/lib/libnvglsi.so new file mode 100644 index 000000000..48a845961 Binary files /dev/null and b/tf300t/proprietary/lib/libnvglsi.so differ diff --git a/tf300t/proprietary/lib/libnvhdmi3dplay_jni.so b/tf300t/proprietary/lib/libnvhdmi3dplay_jni.so index f21307670..6519a050f 100644 Binary files a/tf300t/proprietary/lib/libnvhdmi3dplay_jni.so and b/tf300t/proprietary/lib/libnvhdmi3dplay_jni.so differ diff --git a/tf300t/proprietary/lib/libnvmm.so b/tf300t/proprietary/lib/libnvmm.so index 34da58de5..0ddce4ead 100644 Binary files a/tf300t/proprietary/lib/libnvmm.so and b/tf300t/proprietary/lib/libnvmm.so differ diff --git a/tf300t/proprietary/lib/libnvmm_asfparser.so b/tf300t/proprietary/lib/libnvmm_asfparser.so index 7fac27692..8a9e5ef94 100644 Binary files a/tf300t/proprietary/lib/libnvmm_asfparser.so and b/tf300t/proprietary/lib/libnvmm_asfparser.so differ diff --git a/tf300t/proprietary/lib/libnvmm_audio.so b/tf300t/proprietary/lib/libnvmm_audio.so index 12eebcbef..fdd3aaffa 100644 Binary files a/tf300t/proprietary/lib/libnvmm_audio.so and b/tf300t/proprietary/lib/libnvmm_audio.so differ diff --git a/tf300t/proprietary/lib/libnvmm_aviparser.so b/tf300t/proprietary/lib/libnvmm_aviparser.so index 3b42f9b8a..b528a6979 100644 Binary files a/tf300t/proprietary/lib/libnvmm_aviparser.so and b/tf300t/proprietary/lib/libnvmm_aviparser.so differ diff --git a/tf300t/proprietary/lib/libnvmm_camera.so b/tf300t/proprietary/lib/libnvmm_camera.so index 2725fb815..5efbbe302 100644 Binary files a/tf300t/proprietary/lib/libnvmm_camera.so and b/tf300t/proprietary/lib/libnvmm_camera.so differ diff --git a/tf300t/proprietary/lib/libnvmm_contentpipe.so b/tf300t/proprietary/lib/libnvmm_contentpipe.so index 2197499b4..e22c75535 100644 Binary files a/tf300t/proprietary/lib/libnvmm_contentpipe.so and b/tf300t/proprietary/lib/libnvmm_contentpipe.so differ diff --git a/tf300t/proprietary/lib/libnvmm_image.so b/tf300t/proprietary/lib/libnvmm_image.so index df3def716..ceefb3026 100644 Binary files a/tf300t/proprietary/lib/libnvmm_image.so and b/tf300t/proprietary/lib/libnvmm_image.so differ diff --git a/tf300t/proprietary/lib/libnvmm_manager.so b/tf300t/proprietary/lib/libnvmm_manager.so index 74df94583..a6fd5942f 100644 Binary files a/tf300t/proprietary/lib/libnvmm_manager.so and b/tf300t/proprietary/lib/libnvmm_manager.so differ diff --git a/tf300t/proprietary/lib/libnvmm_misc.so b/tf300t/proprietary/lib/libnvmm_misc.so deleted file mode 100644 index f2e938a86..000000000 Binary files a/tf300t/proprietary/lib/libnvmm_misc.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvmm_msaudio.so b/tf300t/proprietary/lib/libnvmm_msaudio.so index 4f03379d5..e17f12fcf 100644 Binary files a/tf300t/proprietary/lib/libnvmm_msaudio.so and b/tf300t/proprietary/lib/libnvmm_msaudio.so differ diff --git a/tf300t/proprietary/lib/libnvmm_parser.so b/tf300t/proprietary/lib/libnvmm_parser.so index d15c6dec2..808387d4c 100644 Binary files a/tf300t/proprietary/lib/libnvmm_parser.so and b/tf300t/proprietary/lib/libnvmm_parser.so differ diff --git a/tf300t/proprietary/lib/libnvmm_service.so b/tf300t/proprietary/lib/libnvmm_service.so index e09a00065..6868a415d 100644 Binary files a/tf300t/proprietary/lib/libnvmm_service.so and b/tf300t/proprietary/lib/libnvmm_service.so differ diff --git a/tf300t/proprietary/lib/libnvmm_utils.so b/tf300t/proprietary/lib/libnvmm_utils.so index ddf33b52d..ee86e1c89 100644 Binary files a/tf300t/proprietary/lib/libnvmm_utils.so and b/tf300t/proprietary/lib/libnvmm_utils.so differ diff --git a/tf300t/proprietary/lib/libnvmm_vc1_video.so b/tf300t/proprietary/lib/libnvmm_vc1_video.so index 2c8171bce..c04a93b9f 100644 Binary files a/tf300t/proprietary/lib/libnvmm_vc1_video.so and b/tf300t/proprietary/lib/libnvmm_vc1_video.so differ diff --git a/tf300t/proprietary/lib/libnvmm_video.so b/tf300t/proprietary/lib/libnvmm_video.so index 7862d0043..1d9eb269c 100644 Binary files a/tf300t/proprietary/lib/libnvmm_video.so and b/tf300t/proprietary/lib/libnvmm_video.so differ diff --git a/tf300t/proprietary/lib/libnvmm_vp6_video.so b/tf300t/proprietary/lib/libnvmm_vp6_video.so deleted file mode 100644 index afc988650..000000000 Binary files a/tf300t/proprietary/lib/libnvmm_vp6_video.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvmm_writer.so b/tf300t/proprietary/lib/libnvmm_writer.so index 302de7d69..84789881a 100644 Binary files a/tf300t/proprietary/lib/libnvmm_writer.so and b/tf300t/proprietary/lib/libnvmm_writer.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite.so b/tf300t/proprietary/lib/libnvmmlite.so index 2e001de0c..4ee6c0730 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite.so and b/tf300t/proprietary/lib/libnvmmlite.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite_audio.so b/tf300t/proprietary/lib/libnvmmlite_audio.so index cade35c0e..0a7bea027 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite_audio.so and b/tf300t/proprietary/lib/libnvmmlite_audio.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite_image.so b/tf300t/proprietary/lib/libnvmmlite_image.so index 2ffa7f141..ad33dc1f2 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite_image.so and b/tf300t/proprietary/lib/libnvmmlite_image.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite_msaudio.so b/tf300t/proprietary/lib/libnvmmlite_msaudio.so index a2f0eb375..2c628c69a 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite_msaudio.so and b/tf300t/proprietary/lib/libnvmmlite_msaudio.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite_utils.so b/tf300t/proprietary/lib/libnvmmlite_utils.so index 1f4b0ecc7..33295c15c 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite_utils.so and b/tf300t/proprietary/lib/libnvmmlite_utils.so differ diff --git a/tf300t/proprietary/lib/libnvmmlite_video.so b/tf300t/proprietary/lib/libnvmmlite_video.so index 3e72dafff..4100dbf1d 100644 Binary files a/tf300t/proprietary/lib/libnvmmlite_video.so and b/tf300t/proprietary/lib/libnvmmlite_video.so differ diff --git a/tf300t/proprietary/lib/libnvodm_dtvtuner.so b/tf300t/proprietary/lib/libnvodm_dtvtuner.so index e7621d031..40dcc0e28 100644 Binary files a/tf300t/proprietary/lib/libnvodm_dtvtuner.so and b/tf300t/proprietary/lib/libnvodm_dtvtuner.so differ diff --git a/tf300t/proprietary/lib/libnvodm_hdmi.so b/tf300t/proprietary/lib/libnvodm_hdmi.so index fd98eead4..7ffd48d35 100644 Binary files a/tf300t/proprietary/lib/libnvodm_hdmi.so and b/tf300t/proprietary/lib/libnvodm_hdmi.so differ diff --git a/tf300t/proprietary/lib/libnvodm_imager.so b/tf300t/proprietary/lib/libnvodm_imager.so index 86a122caf..7a403d7e8 100644 Binary files a/tf300t/proprietary/lib/libnvodm_imager.so and b/tf300t/proprietary/lib/libnvodm_imager.so differ diff --git a/tf300t/proprietary/lib/libnvodm_misc.so b/tf300t/proprietary/lib/libnvodm_misc.so index 8f3b30887..fa0138874 100644 Binary files a/tf300t/proprietary/lib/libnvodm_misc.so and b/tf300t/proprietary/lib/libnvodm_misc.so differ diff --git a/tf300t/proprietary/lib/libnvodm_query.so b/tf300t/proprietary/lib/libnvodm_query.so index 2ac373c85..f0d7045bb 100644 Binary files a/tf300t/proprietary/lib/libnvodm_query.so and b/tf300t/proprietary/lib/libnvodm_query.so differ diff --git a/tf300t/proprietary/lib/libnvomx.so b/tf300t/proprietary/lib/libnvomx.so index 39ab975df..47e12201d 100644 Binary files a/tf300t/proprietary/lib/libnvomx.so and b/tf300t/proprietary/lib/libnvomx.so differ diff --git a/tf300t/proprietary/lib/libnvomxadaptor.so b/tf300t/proprietary/lib/libnvomxadaptor.so index c25055b36..42b55bccb 100644 Binary files a/tf300t/proprietary/lib/libnvomxadaptor.so and b/tf300t/proprietary/lib/libnvomxadaptor.so differ diff --git a/tf300t/proprietary/lib/libnvomxilclient.so b/tf300t/proprietary/lib/libnvomxilclient.so index 9de5b63ef..99310b53b 100644 Binary files a/tf300t/proprietary/lib/libnvomxilclient.so and b/tf300t/proprietary/lib/libnvomxilclient.so differ diff --git a/tf300t/proprietary/lib/libnvos.so b/tf300t/proprietary/lib/libnvos.so index 6d1154e27..a45cadc01 100644 Binary files a/tf300t/proprietary/lib/libnvos.so and b/tf300t/proprietary/lib/libnvos.so differ diff --git a/tf300t/proprietary/lib/libnvparser.so b/tf300t/proprietary/lib/libnvparser.so index 631fac4c5..4bef49d78 100644 Binary files a/tf300t/proprietary/lib/libnvparser.so and b/tf300t/proprietary/lib/libnvparser.so differ diff --git a/tf300t/proprietary/lib/libnvrm.so b/tf300t/proprietary/lib/libnvrm.so index bee52a6af..b189be8a3 100644 Binary files a/tf300t/proprietary/lib/libnvrm.so and b/tf300t/proprietary/lib/libnvrm.so differ diff --git a/tf300t/proprietary/lib/libnvrm_graphics.so b/tf300t/proprietary/lib/libnvrm_graphics.so index 8cb5375c2..1e1c0f1ef 100644 Binary files a/tf300t/proprietary/lib/libnvrm_graphics.so and b/tf300t/proprietary/lib/libnvrm_graphics.so differ diff --git a/tf300t/proprietary/lib/libnvsm.so b/tf300t/proprietary/lib/libnvsm.so index c28155b1c..1b355ae9b 100644 Binary files a/tf300t/proprietary/lib/libnvsm.so and b/tf300t/proprietary/lib/libnvsm.so differ diff --git a/tf300t/proprietary/lib/libnvstereoutils_jni.so b/tf300t/proprietary/lib/libnvstereoutils_jni.so deleted file mode 100644 index 88fe6a290..000000000 Binary files a/tf300t/proprietary/lib/libnvstereoutils_jni.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvstitching.so b/tf300t/proprietary/lib/libnvstitching.so new file mode 100644 index 000000000..5c1d8390d Binary files /dev/null and b/tf300t/proprietary/lib/libnvstitching.so differ diff --git a/tf300t/proprietary/lib/libnvsystemuiext_jni.so b/tf300t/proprietary/lib/libnvsystemuiext_jni.so deleted file mode 100644 index 3041e1724..000000000 Binary files a/tf300t/proprietary/lib/libnvsystemuiext_jni.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libnvtestio.so b/tf300t/proprietary/lib/libnvtestio.so index f52117eb9..08a248fbf 100644 Binary files a/tf300t/proprietary/lib/libnvtestio.so and b/tf300t/proprietary/lib/libnvtestio.so differ diff --git a/tf300t/proprietary/lib/libnvtestresults.so b/tf300t/proprietary/lib/libnvtestresults.so index 8cfa7a367..f33b75014 100644 Binary files a/tf300t/proprietary/lib/libnvtestresults.so and b/tf300t/proprietary/lib/libnvtestresults.so differ diff --git a/tf300t/proprietary/lib/libnvtvmr.so b/tf300t/proprietary/lib/libnvtvmr.so index 9c98ba15e..d7acec8a5 100644 Binary files a/tf300t/proprietary/lib/libnvtvmr.so and b/tf300t/proprietary/lib/libnvtvmr.so differ diff --git a/tf300t/proprietary/lib/libnvwinsys.so b/tf300t/proprietary/lib/libnvwinsys.so index 0370751d2..3b106c655 100644 Binary files a/tf300t/proprietary/lib/libnvwinsys.so and b/tf300t/proprietary/lib/libnvwinsys.so differ diff --git a/tf300t/proprietary/lib/libnvwsi.so b/tf300t/proprietary/lib/libnvwsi.so index 984e2a8e4..4d8610e46 100644 Binary files a/tf300t/proprietary/lib/libnvwsi.so and b/tf300t/proprietary/lib/libnvwsi.so differ diff --git a/tf300t/proprietary/lib/libopencv24_tegra.so b/tf300t/proprietary/lib/libopencv24_tegra.so new file mode 100644 index 000000000..41b6f27c9 Binary files /dev/null and b/tf300t/proprietary/lib/libopencv24_tegra.so differ diff --git a/tf300t/proprietary/lib/libsensors.al3010.so b/tf300t/proprietary/lib/libsensors.al3010.so index 71c282bf9..49d81e698 100644 Binary files a/tf300t/proprietary/lib/libsensors.al3010.so and b/tf300t/proprietary/lib/libsensors.al3010.so differ diff --git a/tf300t/proprietary/lib/libsensors.base.so b/tf300t/proprietary/lib/libsensors.base.so index 56983b395..74cf4f022 100644 Binary files a/tf300t/proprietary/lib/libsensors.base.so and b/tf300t/proprietary/lib/libsensors.base.so differ diff --git a/tf300t/proprietary/lib/libsensors.base6050.so b/tf300t/proprietary/lib/libsensors.base6050.so new file mode 100644 index 000000000..fe01f1635 Binary files /dev/null and b/tf300t/proprietary/lib/libsensors.base6050.so differ diff --git a/tf300t/proprietary/lib/libsensors.isl29018.so b/tf300t/proprietary/lib/libsensors.isl29018.so index 54140638c..55d9a6e93 100644 Binary files a/tf300t/proprietary/lib/libsensors.isl29018.so and b/tf300t/proprietary/lib/libsensors.isl29018.so differ diff --git a/tf300t/proprietary/lib/libsensors.isl29028.so b/tf300t/proprietary/lib/libsensors.isl29028.so index 10ecdba0a..394fb63e8 100644 Binary files a/tf300t/proprietary/lib/libsensors.isl29028.so and b/tf300t/proprietary/lib/libsensors.isl29028.so differ diff --git a/tf300t/proprietary/lib/libsensors.ltr558als.so b/tf300t/proprietary/lib/libsensors.ltr558als.so new file mode 100644 index 000000000..a317a0e0b Binary files /dev/null and b/tf300t/proprietary/lib/libsensors.ltr558als.so differ diff --git a/tf300t/proprietary/lib/libsensors.mpl.so b/tf300t/proprietary/lib/libsensors.mpl.so deleted file mode 100644 index 632e8431e..000000000 Binary files a/tf300t/proprietary/lib/libsensors.mpl.so and /dev/null differ diff --git a/tf300t/proprietary/lib/libstagefrighthw.so b/tf300t/proprietary/lib/libstagefrighthw.so index f052f6da7..282d60ac4 100644 Binary files a/tf300t/proprietary/lib/libstagefrighthw.so and b/tf300t/proprietary/lib/libstagefrighthw.so differ diff --git a/tf300t/proprietary/lib/libtbb.so b/tf300t/proprietary/lib/libtbb.so new file mode 100644 index 000000000..0e706655b Binary files /dev/null and b/tf300t/proprietary/lib/libtbb.so differ diff --git a/tf300t/proprietary/lib/libtinyalsa.so b/tf300t/proprietary/lib/libtinyalsa.so new file mode 100644 index 000000000..74de38d8b Binary files /dev/null and b/tf300t/proprietary/lib/libtinyalsa.so differ diff --git a/tf300t/proprietary/lib/mpu3050/libmllite.so b/tf300t/proprietary/lib/mpu3050/libmllite.so new file mode 100644 index 000000000..48adb234a Binary files /dev/null and b/tf300t/proprietary/lib/mpu3050/libmllite.so differ diff --git a/tf300t/proprietary/lib/mpu3050/libmlplatform.so b/tf300t/proprietary/lib/mpu3050/libmlplatform.so new file mode 100644 index 000000000..a170ab827 Binary files /dev/null and b/tf300t/proprietary/lib/mpu3050/libmlplatform.so differ diff --git a/tf300t/proprietary/lib/mpu3050/libmplmpu.so b/tf300t/proprietary/lib/mpu3050/libmplmpu.so new file mode 100644 index 000000000..c22a3f791 Binary files /dev/null and b/tf300t/proprietary/lib/mpu3050/libmplmpu.so differ diff --git a/tf300t/proprietary/lib/mpu3050/libsensors.mpl3050.so b/tf300t/proprietary/lib/mpu3050/libsensors.mpl3050.so new file mode 100644 index 000000000..abca32775 Binary files /dev/null and b/tf300t/proprietary/lib/mpu3050/libsensors.mpl3050.so differ diff --git a/tf300t/proprietary/lib/mpu6050/libmllite.so b/tf300t/proprietary/lib/mpu6050/libmllite.so new file mode 100644 index 000000000..b0f321114 Binary files /dev/null and b/tf300t/proprietary/lib/mpu6050/libmllite.so differ diff --git a/tf300t/proprietary/lib/mpu6050/libmlplatform.so b/tf300t/proprietary/lib/mpu6050/libmlplatform.so new file mode 100644 index 000000000..60b091a43 Binary files /dev/null and b/tf300t/proprietary/lib/mpu6050/libmlplatform.so differ diff --git a/tf300t/proprietary/lib/mpu6050/libmplmpu.so b/tf300t/proprietary/lib/mpu6050/libmplmpu.so new file mode 100644 index 000000000..c489d3df6 Binary files /dev/null and b/tf300t/proprietary/lib/mpu6050/libmplmpu.so differ diff --git a/tf300t/proprietary/lib/mpu6050/libsensors.mpl6050.so b/tf300t/proprietary/lib/mpu6050/libsensors.mpl6050.so new file mode 100644 index 000000000..affd6dee2 Binary files /dev/null and b/tf300t/proprietary/lib/mpu6050/libsensors.mpl6050.so differ diff --git a/tf300t/proprietary/lib/omxplayer.so b/tf300t/proprietary/lib/omxplayer.so deleted file mode 100644 index 65f9d8abb..000000000 Binary files a/tf300t/proprietary/lib/omxplayer.so and /dev/null differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd.bin b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd.bin new file mode 100644 index 000000000..68ffb8425 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_apsta.bin b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_apsta.bin new file mode 100644 index 000000000..68ffb8425 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_apsta.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_p2p.bin b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_p2p.bin new file mode 100644 index 000000000..68ffb8425 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_p2p.bin differ diff --git a/tf700t/proprietary/vendor/firmware/fw_bcm4329.bin b/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin similarity index 54% rename from tf700t/proprietary/vendor/firmware/fw_bcm4329.bin rename to tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin index f0223703d..167a1c4fd 100644 Binary files a/tf700t/proprietary/vendor/firmware/fw_bcm4329.bin and b/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin b/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin new file mode 100644 index 000000000..d58f474d6 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin new file mode 100644 index 000000000..d9e2f8863 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin new file mode 100644 index 000000000..ca6000b63 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin new file mode 100644 index 000000000..d9e2f8863 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd.bin b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd.bin new file mode 100644 index 000000000..6cef6ac93 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_apsta.bin b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_apsta.bin new file mode 100644 index 000000000..054895f06 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_apsta.bin differ diff --git a/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_p2p.bin b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_p2p.bin new file mode 100644 index 000000000..6cef6ac93 Binary files /dev/null and b/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_p2p.bin differ diff --git a/tf300t/proprietary/vendor/lib/drm/libdrmwvmplugin.so b/tf300t/proprietary/vendor/lib/drm/libdrmwvmplugin.so new file mode 100644 index 000000000..76fa0967c Binary files /dev/null and b/tf300t/proprietary/vendor/lib/drm/libdrmwvmplugin.so differ diff --git a/tf300t/proprietary/vendor/lib/hw/power.cardhu.so b/tf300t/proprietary/vendor/lib/hw/power.cardhu.so new file mode 100644 index 000000000..e37bee17a Binary files /dev/null and b/tf300t/proprietary/vendor/lib/hw/power.cardhu.so differ diff --git a/tf300t/proprietary/vendor/lib/libWVStreamControlAPI_L3.so b/tf300t/proprietary/vendor/lib/libWVStreamControlAPI_L3.so new file mode 100644 index 000000000..4eb56c980 Binary files /dev/null and b/tf300t/proprietary/vendor/lib/libWVStreamControlAPI_L3.so differ diff --git a/tf300t/proprietary/vendor/lib/libwvdrm_L3.so b/tf300t/proprietary/vendor/lib/libwvdrm_L3.so new file mode 100644 index 000000000..38ae23b60 Binary files /dev/null and b/tf300t/proprietary/vendor/lib/libwvdrm_L3.so differ diff --git a/tf300t/proprietary/vendor/lib/libwvm.so b/tf300t/proprietary/vendor/lib/libwvm.so new file mode 100644 index 000000000..775f253f6 Binary files /dev/null and b/tf300t/proprietary/vendor/lib/libwvm.so differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin new file mode 100644 index 000000000..78b52db12 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin new file mode 100644 index 000000000..45e252e06 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin new file mode 100644 index 000000000..f9b0a264c Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin new file mode 100644 index 000000000..6064bbdf1 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin new file mode 100644 index 000000000..f7d5f38d1 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin new file mode 100644 index 000000000..5c9349a31 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin differ diff --git a/tf300t/proprietary/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin b/tf300t/proprietary/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin new file mode 100644 index 000000000..a629c4fd9 Binary files /dev/null and b/tf300t/proprietary/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin differ diff --git a/tf300t/tf300t-vendor-blobs.mk b/tf300t/tf300t-vendor-blobs.mk index 5827d0802..be49ee6a0 100644 --- a/tf300t/tf300t-vendor-blobs.mk +++ b/tf300t/tf300t-vendor-blobs.mk @@ -15,11 +15,6 @@ # This file is generated by device/asus/tf300t/setup-makefiles.sh # Prebuilt libraries that are needed to build open-source libraries -#PRODUCT_COPY_FILES := \ -# vendor/asus/tf300t/proprietary/lib/libcamera.so:obj/lib/libcamera.so \ -# vendor/asus/tf300t/proprietary/lib/libaudio.so:obj/lib/libaudio.so \ -# vendor/asus/tf300t/proprietary/lib/libaudiopolicy.so:obj/lib/libaudiopolicy.so \ -# vendor/asus/tf300t/proprietary/lib/libseccameraadaptor.so:obj/lib/libseccameraadaptor.so PRODUCT_COPY_FILES += \ vendor/asus/tf300t/proprietary/bin/sensors-config:system/bin/sensors-config \ @@ -27,45 +22,49 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf300t/proprietary/etc/enctune.conf:system/etc/enctune.conf \ vendor/asus/tf300t/proprietary/etc/asound.conf:system/etc/asound.conf \ vendor/asus/tf300t/proprietary/etc/dbus.conf:system/etc/dbus.conf \ + vendor/asus/tf300t/proprietary/etc/nvaudio_conf_RT5631.xml:system/etc/nvaudio_conf_RT5631.xml \ + vendor/asus/tf300t/proprietary/etc/nvaudio_conf_RT5642.xml:system/etc/nvaudio_conf_RT5642.xml \ + vendor/asus/tf300t/proprietary/etc/nvaudio_conf_WM8903.xml:system/etc/nvaudio_conf_WM8903.xml \ + vendor/asus/tf300t/proprietary/etc/nvcamera.conf:system/etc/nvcamera.conf \ + vendor/asus/tf300t/proprietary/etc/nvram_ah691.txt:system/etc/nvram_ah691.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_murata_4334.txt:system/etc/nvram_murata_4334.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_murata.txt:system/etc/nvram_murata.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_nh615.txt:system/etc/nvram_nh615.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_nh660.txt:system/etc/nvram_nh660.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_nh665.txt:system/etc/nvram_nh665.txt \ + vendor/asus/tf300t/proprietary/etc/nvram_nh669.txt:system/etc/nvram_nh669.txt \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM43241B0_002.001.013.0056.0081.hcd:system/etc/firmware/BCM43241B0_002.001.013.0056.0081.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd:system/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd:system/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd:system/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd:system/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd:system/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/BCM4334B0_002.001.013.0258.0306.hcd:system/etc/firmware/BCM4334B0_002.001.013.0258.0306.hcd \ + vendor/asus/tf300t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom:system/etc/firmware/EC/DOCK-EC20N-0207.rom \ + vendor/asus/tf300t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom:system/etc/firmware/EC/DOCK-EC21N-0105.rom \ + vendor/asus/tf300t/proprietary/etc/firmware/EC/FU-d.cfg:system/etc/firmware/EC/FU-d.cfg \ + vendor/asus/tf300t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom:system/etc/firmware/EC/OPEN-PAD-0216.rom \ + vendor/asus/tf300t/proprietary/etc/firmware/camera/02-01-000128.bin:system/etc/firmware/camera/02-01-000128.bin \ + vendor/asus/tf300t/proprietary/etc/firmware/camera/02-02-000128.bin:system/etc/firmware/camera/02-02-000128.bin \ + vendor/asus/tf300t/proprietary/etc/firmware/nvavp_aud_ucode.bin:system/etc/firmware/nvavp_aud_ucode.bin \ vendor/asus/tf300t/proprietary/etc/firmware/nvavp_os_0ff00000.bin:system/etc/firmware/nvavp_os_0ff00000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvavp_os_00001000.bin:system/etc/firmware/nvavp_os_00001000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvavp_os_e0000000.bin:system/etc/firmware/nvavp_os_e0000000.bin \ vendor/asus/tf300t/proprietary/etc/firmware/nvavp_os_eff00000.bin:system/etc/firmware/nvavp_os_eff00000.bin \ vendor/asus/tf300t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin:system/etc/firmware/nvavp_vid_ucode_alt.bin \ vendor/asus/tf300t/proprietary/etc/firmware/nvavp_vid_ucode.bin:system/etc/firmware/nvavp_vid_ucode.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_aacdec.axf:system/etc/firmware/nvmm_aacdec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_adtsdec.axf:system/etc/firmware/nvmm_adtsdec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_h264dec2x.axf:system/etc/firmware/nvmm_h264dec2x.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_h264dec.axf:system/etc/firmware/nvmm_h264dec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_jpegdec.axf:system/etc/firmware/nvmm_jpegdec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_jpegenc.axf:system/etc/firmware/nvmm_jpegenc.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_manager.axf:system/etc/firmware/nvmm_manager.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_mp3dec.axf:system/etc/firmware/nvmm_mp3dec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_mpeg2dec.axf:system/etc/firmware/nvmm_mpeg2dec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_mpeg4dec.axf:system/etc/firmware/nvmm_mpeg4dec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_reference.axf:system/etc/firmware/nvmm_reference.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_service.axf:system/etc/firmware/nvmm_service.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_sorensondec.axf:system/etc/firmware/nvmm_sorensondec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf:system/etc/firmware/nvmm_vc1dec_2x.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_vc1dec.axf:system/etc/firmware/nvmm_vc1dec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_wavdec.axf:system/etc/firmware/nvmm_wavdec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_wmadec.axf:system/etc/firmware/nvmm_wmadec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvmm_wmaprodec.axf:system/etc/firmware/nvmm_wmaprodec.axf \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_00001000.bin:system/etc/firmware/nvrm_avp_00001000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin:system/etc/firmware/nvrm_avp_0ff00000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_8e000000.bin:system/etc/firmware/nvrm_avp_8e000000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_9e000000.bin:system/etc/firmware/nvrm_avp_9e000000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_be000000.bin:system/etc/firmware/nvrm_avp_be000000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_e0000000.bin:system/etc/firmware/nvrm_avp_e0000000.bin \ - vendor/asus/tf300t/proprietary/etc/firmware/nvrm_avp_eff00000.bin:system/etc/firmware/nvrm_avp_eff00000.bin \ vendor/asus/tf300t/proprietary/etc/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ - vendor/asus/tf300t/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ - vendor/asus/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ - vendor/asus/tf300t/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ + vendor/asus/tf300t/proprietary/lib/egl/egl.cfg:system/lib/egl/egl.cfg \ vendor/asus/tf300t/proprietary/lib/egl/libEGL_perfhud.so:system/lib/egl/libEGL_perfhud.so \ + vendor/asus/tf300t/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ + vendor/asus/tf300t/proprietary/lib/egl/libEGL_tegra_impl.so:system/lib/egl/libEGL_tegra_impl.so \ + vendor/asus/tf300t/proprietary/lib/egl/libGLES_android.so:system/lib/egl/libGLES_android.so \ vendor/asus/tf300t/proprietary/lib/egl/libGLESv1_CM_perfhud.so:system/lib/egl/libGLESv1_CM_perfhud.so \ + vendor/asus/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ + vendor/asus/tf300t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so:system/lib/egl/libGLESv1_CM_tegra_impl.so \ vendor/asus/tf300t/proprietary/lib/egl/libGLESv2_perfhud.so:system/lib/egl/libGLESv2_perfhud.so \ + vendor/asus/tf300t/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ + vendor/asus/tf300t/proprietary/lib/egl/libGLESv2_tegra_impl.so:system/lib/egl/libGLESv2_tegra_impl.so \ vendor/asus/tf300t/proprietary/lib/hw/audio.primary.tegra.so:system/lib/hw/audio.primary.tegra.so \ + vendor/asus/tf300t/proprietary/lib/hw/audio.usb.default.so:system/lib/hw/audio.usb.default.so \ vendor/asus/tf300t/proprietary/lib/hw/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so \ vendor/asus/tf300t/proprietary/lib/hw/camera.tegra.so:system/lib/hw/camera.tegra.so \ vendor/asus/tf300t/proprietary/lib/hw/gps.tegra.so:system/lib/hw/gps.tegra.so \ @@ -73,74 +72,90 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf300t/proprietary/lib/hw/hwcomposer.tegra.so:system/lib/hw/hwcomposer.tegra.so \ vendor/asus/tf300t/proprietary/lib/hw/lights.cardhu.so:system/lib/hw/lights.cardhu.so \ vendor/asus/tf300t/proprietary/lib/hw/sensors.cardhu.so:system/lib/hw/sensors.cardhu.so \ + vendor/asus/tf300t/proprietary/lib/hw/sensors6050.cardhu.so:system/lib/hw/sensors6050.cardhu.so \ + vendor/asus/tf300t/proprietary/lib/hw/sensors_generic.cardhu.so:system/lib/hw/sensors_generic.cardhu.so \ + vendor/asus/tf300t/proprietary/lib/libmplmpu3050.so:system/lib/libmplmpu3050.so \ + vendor/asus/tf300t/proprietary/lib/libmplmpu6050.so:system/lib/libmplmpu6050.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmllite.so:system/lib/mpu3050/libmllite.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmlplatform.so:system/lib/mpu3050/libmlplatform.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmplmpu.so:system/lib/mpu3050/libmplmpu.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libsensors.mpl3050.so:system/lib/mpu3050/libsensors.mpl3050.so \ + vendor/asus/tf300t/proprietary/lib/mpu6050/libmllite.so:system/lib/mpu6050/libmllite.so \ + vendor/asus/tf300t/proprietary/lib/mpu6050/libmlplatform.so:system/lib/mpu6050/libmlplatform.so \ + vendor/asus/tf300t/proprietary/lib/mpu6050/libmplmpu.so:system/lib/mpu6050/libmplmpu.so \ + vendor/asus/tf300t/proprietary/lib/mpu6050/libsensors.mpl6050.so:system/lib/mpu6050/libsensors.mpl6050.so \ + vendor/asus/tf300t/proprietary/lib/libopencv24_tegra.so:system/lib/libopencv24_tegra.so \ + vendor/asus/tf300t/proprietary/lib/libtbb.so:system/lib/libtbb.so \ + vendor/asus/tf300t/proprietary/lib/libasound.so:system/lib/libasound.so \ + vendor/asus/tf300t/proprietary/lib/libaudioavp.so:system/lib/libaudioavp.so \ + vendor/asus/tf300t/proprietary/lib/libtinyalsa.so:system/lib/libtinyalsa.so \ vendor/asus/tf300t/proprietary/lib/libami.so:system/lib/libami.so \ vendor/asus/tf300t/proprietary/lib/libami_sensor_mw.so:system/lib/libami_sensor_mw.so \ - vendor/asus/tf300t/proprietary/lib/libardrv_dynamic.so:system/lib/libardrv_dynamic.so \ - vendor/asus/tf300t/proprietary/lib/libasound.so:system/lib/libasound.so \ - vendor/asus/tf300t/proprietary/lib/libcgdrv.so:system/lib/libcgdrv.so \ - vendor/asus/tf300t/proprietary/lib/libmllite.so:system/lib/libmllite.so \ - vendor/asus/tf300t/proprietary/lib/libmlplatform.so:system/lib/libmlplatform.so \ - vendor/asus/tf300t/proprietary/lib/libmplmpu.so:system/lib/libmplmpu.so \ + vendor/asus/tf300t/proprietary/lib/libnvapputil.so:system/lib/libnvapputil.so \ vendor/asus/tf300t/proprietary/lib/libnvasfparserhal.so:system/lib/libnvasfparserhal.so \ + vendor/asus/tf300t/proprietary/lib/libnvaudioservice.so:system/lib/libnvaudioservice.so \ vendor/asus/tf300t/proprietary/lib/libnvaviparserhal.so:system/lib/libnvaviparserhal.so \ vendor/asus/tf300t/proprietary/lib/libnvavp.so:system/lib/libnvavp.so \ + vendor/asus/tf300t/proprietary/lib/libnvcamerahdr.so:system/lib/libnvcamerahdr.so \ + vendor/asus/tf300t/proprietary/lib/libnvcap.so:system/lib/libnvcap.so \ + vendor/asus/tf300t/proprietary/lib/libnvcap_video.so:system/lib/libnvcap_video.so \ + vendor/asus/tf300t/proprietary/lib/libnvcapclk.so:system/lib/libnvcapclk.so \ vendor/asus/tf300t/proprietary/lib/libnvcontrol_jni.so:system/lib/libnvcontrol_jni.so \ + vendor/asus/tf300t/proprietary/lib/libnvcpl.so:system/lib/libnvcpl.so \ vendor/asus/tf300t/proprietary/lib/libnvcpud_client.so:system/lib/libnvcpud_client.so \ - vendor/asus/tf300t/proprietary/lib/libnvcpud.so:system/lib/libnvcpud.so \ vendor/asus/tf300t/proprietary/lib/libnvddk_2d.so:system/lib/libnvddk_2d.so \ vendor/asus/tf300t/proprietary/lib/libnvddk_2d_v2.so:system/lib/libnvddk_2d_v2.so \ - vendor/asus/tf300t/proprietary/lib/libnvdispmgr_d.so:system/lib/libnvdispmgr_d.so \ + vendor/asus/tf300t/proprietary/lib/libnvglsi.so:system/lib/libnvglsi.so \ vendor/asus/tf300t/proprietary/lib/libnvhdmi3dplay_jni.so:system/lib/libnvhdmi3dplay_jni.so \ + vendor/asus/tf300t/proprietary/lib/libnvmm.so:system/lib/libnvmm.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_asfparser.so:system/lib/libnvmm_asfparser.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_audio.so:system/lib/libnvmm_audio.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_aviparser.so:system/lib/libnvmm_aviparser.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_camera.so:system/lib/libnvmm_camera.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_contentpipe.so:system/lib/libnvmm_contentpipe.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_image.so:system/lib/libnvmm_image.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite_audio.so:system/lib/libnvmmlite_audio.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite_image.so:system/lib/libnvmmlite_image.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite_msaudio.so:system/lib/libnvmmlite_msaudio.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite.so:system/lib/libnvmmlite.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite_utils.so:system/lib/libnvmmlite_utils.so \ - vendor/asus/tf300t/proprietary/lib/libnvmmlite_video.so:system/lib/libnvmmlite_video.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_manager.so:system/lib/libnvmm_manager.so \ - vendor/asus/tf300t/proprietary/lib/libnvmm_misc.so:system/lib/libnvmm_misc.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_msaudio.so:system/lib/libnvmm_msaudio.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_parser.so:system/lib/libnvmm_parser.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_service.so:system/lib/libnvmm_service.so \ - vendor/asus/tf300t/proprietary/lib/libnvmm.so:system/lib/libnvmm.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_utils.so:system/lib/libnvmm_utils.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_vc1_video.so:system/lib/libnvmm_vc1_video.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_video.so:system/lib/libnvmm_video.so \ - vendor/asus/tf300t/proprietary/lib/libnvmm_vp6_video.so:system/lib/libnvmm_vp6_video.so \ vendor/asus/tf300t/proprietary/lib/libnvmm_writer.so:system/lib/libnvmm_writer.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite.so:system/lib/libnvmmlite.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite_audio.so:system/lib/libnvmmlite_audio.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite_image.so:system/lib/libnvmmlite_image.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite_msaudio.so:system/lib/libnvmmlite_msaudio.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite_utils.so:system/lib/libnvmmlite_utils.so \ + vendor/asus/tf300t/proprietary/lib/libnvmmlite_video.so:system/lib/libnvmmlite_video.so \ vendor/asus/tf300t/proprietary/lib/libnvodm_dtvtuner.so:system/lib/libnvodm_dtvtuner.so \ vendor/asus/tf300t/proprietary/lib/libnvodm_hdmi.so:system/lib/libnvodm_hdmi.so \ vendor/asus/tf300t/proprietary/lib/libnvodm_imager.so:system/lib/libnvodm_imager.so \ vendor/asus/tf300t/proprietary/lib/libnvodm_misc.so:system/lib/libnvodm_misc.so \ vendor/asus/tf300t/proprietary/lib/libnvodm_query.so:system/lib/libnvodm_query.so \ + vendor/asus/tf300t/proprietary/lib/libnvomx.so:system/lib/libnvomx.so \ vendor/asus/tf300t/proprietary/lib/libnvomxadaptor.so:system/lib/libnvomxadaptor.so \ vendor/asus/tf300t/proprietary/lib/libnvomxilclient.so:system/lib/libnvomxilclient.so \ - vendor/asus/tf300t/proprietary/lib/libnvomx.so:system/lib/libnvomx.so \ vendor/asus/tf300t/proprietary/lib/libnvos.so:system/lib/libnvos.so \ vendor/asus/tf300t/proprietary/lib/libnvparser.so:system/lib/libnvparser.so \ - vendor/asus/tf300t/proprietary/lib/libnvrm_graphics.so:system/lib/libnvrm_graphics.so \ vendor/asus/tf300t/proprietary/lib/libnvrm.so:system/lib/libnvrm.so \ + vendor/asus/tf300t/proprietary/lib/libnvrm_graphics.so:system/lib/libnvrm_graphics.so \ vendor/asus/tf300t/proprietary/lib/libnvsm.so:system/lib/libnvsm.so \ - vendor/asus/tf300t/proprietary/lib/libnvstereoutils_jni.so:system/lib/libnvstereoutils_jni.so \ - vendor/asus/tf300t/proprietary/lib/libnvsystemuiext_jni.so:system/lib/libnvsystemuiext_jni.so \ + vendor/asus/tf300t/proprietary/lib/libnvstitching.so:system/lib/libnvstitching.so \ vendor/asus/tf300t/proprietary/lib/libnvtestio.so:system/lib/libnvtestio.so \ vendor/asus/tf300t/proprietary/lib/libnvtestresults.so:system/lib/libnvtestresults.so \ vendor/asus/tf300t/proprietary/lib/libnvtvmr.so:system/lib/libnvtvmr.so \ vendor/asus/tf300t/proprietary/lib/libnvwinsys.so:system/lib/libnvwinsys.so \ vendor/asus/tf300t/proprietary/lib/libnvwsi.so:system/lib/libnvwsi.so \ - vendor/asus/tf300t/proprietary/lib/libstagefrighthw.so:system/lib/libstagefrighthw.so \ - vendor/asus/tf300t/proprietary/lib/omxplayer.so:system/lib/omxplayer.so \ + vendor/asus/tf300t/proprietary/lib/libardrv_dynamic.so:system/lib/libardrv_dynamic.so \ + vendor/asus/tf300t/proprietary/lib/libcgdrv.so:system/lib/libcgdrv.so \ vendor/asus/tf300t/proprietary/lib/libsensors.al3010.so:system/lib/libsensors.al3010.so \ - vendor/asus/tf300t/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ + vendor/asus/tf300t/proprietary/lib/libsensors.base6050.so:system/lib/libsensors.base6050.so \ vendor/asus/tf300t/proprietary/lib/libsensors.base.so:system/lib/libsensors.base.so \ + vendor/asus/tf300t/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ vendor/asus/tf300t/proprietary/lib/libsensors.isl29028.so:system/lib/libsensors.isl29028.so \ - vendor/asus/tf300t/proprietary/lib/libsensors.mpl.so:system/lib/libsensors.mpl.so \ + vendor/asus/tf300t/proprietary/lib/libsensors.ltr558als.so:system/lib/libsensors.ltr558als.so \ + vendor/asus/tf300t/proprietary/lib/libstagefrighthw.so:system/lib/libstagefrighthw.so \ vendor/asus/tf300t/proprietary/usr/share/alsa/alsa.conf:system/usr/share/alsa/alsa.conf \ vendor/asus/tf300t/proprietary/usr/share/alsa/cards/aliases.conf:system/usr/share/alsa/cards/aliases.conf \ vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/center_lfe.conf:system/usr/share/alsa/pcm/center_lfe.conf \ @@ -157,4 +172,31 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/surround41.conf:system/usr/share/alsa/pcm/surround41.conf \ vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/surround50.conf:system/usr/share/alsa/pcm/surround50.conf \ vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/surround51.conf:system/usr/share/alsa/pcm/surround51.conf \ - vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf + vendor/asus/tf300t/proprietary/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd.bin:system/vendor/firmware/bcm4324/fw_bcmdhd.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4324/fw_bcmdhd_apsta.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4324/fw_bcmdhd_p2p.bin:system/vendor/firmware/bcm4324/fw_bcmdhd_p2p.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin:system/vendor/firmware/bcm4329/fw_bcmdhd.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin:system/vendor/firmware/bcm4330/fw_bcmdhd.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin:system/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd.bin:system/vendor/firmware/bcm4334/fw_bcmdhd.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4334/fw_bcmdhd_apsta.bin \ + vendor/asus/tf300t/proprietary/vendor/firmware/bcm4334/fw_bcmdhd_p2p.bin:system/vendor/firmware/bcm4334/fw_bcmdhd_p2p.bin \ + vendor/asus/tf300t/proprietary/vendor/lib/drm/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so \ + vendor/asus/tf300t/proprietary/vendor/lib/hw/power.cardhu.so:system/vendor/lib/hw/power.cardhu.so \ + vendor/asus/tf300t/proprietary/vendor/lib/libWVStreamControlAPI_L3.so:system/vendor/lib/libWVStreamControlAPI_L3.so \ + vendor/asus/tf300t/proprietary/vendor/lib/libwvdrm_L3.so:system/vendor/lib/libwvdrm_L3.so \ + vendor/asus/tf300t/proprietary/vendor/lib/libwvm.so:system/vendor/lib/libwvm.so \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin:system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin:system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin:system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin:system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin:system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin:system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin \ + vendor/asus/tf300t/proprietary/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin:system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmllite.so:system/lib/libmllite.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmlplatform.so:system/lib/libmlplatform.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libmplmpu.so:system/lib/libmplmpu.so \ + vendor/asus/tf300t/proprietary/lib/mpu3050/libsensors.mpl3050.so:system/lib/libsensors.mpl3050.so diff --git a/tf700t/proprietary/bin/bdaddrwriter b/tf700t/proprietary/bin/bdaddrwriter new file mode 100755 index 000000000..098872c05 Binary files /dev/null and b/tf700t/proprietary/bin/bdaddrwriter differ diff --git a/tf700t/proprietary/bin/brcm_patchram_plus b/tf700t/proprietary/bin/brcm_patchram_plus deleted file mode 100644 index eb4e71e83..000000000 Binary files a/tf700t/proprietary/bin/brcm_patchram_plus and /dev/null differ diff --git a/tf700t/proprietary/bin/glgps b/tf700t/proprietary/bin/glgps index 9a52c03f3..42879d2eb 100755 Binary files a/tf700t/proprietary/bin/glgps and b/tf700t/proprietary/bin/glgps differ diff --git a/tf700t/proprietary/bin/pppd_btdun b/tf700t/proprietary/bin/pppd_btdun new file mode 100755 index 000000000..eafac5e2f Binary files /dev/null and b/tf700t/proprietary/bin/pppd_btdun differ diff --git a/tf700t/proprietary/bin/rild b/tf700t/proprietary/bin/rild index f40305739..b62b9cc86 100644 Binary files a/tf700t/proprietary/bin/rild and b/tf700t/proprietary/bin/rild differ diff --git a/tf700t/proprietary/bin/rm_ts_server b/tf700t/proprietary/bin/rm_ts_server new file mode 100644 index 000000000..64f4bd549 Binary files /dev/null and b/tf700t/proprietary/bin/rm_ts_server differ diff --git a/tf700t/proprietary/bin/sensors-config b/tf700t/proprietary/bin/sensors-config index 1c467d8b1..8cc814417 100755 Binary files a/tf700t/proprietary/bin/sensors-config and b/tf700t/proprietary/bin/sensors-config differ diff --git a/tf700t/proprietary/bin/tf_daemon b/tf700t/proprietary/bin/tf_daemon new file mode 100755 index 000000000..9970955e3 Binary files /dev/null and b/tf700t/proprietary/bin/tf_daemon differ diff --git a/tf700t/proprietary/bin/touch_fw_update b/tf700t/proprietary/bin/touch_fw_update index da99975dc..8906a57ea 100644 Binary files a/tf700t/proprietary/bin/touch_fw_update and b/tf700t/proprietary/bin/touch_fw_update differ diff --git a/tf700t/proprietary/bin/wifimacwriter b/tf700t/proprietary/bin/wifimacwriter deleted file mode 100644 index 4c9809a18..000000000 Binary files a/tf700t/proprietary/bin/wifimacwriter and /dev/null differ diff --git a/tf700t/proprietary/etc/asound.conf b/tf700t/proprietary/etc/asound.conf index 6c87fba6f..2e1eecb81 100644 --- a/tf700t/proprietary/etc/asound.conf +++ b/tf700t/proprietary/etc/asound.conf @@ -5,7 +5,7 @@ pcm.!default { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -13,13 +13,13 @@ pcm.!default { ctl.!default { type hw - card tegracodec + card tegrawm8903 } pcm.music { type plug slave { - pcm "hw:tegracodec,0" + pcm "hw:tegrawm8903,0" channels 2 rate 48000 } @@ -34,7 +34,7 @@ pcm.aux { pcm.voice { type plug slave { - pcm "hw:tegracodec,2" + pcm "hw:tegrawm8903,2" channels 1 rate 8000 } @@ -186,3 +186,61 @@ pcm.music_and_voice-max98095 { } capture.pcm "voice-max98095" } + +pcm.default_aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +ctl.default_aic326x { + type hw + card tegraaic326x +} + +pcm.music-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,0" + channels 2 + rate 48000 + } +} + +pcm.voice-aic326x { + type plug + slave { + pcm "hw:tegraaic326x,2" + channels 1 + rate 8000 + } +} + +pcm.music_and_voice-aic326x { + type asym + + playback.pcm { + type plug + + slave.pcm { + type multi + + slaves.a.pcm music-aic326x + slaves.b.pcm voice-aic326x + slaves.a.channels 2 + slaves.b.channels 1 + + bindings.0.slave a + bindings.0.channel 0 + bindings.1.slave a + bindings.1.channel 1 + bindings.2.slave b + bindings.2.channel 0 + } + route_policy duplicate + } + capture.pcm "voice-aic326x" +} diff --git a/tf700t/proprietary/etc/enctune.conf b/tf700t/proprietary/etc/enctune.conf index e5940cc25..1a41c340b 100644 --- a/tf700t/proprietary/etc/enctune.conf +++ b/tf700t/proprietary/etc/enctune.conf @@ -6,12 +6,13 @@ PMinQP 10 PMaxQP 51 VBR 2 QualityLevel medium -level 42 +level 41 packettype 0 FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_720P @@ -27,6 +28,7 @@ FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_Default @@ -41,6 +43,7 @@ FrameSkip 0 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END Settings_Video_Telephony @@ -57,6 +60,7 @@ FrameSkip 1 IntraOnlyMode 0 InsertSPSPPSAtIDR 0 UseConstrainedBP 0 +SliceLevelEncode 0 END MPEG4: diff --git a/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0750.0820.hcd b/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0750.0820.hcd deleted file mode 100644 index 2bbafe089..000000000 Binary files a/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0750.0820.hcd and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd b/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd new file mode 100644 index 000000000..fbb9b40c9 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd differ diff --git a/tf700t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom b/tf700t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom new file mode 100644 index 000000000..6b44083e5 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/EC/DOCK-EC20N-0207.rom differ diff --git a/tf700t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom b/tf700t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom new file mode 100644 index 000000000..12f6e2692 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom differ diff --git a/tf700t/proprietary/etc/firmware/EC/FU-d.cfg b/tf700t/proprietary/etc/firmware/EC/FU-d.cfg new file mode 100644 index 000000000..b25bb5d25 --- /dev/null +++ b/tf700t/proprietary/etc/firmware/EC/FU-d.cfg @@ -0,0 +1,40 @@ +# -- For EP101/EP102 EC-FW Update -- +# Winbond W25x10BV/20BV/40BV +# --------------- +FLASH_ID = 0x12F0 # device ID & Manufacturer (0x12EF+1) +FLASH_SIZE = 512 # (0.5M) Flash size in KBytes +SECTOR_DEF = 128:4K # 128 sectors of 4KBytes + # The format is: n:sK,n:sK,....,n:sK + # n - number of sectors + # s - size of sectors + BLOCK_SIZE = 512 # If block erase is not supported +#BLOCK_SIZE = 32 # If block erase is not supported +#BLOCK_SIZE = 64 # If block erase is not supported + # then block size should be equal to FLASH_SIZE +PAGE_SIZE = 1 # Page size in bytes +PROG_SIZE = 1 # Max number of bytes that can be program at on time. FF --> means page size +READ_DEV_ID_TYPE = 0 # Read Device ID type. Read with/without Dummy + +# Define spi Flash commands +# ------------------------- +CMD_READ_DEV_ID = 0x90 # Read device ID command. +CMD_WRITE_STAT_EN = 0x06 # enable write to status register +CMD_WRITE_EN = 0x06 # Write enable +CMD_READ_STAT = 0x05 # Read status register +CMD_WRITE_STAT = 0x01 # Write status register +CMD_PROG = 0x02 # Byte program or Page program +CMD_SECTOR_ERASE = 0x20 # Sector erase 0x20 / Chip erase 0x60 or 0xC7 +#CMD_SECTOR_ERASE = 0xD8 # Sector erase 0x20 / Chip erase 0x60 or 0xC7 +CMD_BLOCK_ERASE = 0xD8 # Block erase, 64K + + +# Define device busy bits in status register +# ------------------------------------------- +STATUS_BUSY_MASK = 0x01 # Location (by mask) of busy bit located in the status register +STATUS_REG_VAL = 0x00 # Value of status register busy bit, when device is not busy. + # The device is considered not busy when: + # [status register value] & STATUS_BUSY_MASK = STATUS_REG_VAL +# Define the protected sectors. +# ----------------------------- +PROTECTED_SECTORS = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 # Protected sectors (0 to 3) + diff --git a/tf700t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom b/tf700t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom new file mode 100644 index 000000000..f42771113 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom differ diff --git a/tf700t/proprietary/etc/firmware/bcm4329.hcd b/tf700t/proprietary/etc/firmware/bcm4329.hcd deleted file mode 100644 index e52adf68a..000000000 Binary files a/tf700t/proprietary/etc/firmware/bcm4329.hcd and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/camera/04-RS_M6Mo.bin b/tf700t/proprietary/etc/firmware/camera/04-RS_M6Mo.bin new file mode 100644 index 000000000..810108b81 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/camera/04-RS_M6Mo.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_aud_ucode.bin b/tf700t/proprietary/etc/firmware/nvavp_aud_ucode.bin new file mode 100644 index 000000000..57b93024d Binary files /dev/null and b/tf700t/proprietary/etc/firmware/nvavp_aud_ucode.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_os_00001000.bin b/tf700t/proprietary/etc/firmware/nvavp_os_00001000.bin deleted file mode 100644 index 3ddf7863f..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvavp_os_00001000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_os_0ff00000.bin b/tf700t/proprietary/etc/firmware/nvavp_os_0ff00000.bin index 692a84ab3..0109b5393 100644 Binary files a/tf700t/proprietary/etc/firmware/nvavp_os_0ff00000.bin and b/tf700t/proprietary/etc/firmware/nvavp_os_0ff00000.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_os_e0000000.bin b/tf700t/proprietary/etc/firmware/nvavp_os_e0000000.bin deleted file mode 100644 index dd8fc4d7c..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvavp_os_e0000000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_os_eff00000.bin b/tf700t/proprietary/etc/firmware/nvavp_os_eff00000.bin index 69ceda8e5..cd4e8bfad 100644 Binary files a/tf700t/proprietary/etc/firmware/nvavp_os_eff00000.bin and b/tf700t/proprietary/etc/firmware/nvavp_os_eff00000.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_vid_ucode.bin b/tf700t/proprietary/etc/firmware/nvavp_vid_ucode.bin index 23aaf4f37..a54caf3f3 100644 Binary files a/tf700t/proprietary/etc/firmware/nvavp_vid_ucode.bin and b/tf700t/proprietary/etc/firmware/nvavp_vid_ucode.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin b/tf700t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin index bdcb1abbd..3579dd65e 100644 Binary files a/tf700t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin and b/tf700t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_aacdec.axf b/tf700t/proprietary/etc/firmware/nvmm_aacdec.axf deleted file mode 100644 index cf8cb344f..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_aacdec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_adtsdec.axf b/tf700t/proprietary/etc/firmware/nvmm_adtsdec.axf deleted file mode 100644 index 79d173ff0..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_adtsdec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_h264dec.axf b/tf700t/proprietary/etc/firmware/nvmm_h264dec.axf deleted file mode 100644 index 175f7c6ee..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_h264dec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_h264dec2x.axf b/tf700t/proprietary/etc/firmware/nvmm_h264dec2x.axf deleted file mode 100644 index d138eaa2c..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_h264dec2x.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_jpegdec.axf b/tf700t/proprietary/etc/firmware/nvmm_jpegdec.axf deleted file mode 100644 index c8cb74fab..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_jpegdec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_jpegenc.axf b/tf700t/proprietary/etc/firmware/nvmm_jpegenc.axf deleted file mode 100644 index d3a0bbf61..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_jpegenc.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_manager.axf b/tf700t/proprietary/etc/firmware/nvmm_manager.axf deleted file mode 100644 index f4b01703d..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_manager.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_mp3dec.axf b/tf700t/proprietary/etc/firmware/nvmm_mp3dec.axf deleted file mode 100644 index 2bd9135a6..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_mp3dec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_mpeg2dec.axf b/tf700t/proprietary/etc/firmware/nvmm_mpeg2dec.axf deleted file mode 100644 index e93ec0194..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_mpeg2dec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_mpeg4dec.axf b/tf700t/proprietary/etc/firmware/nvmm_mpeg4dec.axf deleted file mode 100644 index 7e23fc748..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_mpeg4dec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_reference.axf b/tf700t/proprietary/etc/firmware/nvmm_reference.axf deleted file mode 100644 index d676075a0..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_reference.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_service.axf b/tf700t/proprietary/etc/firmware/nvmm_service.axf deleted file mode 100644 index 9208d733a..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_service.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_sorensondec.axf b/tf700t/proprietary/etc/firmware/nvmm_sorensondec.axf deleted file mode 100644 index b03c52100..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_sorensondec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_vc1dec.axf b/tf700t/proprietary/etc/firmware/nvmm_vc1dec.axf deleted file mode 100644 index e8794733d..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_vc1dec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf b/tf700t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf deleted file mode 100644 index f61d435b9..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_wavdec.axf b/tf700t/proprietary/etc/firmware/nvmm_wavdec.axf deleted file mode 100644 index 30389e307..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_wavdec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_wmadec.axf b/tf700t/proprietary/etc/firmware/nvmm_wmadec.axf deleted file mode 100644 index 2a958a66f..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_wmadec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvmm_wmaprodec.axf b/tf700t/proprietary/etc/firmware/nvmm_wmaprodec.axf deleted file mode 100644 index 187bc628b..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvmm_wmaprodec.axf and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_00001000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_00001000.bin deleted file mode 100644 index 081a75e17..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_00001000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin deleted file mode 100644 index 4a05d87fa..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_8e000000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_8e000000.bin deleted file mode 100644 index 168242fa1..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_8e000000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_9e000000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_9e000000.bin deleted file mode 100644 index 71dae4aa9..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_9e000000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_be000000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_be000000.bin deleted file mode 100644 index d7f42e303..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_be000000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_e0000000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_e0000000.bin deleted file mode 100644 index b35375e97..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_e0000000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/nvrm_avp_eff00000.bin b/tf700t/proprietary/etc/firmware/nvrm_avp_eff00000.bin deleted file mode 100644 index fd3892994..000000000 Binary files a/tf700t/proprietary/etc/firmware/nvrm_avp_eff00000.bin and /dev/null differ diff --git a/tf700t/proprietary/etc/firmware/touch/02-3011-4820.ekt b/tf700t/proprietary/etc/firmware/touch/02-3011-4820.ekt new file mode 100644 index 000000000..c33c978c8 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/02-3011-4820.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/03-3011-4820.ekt b/tf700t/proprietary/etc/firmware/touch/03-3011-4820.ekt new file mode 100644 index 000000000..c33c978c8 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/03-3011-4820.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/04-3021-7053.ekt b/tf700t/proprietary/etc/firmware/touch/04-3021-7053.ekt new file mode 100644 index 000000000..178e85c06 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/04-3021-7053.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/07-00-0009.ekt b/tf700t/proprietary/etc/firmware/touch/07-00-0009.ekt new file mode 100644 index 000000000..c207f9e06 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/07-00-0009.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/07-01-0006.ekt b/tf700t/proprietary/etc/firmware/touch/07-01-0006.ekt new file mode 100644 index 000000000..5cb195230 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/07-01-0006.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/07-02-0004.ekt b/tf700t/proprietary/etc/firmware/touch/07-02-0004.ekt new file mode 100644 index 000000000..a325443a3 Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/07-02-0004.ekt differ diff --git a/tf700t/proprietary/etc/firmware/touch/last_page.ekt b/tf700t/proprietary/etc/firmware/touch/last_page.ekt new file mode 100644 index 000000000..aff362a0b Binary files /dev/null and b/tf700t/proprietary/etc/firmware/touch/last_page.ekt differ diff --git a/tf700t/proprietary/etc/model_frontal.xml b/tf700t/proprietary/etc/model_frontal.xml new file mode 100644 index 000000000..2899b72ed --- /dev/null +++ b/tf700t/proprietary/etc/model_frontal.xml @@ -0,0 +1,4074 @@ + + + + + + + BOOST + LBP + 24 + 20 + + GAB + 9.9900001287460327e-01 + 5.0000000000000000e-01 + 1. + 1 + 100 + + 256 + 1 + 16 + + + <_> + 9 + -2.4163458347320557e+00 + + <_> + + 0 -1 183 -188416272 -131073 71365716 -33685505 -50987009 + -131073 -178913281 -1 + + -6.9454830884933472e-01 6.2048351764678955e-01 + <_> + + 0 -1 259 -1 -40961 -1 -36865 1089749245 -1 16073983 + 1979662575 + + -5.7831138372421265e-01 5.2978378534317017e-01 + <_> + + 0 -1 18 -30212608 -233637376 -5046768 -32323072 -145359024 + -9047792 -1 -33 + + -7.0516735315322876e-01 3.8391980528831482e-01 + <_> + + 0 -1 410 -67109081 586153967 -268442846 -486539329 + 2004842245 1735882583 -134744220 -134217729 + + -5.0746947526931763e-01 3.7110888957977295e-01 + <_> + + 0 -1 204 -50532614 -581898505 -734724100 -505286934 + -121835589 -2621441 -183697494 -1362235862 + + -4.4706988334655762e-01 3.6436274647712708e-01 + <_> + + 0 -1 338 -856765188 -930545938 -587674392 -355926358 + -923482916 -545325057 -659520304 -299177222 + + -5.9002619981765747e-01 2.4911271035671234e-01 + <_> + + 0 -1 284 -1359020043 -1073842433 -32803 -1073852417 + -1073741827 -1 -1073741827 -1363670984 + + -3.8248637318611145e-01 3.3584579825401306e-01 + <_> + + 0 -1 28 -83890609 3141631 -352327062 -486867206 -142639289 + 1081606007 -134217977 -150995209 + + -3.9946299791336060e-01 2.9841575026512146e-01 + <_> + + 0 -1 372 179306033 989785597 -1426063369 -1358955523 + -1098928496 -2055 -1296845548 -1359021060 + + -3.6715376377105713e-01 2.9834583401679993e-01 + + <_> + 11 + -2.5442619323730469e+00 + + <_> + + 0 -1 177 -21829 -21505 838803643 -1072469 -17473 -1 + 1073719979 -1070421 + + -5.9059506654739380e-01 7.1187698841094971e-01 + <_> + + 0 -1 42 -319377760 -20562 -16794116 -16449 -285233234 + -1366422012 -16385 -16385 + + -5.9325176477432251e-01 5.3927409648895264e-01 + <_> + + 0 -1 50 -12517438 -12189742 -34144262 -4374 2001862481 + 2136080368 -524289 -13 + + -5.6036412715911865e-01 4.5554479956626892e-01 + <_> + + 0 -1 318 -858854176 -1001586946 -322908992 -863043585 + -991248208 -923995410 -858996568 -5242881 + + -6.8585145473480225e-01 3.2465779781341553e-01 + <_> + + 0 -1 201 -2104078 -8532236 -3342372 -4854034 -50467398 + -1052933 -33686136 -268439934 + + -4.8302891850471497e-01 4.2918303608894348e-01 + <_> + + 0 -1 25 -285217041 15724527 -452989214 -486867218 -135268537 + 1157588479 -134748297 -201326593 + + -4.5526820421218872e-01 4.3084794282913208e-01 + <_> + + 0 -1 412 -221 -969933073 -84936928 -487064593 2004316935 + 1198944631 -436213916 -134217729 + + -4.2339903116226196e-01 3.9558985829353333e-01 + <_> + + 0 -1 312 -21433356 -1145283596 -1077936131 -1073840132 + -1075970563 -323 -1140933123 -1879143176 + + -3.6896699666976929e-01 4.3385171890258789e-01 + <_> + + 0 -1 115 -772743708 823206149 -17433345 1061486851 + 2011144175 -131081 -4097 1067396781 + + -4.6137174963951111e-01 3.4074386954307556e-01 + <_> + + 0 -1 32 -134219137 -321 -88620318 1623386626 -160966844 + -194513085 -144316638 -195035185 + + -3.7302997708320618e-01 3.7991714477539062e-01 + <_> + + 0 -1 361 -33561081 859537179 -8388609 842530603 -310422524 + 1450704662 -1191515640 -1287913605 + + -3.7766838073730469e-01 3.6859977245330811e-01 + + <_> + 15 + -2.4537327289581299e+00 + + <_> + + 0 -1 206 -4177 -4113 -20949 -1069270 -81 -1 -268456306 + -275805686 + + -5.7506793737411499e-01 6.2874948978424072e-01 + <_> + + 0 -1 298 -589431588 1423834367 -272 -33554433 -587202561 + -587333633 -326 -1 + + -5.1413422822952271e-01 5.2862453460693359e-01 + <_> + + 0 -1 286 -49403 1060585271 -1 926908223 -171 -8913035 -3 + -8913025 + + -4.5310014486312866e-01 4.9340856075286865e-01 + <_> + + 0 -1 16 -352391473 183478959 -53489 -1343280598 1207920639 + 15665039 -2049 -1 + + -4.0813842415809631e-01 4.8110216856002808e-01 + <_> + + 0 -1 110 1996873725 923874081 -4194305 1060577795 -1 -655681 + -1025 1002434475 + + -4.5623838901519775e-01 3.9891487360000610e-01 + <_> + + 0 -1 379 -17 -286261265 -218106206 -487587841 -4194345 + 1191182335 -134748336 -150994953 + + -4.2661303281784058e-01 3.8325709104537964e-01 + <_> + + 0 -1 253 -285450379 -237569 -1 -98305 -163843 -1 -3 + -1414004688 + + -3.8609033823013306e-01 4.0454542636871338e-01 + <_> + + 0 -1 118 -254746480 -8526729 1087385973 -537591297 + -269746245 -536579 -72242245 -506090577 + + -4.5390862226486206e-01 3.4970092773437500e-01 + <_> + + 0 -1 31 -2107649 -524673 -93132254 1646404130 -535804 + -8389257 -144186816 -193477565 + + -4.5908012986183167e-01 3.3180138468742371e-01 + <_> + + 0 -1 409 -134222041 -357828625 -268439646 -1493499905 + 1937733383 2002779991 -403180032 -134217737 + + -4.1420018672943115e-01 3.4748309850692749e-01 + <_> + + 0 -1 4 -286265345 -831586370 -1 -141788 33540607 174389243 + 83706103 -838871561 + + -3.1960952281951904e-01 4.3502134084701538e-01 + <_> + + 0 -1 269 -18944476 -34177217 -215108 -8470530 -42078891 + -34209922 -163875 -1073796433 + + -4.0231025218963623e-01 3.5489749908447266e-01 + <_> + + 0 -1 167 -622968577 -61505 -16779265 2071605119 -50379452 + -303234 -151724036 -77430914 + + -3.2973411679267883e-01 4.2580839991569519e-01 + <_> + + 0 -1 30 -4369 2025848703 -318773566 -218825302 -536904889 + 1166008149 -33978 -218628129 + + -3.2464167475700378e-01 3.9072757959365845e-01 + <_> + + 0 -1 291 1481703310 1377140735 -458754 2147352304 3206826 + -16973829 11832746 534463403 + + -4.5667922496795654e-01 2.8836518526077271e-01 + + <_> + 16 + -2.3332359790802002e+00 + + <_> + + 0 -1 146 -148481 -20481 905782207 -269505601 -278593 -1 + 738143163 -1343247429 + + -5.3502470254898071e-01 6.2260061502456665e-01 + <_> + + 0 -1 207 -4177 -1 -5458 -1118226 -134250513 -131073 -131188 + -1117496 + + -4.4544225931167603e-01 5.0865048170089722e-01 + <_> + + 0 -1 364 -4351 2004875103 -1358971201 -134217729 2002716416 + 252671759 -1358977524 -1 + + -4.2543986439704895e-01 4.7004005312919617e-01 + <_> + + 0 -1 127 -1 -134217729 -265 -168427521 -806367345 -855650321 + -536932864 1157057539 + + -4.5975476503372192e-01 4.0021952986717224e-01 + <_> + + 0 -1 60 -1360089089 -285278209 -1 -268501505 251637759 + -1895825409 268383743 -805308417 + + -3.8165974617004395e-01 4.6611031889915466e-01 + <_> + + 0 -1 121 1625563925 1979033527 838153215 -33708049 + 1704722367 1878978494 -302075969 -5338486 + + -3.5607266426086426e-01 4.1142284870147705e-01 + <_> + + 0 -1 19 -286265425 1257172974 -268435934 -520098070 + -134230153 1129316215 -134224537 -134219777 + + -3.6872279644012451e-01 3.9587521553039551e-01 + <_> + + 0 -1 224 -822157323 -2205697 -73729 -2457601 -16949251 + -32769 -16875528 -4554888 + + -3.1656825542449951e-01 4.5492023229598999e-01 + <_> + + 0 -1 237 -285216850 -1899040817 -352326144 -352407577 + -16777251 -807010369 -67108881 -352321590 + + -3.4714320302009583e-01 3.8068369030952454e-01 + <_> + + 0 -1 341 -1078984783 -1390346320 -1207960075 -33554576 + -1342177873 -1414594573 -1614817899 -1914710828 + + -3.3976438641548157e-01 3.9834818243980408e-01 + <_> + + 0 -1 43 -488180796 -487851041 1342238784 -255789825 + -184568505 -530205836 -254692399 -487069705 + + -5.4058665037155151e-01 2.4650491774082184e-01 + <_> + + 0 -1 293 1074056424 2004876783 -84623758 -16601 13370766 + 1073741311 147392427 851970954 + + -5.8100777864456177e-01 1.9747059047222137e-01 + <_> + + 0 -1 54 -16777873 -757338261 2130636490 -520687934 -32956 + 1954545533 -442 -251658426 + + -3.9340460300445557e-01 3.0366531014442444e-01 + <_> + + 0 -1 314 1051737392 2147385215 -8404993 -491649 -49699 -65 + -32771 -254247 + + -5.3618657588958740e-01 2.1407394111156464e-01 + <_> + + 0 -1 402 -177 -142606505 -17044254 1660944383 -8399099 + 1986527093 -218105958 -497549329 + + -3.0461630225181580e-01 4.0294706821441650e-01 + <_> + + 0 -1 112 1409664084 354509824 -1104027396 353583104 + 2004353019 2104884983 1995947982 1059284110 + + -5.5082821846008301e-01 2.2026996314525604e-01 + + <_> + 19 + -2.4442222118377686e+00 + + <_> + + 0 -1 117 1946133439 -20481 872358847 -1102933 -65 -1 + -268457041 -273699953 + + -4.9425092339515686e-01 6.1240994930267334e-01 + <_> + + 0 -1 320 -993198338 1154285566 -5308418 -5570562 -587399169 + -50397185 -5 -13631489 + + -5.3918260335922241e-01 3.9163842797279358e-01 + <_> + + 0 -1 315 -233 2139062079 -1 1937768319 -171 2004877175 -1 + -75497473 + + -3.7752529978752136e-01 5.1705825328826904e-01 + <_> + + 0 -1 5 -290521089 -1901401106 -268435585 -806443594 + 147828479 235062975 81741303 1174361335 + + -4.7465988993644714e-01 3.4010463953018188e-01 + <_> + + 0 -1 199 -2232646 -659713 -200708 -3281202 -33689669 -1 + -5902454 -269488630 + + -4.2356559634208679e-01 3.6718055605888367e-01 + <_> + + 0 -1 283 -290128012 -1090592771 -3 -1073807363 -1073741827 + -131075 -1073741828 -1074263880 + + -3.9622849225997925e-01 3.6265838146209717e-01 + <_> + + 0 -1 377 -268435457 -1997607062 -454578528 -930160694 + -838860801 -1896939545 1154961472 -721420569 + + -3.7100189924240112e-01 3.7040254473686218e-01 + <_> + + 0 -1 169 751320308 -327745 -540673 -5439491 -1358954499 -5 + -285212675 -1095958548 + + -5.6415879726409912e-01 2.4839839339256287e-01 + <_> + + 0 -1 27 -285217041 1118826479 -352325950 -520163602 + -679477425 1081540605 -2441 -134217729 + + -3.9353430271148682e-01 3.3795085549354553e-01 + <_> + + 0 -1 89 -11141296 -109971499 -27336708 -12290 1968562004 + -13139983 -4207368 -5291064 + + -4.1619297862052917e-01 3.0391433835029602e-01 + <_> + + 0 -1 138 -83923217 -37169 -25237761 1883402223 -16890876 + -25207217 2138110975 -81593473 + + -3.0880174040794373e-01 3.8271620869636536e-01 + <_> + + 0 -1 367 -1363214576 -1094778883 -1342185505 -1073741825 + -402669761 -113 -1342194785 -1358962689 + + -3.5405293107032776e-01 3.1993117928504944e-01 + <_> + + 0 -1 46 -218107178 -85004305 1342189760 -255002146 + -134236203 -260704393 -136449916 -153095977 + + -4.2810189723968506e-01 2.6051893830299377e-01 + <_> + + 0 -1 248 271587701 -8643073 -1073790979 -49153 -1082280963 + -1124503697 -1073864705 -1078261185 + + -2.5871554017066956e-01 4.4625020027160645e-01 + <_> + + 0 -1 74 -3345 -10499345 1824456434 -266141953 -8923328 + -126102185 -16777532 -227016709 + + -2.7986389398574829e-01 3.8265138864517212e-01 + <_> + + 0 -1 333 -1348536335 -1624330318 -1073760267 -1073742340 + -1082130499 -1409286209 -1077963335 -1946167860 + + -2.7126306295394897e-01 3.9861342310905457e-01 + <_> + + 0 -1 260 -43987060 -14172369 -17640992 -1078804576 818172412 + -20481 547826606 1000416162 + + -4.5302116870880127e-01 2.4072434008121490e-01 + <_> + + 0 -1 405 -241 -278577 -421531994 -490209281 -671158528 + 1685551959 -134744346 -411041793 + + -2.9312261939048767e-01 3.6763706803321838e-01 + <_> + + 0 -1 223 167791636 2080116735 -151322625 -67488265 + -1002675148 -237569 -50430120 -1146462598 + + -3.8639828562736511e-01 2.6284843683242798e-01 + + <_> + 20 + -2.3803660869598389e+00 + + <_> + + 0 -1 151 -134239297 -20481 863447739 2147461803 -4161 -1 + -67130709 -1070165 + + -4.8079356551170349e-01 5.7331013679504395e-01 + <_> + + 0 -1 144 -1 1896936309 -1 833714167 -7340033 -1 -33554689 + 1002175403 + + -4.5735844969749451e-01 4.2607620358467102e-01 + <_> + + 0 -1 358 -233 1937211187 -75759745 842267451 -187 1970503509 + -267270 1916010367 + + -4.6978884935379028e-01 3.5921287536621094e-01 + <_> + + 0 -1 14 -353439825 61516462 -53453 -273798358 1139798015 + 256855823 -1 -2097153 + + -3.8044086098670959e-01 4.0194118022918701e-01 + <_> + + 0 -1 123 -16777217 -2101249 -287506569 -990904321 -10485761 + -548561268 -144310509 1296427791 + + -3.9136028289794922e-01 3.7538325786590576e-01 + <_> + + 0 -1 354 -4194381 84016416 -536871439 -245172496 -1077936209 + -1884291611 1174390148 -842017323 + + -3.4055978059768677e-01 3.7805572152137756e-01 + <_> + + 0 -1 369 -1540689136 -1426653763 -1363149321 -1342177281 + -1082146885 -67 -1354779217 -1073741889 + + -4.2386811971664429e-01 2.9384368658065796e-01 + <_> + + 0 -1 165 -629224705 -110593 -219001601 -228421713 204885212 + -1090467 -17405698 -98373766 + + -3.1961813569068909e-01 3.6961179971694946e-01 + <_> + + 0 -1 238 -288428114 -453574674 -16842756 -33636418 + -411579139 26277823 -16387 -1073796181 + + -3.5672372579574585e-01 3.3752509951591492e-01 + <_> + + 0 -1 254 786177333 -327681 -33572865 -10497 -1073741831 + -1077940225 -524291 -16601 + + -3.4653386473655701e-01 3.2083761692047119e-01 + <_> + + 0 -1 36 -67109333 -1595801 -1339889630 537067242 -212380160 + 1987273031 -254549440 1346894575 + + -4.8222789168357849e-01 2.3123989999294281e-01 + <_> + + 0 -1 175 -591073860 -34624001 368093367 -35216477 314308541 + -37756937 960311948 2144010762 + + -4.0794885158538818e-01 2.5135996937751770e-01 + <_> + + 0 -1 406 -4349 -92276929 -823138774 -486539649 -8390907 + 1174896223 -402918622 -209715205 + + -3.2476025819778442e-01 3.2571095228195190e-01 + <_> + + 0 -1 334 -1618412623 -1079050248 -4196355 -638981 + -1086324801 -1346437191 499119549 -1880140580 + + -2.8666886687278748e-01 3.8045606017112732e-01 + <_> + + 0 -1 48 -566169886 2104593901 2128049407 738132671 + 1397028848 2138570749 1861743615 2147430318 + + -4.0091949701309204e-01 2.6121664047241211e-01 + <_> + + 0 -1 0 -508560405 -835782870 -420485950 -545261578 + -1950353477 121759214 121369427 2004874609 + + -3.3614510297775269e-01 3.0093228816986084e-01 + <_> + + 0 -1 329 -503320837 1623648426 -1057106944 -930552182 + -287309889 -390138130 1087848448 -1058275837 + + -4.2257338762283325e-01 2.3821263015270233e-01 + <_> + + 0 -1 180 -201020752 1601039669 896610551 -57217 1387592639 + -44249345 938552255 1608982698 + + -4.2819133400917053e-01 2.3596896231174469e-01 + <_> + + 0 -1 311 469769264 808738416 -16385 1065093012 514654205 + -1146617859 -1096024583 -1342214660 + + -3.7085467576980591e-01 2.5923657417297363e-01 + <_> + + 0 -1 97 1795157198 1912403935 -16865598 -16777218 1230325236 + -579840956 -143264028 -176728201 + + -3.9037153124809265e-01 2.4088789522647858e-01 + + <_> + 23 + -2.4957954883575439e+00 + + <_> + + 0 -1 292 -1 -1 -67108865 -1 -218136577 -1 -218138881 + -202148317 + + -4.3038132786750793e-01 5.6103074550628662e-01 + <_> + + 0 -1 120 -178915856 1964111344 -721527331 -655361 -715786755 + -8912897 1442140668 -536896513 + + -4.9615746736526489e-01 3.6817094683647156e-01 + <_> + + 0 -1 395 -2269 2004877183 -1343248605 -201326593 2004821506 + 2003269463 -1493195262 -1 + + -3.5856059193611145e-01 4.4611570239067078e-01 + <_> + + 0 -1 303 -33554435 -235536387 -117442928 -1866859333 -3 + -2130905160 -117441816 -2001076486 + + -3.4039089083671570e-01 3.9008286595344543e-01 + <_> + + 0 -1 56 -433 -218104833 -17308630 -251658514 -32954 + 1952440183 -434 -150994977 + + -3.1155148148536682e-01 4.0052741765975952e-01 + <_> + + 0 -1 78 -1360089161 -285278209 -1 -196609 -1946173441 + -1342177281 268419071 -570425345 + + -3.0307486653327942e-01 3.9039045572280884e-01 + <_> + + 0 -1 235 -285216854 582940591 -218110942 -469768274 + -134879809 -167903811 -5771345 -419502194 + + -3.7038832902908325e-01 3.3067157864570618e-01 + <_> + + 0 -1 194 -622932227 -112129 -84008961 2071617279 -553756452 + -41603 -335874 -81625222 + + -2.9169684648513794e-01 3.9777907729148865e-01 + <_> + + 0 -1 11 -269484049 -892407830 -301992798 -793775998 + 1207951343 71718790 1433924983 1365243767 + + -3.9855852723121643e-01 2.7822503447532654e-01 + <_> + + 0 -1 85 -822211849 -1429569 -16875657 -34723020 -1675948 + -5242881 -32769 -32908 + + -3.3775609731674194e-01 3.2218873500823975e-01 + <_> + + 0 -1 413 -5242973 -1905328145 -290724350 -272629830 + -134219785 1180626900 -152574780 -402653185 + + -2.8919380903244019e-01 3.5475143790245056e-01 + <_> + + 0 -1 87 11543313 -137351305 334834653 2011963454 -104857795 + -67293315 -268652868 2139622152 + + -4.0267875790596008e-01 2.5611576437950134e-01 + <_> + + 0 -1 140 -319490275 -813734337 -1345638647 -268444193 + -131089 -33819649 773718535 -269486081 + + -2.7133324742317200e-01 3.6195790767669678e-01 + <_> + + 0 -1 296 -790831106 1431662527 -1757347984 1976654840 + 1088477390 -570443009 -1279983958 177078938 + + -4.1832074522972107e-01 2.3120543360710144e-01 + <_> + + 0 -1 342 -1088687183 -1457455432 -2891 -4326916 -1347176513 + -1388315225 402109949 -1880107812 + + -2.7952295541763306e-01 3.4079575538635254e-01 + <_> + + 0 -1 273 2079320972 -70162 -17125464 -134332434 -143163595 + -42600683 -214454484 -1073795926 + + -2.9554972052574158e-01 3.1422957777976990e-01 + <_> + + 0 -1 401 -145 -545262241 -219353474 1089994751 -262386 + 1414256508 -68223074 -1065877509 + + -2.6328772306442261e-01 3.5325649380683899e-01 + <_> + + 0 -1 250 167791700 1073367803 -1079025669 1069486071 + 517361405 -1073758473 -1094819841 -1073803733 + + -3.1197291612625122e-01 3.0575984716415405e-01 + <_> + + 0 -1 247 -1 -991430946 -1056977712 -856887606 -639643408 + -983440028 -789491712 -719848189 + + -3.6030688881874084e-01 2.5920772552490234e-01 + <_> + + 0 -1 23 -420483377 1223616170 -1426149846 -219230485 + -174065849 5242655 -134224077 -201326593 + + -3.1949552893638611e-01 2.8775587677955627e-01 + <_> + + 0 -1 145 -8073316 2008999895 993112345 1000374474 -67108977 + -1056769 -102258295 732596874 + + -3.7924304604530334e-01 2.3653158545494080e-01 + <_> + + 0 -1 51 -17039521 -96731909 2062611986 271639074 -563941560 + -67117697 -582984128 -28060974 + + -3.3474582433700562e-01 2.6197475194931030e-01 + <_> + + 0 -1 295 1422980224 1348262886 -1276435653 -234901527 + 1945658761 1853290493 1000673067 1002295083 + + -4.3307566642761230e-01 2.0316912233829498e-01 + + <_> + 25 + -2.3328895568847656e+00 + + <_> + + 0 -1 205 -1 -1207961673 -1 -1275070489 -1 -1 -1 -1560551185 + + -4.2248490452766418e-01 5.3690582513809204e-01 + <_> + + 0 -1 323 1154285550 349503486 -2 -65538 -35651585 -33751041 + -4194305 -67109889 + + -4.6095669269561768e-01 3.8076174259185791e-01 + <_> + + 0 -1 336 -49387 2139045687 -12582913 1061126015 -139 + -8421513 -67108865 -12583041 + + -3.6838385462760925e-01 3.9242839813232422e-01 + <_> + + 0 -1 268 -4570 -67633153 -286267870 -17 1935667045 + -499258507 -142606545 -134217746 + + -3.6020162701606750e-01 3.9259219169616699e-01 + <_> + + 0 -1 55 -68747265 -289 -498933022 -1654046 -280934401 + -11643307 1195406807 -8960697 + + -3.5324317216873169e-01 3.5195448994636536e-01 + <_> + + 0 -1 136 -16789761 -36881 -222626049 1914895983 1290944590 + -18986933 1349833948 -100466690 + + -3.2869026064872742e-01 3.5393911600112915e-01 + <_> + + 0 -1 1 -336592901 -823466262 -269484557 -34603808 15710447 + 12905670 70243701 1165481073 + + -3.6759078502655029e-01 2.9571872949600220e-01 + <_> + + 0 -1 61 -523439520 -486539521 1077998080 1246296640 + -83889309 -386960783 -19989712 -352323981 + + -5.5523496866226196e-01 1.9136823713779449e-01 + <_> + + 0 -1 284 -16973835 -198657 -513 -74241 -1073872899 -131073 + -1073741827 800725144 + + -3.3214330673217773e-01 3.1532001495361328e-01 + <_> + + 0 -1 390 -268437525 1693380206 -50343184 -523567388 + -272650337 1318053431 1442043076 -724568585 + + -3.4237343072891235e-01 2.9493096470832825e-01 + <_> + + 0 -1 153 606077237 -4872195 896875455 -5370065 670678975 + -1342373921 1845279672 -812873044 + + -3.4260088205337524e-01 2.9488512873649597e-01 + <_> + + 0 -1 366 775851028 -1126299425 -297874369 -1665163809 + -68240380 -122683603 -1426412872 -1431650369 + + -3.4954509139060974e-01 2.6815605163574219e-01 + <_> + + 0 -1 116 1964373236 1360364800 -453116712 1965360128 + 2101736894 2138431379 2129591487 994028704 + + -4.5054659247398376e-01 2.0236228406429291e-01 + <_> + + 0 -1 15 -269488145 -890310673 -151000094 -234882522 + -268437505 1095753699 -134220938 -134219801 + + -2.5953033566474915e-01 3.6085271835327148e-01 + <_> + + 0 -1 40 -286588933 -69038081 -536871433 -1679581 243445755 + -1880391745 234860543 -805347841 + + -2.3349356651306152e-01 3.8628399372100830e-01 + <_> + + 0 -1 404 -241 -209715505 -428873118 -521144321 -8416252 + 1145993027 -201395166 1616117739 + + -3.7156951427459717e-01 2.4753580987453461e-01 + <_> + + 0 -1 245 1150301684 -870435 -1073930243 -188419 -1358118915 + -1075249155 -1523777 -1078255061 + + -2.2769257426261902e-01 4.0697601437568665e-01 + <_> + + 0 -1 94 1249789525 1524625398 -17121281 -83970082 876889445 + -134217737 -185117324 -16812812 + + -3.5134553909301758e-01 2.5213947892189026e-01 + <_> + + 0 -1 167 -889307025 -48673 -151342337 1933206255 -114616 + -8499365 2113200094 -12943510 + + -2.8280812501907349e-01 3.0261874198913574e-01 + <_> + + 0 -1 258 1602835948 -5525506 1067383807 2141924235 + -1338727953 -17063937 808014522 1001062530 + + -4.3478468060493469e-01 2.0110946893692017e-01 + <_> + + 0 -1 414 -492832861 -1897140242 652990978 -1358954502 + 1341644466 114274103 -738724480 -136314889 + + -3.1329250335693359e-01 2.8086835145950317e-01 + <_> + + 0 -1 279 -1439638091 -249860 -1245724737 -1078116866 + -1112752139 -1090715656 1073724927 -1078001413 + + -2.0784653723239899e-01 3.9909598231315613e-01 + <_> + + 0 -1 226 214701949 -1073845285 -34136065 -67114001 + -1078084107 -1 -8404993 -270752274 + + -3.2128286361694336e-01 2.5578069686889648e-01 + <_> + + 0 -1 178 -554771734 1089857365 -965322812 1156922961 + 1208802730 1306283999 2005588650 9917698 + + -4.0216913819313049e-01 2.0542816817760468e-01 + <_> + + 0 -1 75 -117969201 -10489941 -226756022 806092328 -27431418 + -698392747 1567071944 -229377281 + + -2.7668237686157227e-01 3.0646196007728577e-01 + + <_> + 28 + -2.3725023269653320e+00 + + <_> + + 0 -1 290 -1 -1 2147483647 -1 16566511 -1 721357823 + 2147438591 + + -5.2099388837814331e-01 3.9968574047088623e-01 + <_> + + 0 -1 156 -134220809 834090867 -2049 -1073743873 -134219777 + -1073743873 -2049 -1358956561 + + -3.0540689826011658e-01 5.3475463390350342e-01 + <_> + + 0 -1 359 -8397219 2002195223 -25429377 840137523 -47864 + 2132768597 -76304705 842268539 + + -4.0891221165657043e-01 2.9577505588531494e-01 + <_> + + 0 -1 309 -13635087 -115085136 -974130703 -374607375 + -80743493 -13896911 -33558021 -1347421765 + + -2.4251718819141388e-01 4.6821749210357666e-01 + <_> + + 0 -1 64 -13435120 -718143496 2134038608 -551879942 + -682240752 -67117089 -2106031 -536879653 + + -4.9833178520202637e-01 2.1745622158050537e-01 + <_> + + 0 -1 4 -806359041 -890312213 -939524109 -340 116360703 + 15135998 1157566707 1207947509 + + -3.8879030942916870e-01 2.5053203105926514e-01 + <_> + + 0 -1 277 -1375724171 -770339 536854527 -49155 -1079132163 + -507907 -1073889345 -1346426709 + + -2.3232683539390564e-01 4.0829357504844666e-01 + <_> + + 0 -1 214 -1048577 -16259980 -297932037 -1366364438 -8520321 + -13118111 -171486245 925357843 + + -3.3411249518394470e-01 2.7568641304969788e-01 + <_> + + 0 -1 375 -1157628105 -1831670284 -67108875 -1192165384 + -138676268 -553648643 -137365824 -83951628 + + -3.0225041508674622e-01 2.7785727381706238e-01 + <_> + + 0 -1 356 -1279263839 33747488 -671353999 1571944944 + -1346389077 -1347752253 332788113 -1913662243 + + -2.9344293475151062e-01 2.7459532022476196e-01 + <_> + + 0 -1 143 1342530234 2135256789 1414856528 1430610000 + 1828585402 -4097 1230036666 1598941834 + + -3.8863202929496765e-01 2.0789387822151184e-01 + <_> + + 0 -1 397 -738730429 2069570647 -385876278 545216319 + -214193596 1464136708 -201654306 1081240319 + + -3.5606819391250610e-01 2.1641805768013000e-01 + <_> + + 0 -1 197 206048272 -1130499 -67182593 -1073807563 -16842787 + -16385 -1052675 -1091633183 + + -5.1619827747344971e-01 1.4870008826255798e-01 + <_> + + 0 -1 133 -630007074 -545532705 1914861111 -1155367373 + -596588480 -554021633 -28255649 -77378469 + + -2.7811291813850403e-01 2.7359294891357422e-01 + <_> + + 0 -1 159 -201858065 837941247 1105850724 -131073 -143263761 + -1242507793 -159950897 -2654682 + + -1.9844950735569000e-01 3.8862076401710510e-01 + <_> + + 0 -1 67 -295285599 -319936086 -293722333 -87730688 121075635 + 1202712527 -145326217 -32905 + + -3.2153674960136414e-01 2.2974684834480286e-01 + <_> + + 0 -1 240 -4272394 -856244226 1325047720 -1409372226 + -151527750 426038783 -536893056 -1342232774 + + -2.8765290975570679e-01 2.4418646097183228e-01 + <_> + + 0 -1 30 -4402 2023736871 -352402938 -255787832 -12626426 + 1076318039 -1073792178 -153092097 + + -2.9034382104873657e-01 2.3661653697490692e-01 + <_> + + 0 -1 307 -122630704 -1020036 -268439553 -242452 464125373 + -1077968963 771702203 -1413545825 + + -2.0882350206375122e-01 3.3160525560379028e-01 + <_> + + 0 -1 66 -800798528 1962978060 883923643 799869583 1431633917 + 890634200 1853875369 1070180357 + + -4.4236889481544495e-01 1.5490305423736572e-01 + <_> + + 0 -1 389 -268435461 -890275926 -270021198 -101974037 + -70778893 -824901633 1734865024 -186124330 + + -2.5658118724822998e-01 2.7311635017395020e-01 + <_> + + 0 -1 252 -334072236 -84250883 -21037569 1073504255 511538928 + -17006593 -554272772 -1145555908 + + -3.2918739318847656e-01 1.9156086444854736e-01 + <_> + + 0 -1 179 -784071275 -4919297 1691628543 -39050321 301239741 + 939323391 1593158393 1672135343 + + -2.4487727880477905e-01 2.6199552416801453e-01 + <_> + + 0 -1 325 1627013843 -1330443011 -403640389 1086513087 + -235839275 -92782795 -7213907 -2123940861 + + -2.6859223842620850e-01 2.3171684145927429e-01 + <_> + + 0 -1 102 -84948789 -54581649 -85263722 1610775535 1929317198 + 2093958411 1419968218 -213648561 + + -2.3964248597621918e-01 2.5686803460121155e-01 + <_> + + 0 -1 129 -765265154 2138843690 1675672554 -1079988598 + 1081083071 -168668466 1648384734 794510915 + + -2.7084001898765564e-01 2.3632258176803589e-01 + <_> + + 0 -1 45 -83887209 -85017878 -2134844160 -1605832192 + -34081456 -124913289 -34418830 -50593833 + + -2.5915926694869995e-01 2.3929236829280853e-01 + <_> + + 0 -1 415 -402653206 -2100298006 -1360075872 737008250 + -1698302041 267906775 -1042058560 -136841273 + + -2.7472001314163208e-01 2.2380062937736511e-01 + + <_> + 32 + -2.3308115005493164e+00 + + <_> + + 0 -1 186 859779891 872415167 2147448631 -1073741825 -2121 + -1073741889 2004318071 -1073741825 + + -4.8321714997291565e-01 3.7479725480079651e-01 + <_> + + 0 -1 198 -270538614 -268439810 -36831266 -272111890 + -268441669 -4673 -2099958 -271588342 + + -5.0426870584487915e-01 3.0728641152381897e-01 + <_> + + 0 -1 347 -235 -1216348289 -1342197969 -1075838977 -21876 + -1082147313 -1358975348 -1358954497 + + -3.1453472375869751e-01 3.8160312175750732e-01 + <_> + + 0 -1 47 -286265681 47165098 1267690019 -470873598 1744830463 + 82832847 -135268353 -536870913 + + -2.9515969753265381e-01 3.5884314775466919e-01 + <_> + + 0 -1 319 -857936130 1140916222 -64296203 1566441471 + -871960834 -295772417 -177082625 -8388609 + + -3.8417434692382812e-01 2.6095464825630188e-01 + <_> + + 0 -1 332 -1641099984 523293201 -1346379791 -1075840976 + -1145047131 -1145045065 -1078995531 -1614818160 + + -3.5471227765083313e-01 2.5841093063354492e-01 + <_> + + 0 -1 335 -285261963 -49313 -8421377 -32897 -11 -41985 -3 + -16417 + + -2.4740031361579895e-01 3.3883687853813171e-01 + <_> + + 0 -1 248 78649712 -570925603 2147434495 -50177 -1078069316 + -1174814739 -4349953 -1413797701 + + -2.5140532851219177e-01 3.2213482260704041e-01 + <_> + + 0 -1 99 -606340353 -8481 1881207519 -352059713 -799883264 + -16904449 -161425190 -83672993 + + -2.1646372973918915e-01 3.6267617344856262e-01 + <_> + + 0 -1 400 -4529 1934832451 -159648218 1651769139 -159394304 + 1145582080 -151788854 1076035387 + + -3.2851579785346985e-01 2.3891046643257141e-01 + <_> + + 0 -1 211 -134224658 32830447 -201853010 -167903234 + -135023122 82884087 -1762170897 -974916114 + + -2.5024014711380005e-01 2.9579743742942810e-01 + <_> + + 0 -1 249 1947226609 2146979319 -1073905665 1073684213 + 984617952 -1161961475 -1074053121 804989823 + + -2.6418852806091309e-01 2.6637443900108337e-01 + <_> + + 0 -1 137 -520205585 -84999953 -25495809 1879206895 + 1415136334 -58831857 1433459418 -83697841 + + -2.8023684024810791e-01 2.4813538789749146e-01 + <_> + + 0 -1 154 173875975 307297303 861352399 1437922221 1902334376 + 1894131876 -18616371 1906637448 + + -3.2752972841262817e-01 2.1013882756233215e-01 + <_> + + 0 -1 380 -268441621 -928058770 -791182656 -1058347806 + -336115825 150338223 1431785794 1439167187 + + -3.6785531044006348e-01 1.9015769660472870e-01 + <_> + + 0 -1 231 -9965852 1997655621 369426160 2058479712 4245489 + 1063059262 1680146274 805332578 + + -4.3311351537704468e-01 1.5462444722652435e-01 + <_> + + 0 -1 267 -1599082770 836762351 -428884664 -203559126 + 619920383 -220906755 -285974562 -647987968 + + -2.6815000176429749e-01 2.6294761896133423e-01 + <_> + + 0 -1 3 -268435457 -286328850 -1619010595 -37748819 60941499 + 1308620519 123422071 -536873097 + + -2.3789475858211517e-01 2.8840801119804382e-01 + <_> + + 0 -1 62 -352322569 -84231505 1354821632 -387777061 -2624176 + -386007629 -201398300 -16777737 + + -2.4636708199977875e-01 2.6297292113304138e-01 + <_> + + 0 -1 225 -891532291 -67220513 1610547199 1534741503 + -665256483 -427554 -98307 -1154872208 + + -2.6606747508049011e-01 2.3700106143951416e-01 + <_> + + 0 -1 275 -107517120 1362179888 1872065820 1572732665 + 1999979941 -1180477167 -299057684 135122255 + + -2.8811472654342651e-01 2.1779339015483856e-01 + <_> + + 0 -1 142 851971804 1005913492 -84452116 301138634 + -1082181458 -34603009 2142181514 950730890 + + -4.8014503717422485e-01 1.2643106281757355e-01 + <_> + + 0 -1 384 -75544017 1532830766 1782050558 1920670495 + -18977212 2101558796 -122116150 -1473585318 + + -2.8221204876899719e-01 2.1664759516716003e-01 + <_> + + 0 -1 276 -1910227596 -650891267 1039908862 -135360555 + -145359371 -1073949321 -1073759303 -1077992773 + + -1.9209256768226624e-01 3.1860673427581787e-01 + <_> + + 0 -1 306 -827534860 -51089132 -1275150339 -34859596 + -1078478923 -1108598859 -1413500993 -1346427393 + + -1.9585566222667694e-01 3.2814952731132507e-01 + <_> + + 0 -1 35 -134218973 -77595633 -1502938496 -798164226 + -142643708 642209029 1987531830 1984429019 + + -3.2354602217674255e-01 2.0155614614486694e-01 + <_> + + 0 -1 418 -219330549 -509155738 -490278368 170585194 + 2012050798 5103436 -152317246 1129467359 + + -3.5294565558433533e-01 1.7579545080661774e-01 + <_> + + 0 -1 86 1951716876 1899094053 -823336484 -1146155393 + 1970655701 1608515569 -16777224 798830216 + + -3.7765333056449890e-01 1.5980306267738342e-01 + <_> + + 0 -1 316 638584624 -1896083843 -1443008513 -1359188043 + 120071505 -1078022161 -1410122919 -1883372251 + + -4.0762293338775635e-01 1.4418020844459534e-01 + <_> + + 0 -1 300 -1329863134 842075766 -491851958 -1309573201 + 1935749453 1685350229 -67780722 -1317278585 + + -2.6918369531631470e-01 2.2045952081680298e-01 + <_> + + 0 -1 13 -286267409 -489771030 -890245632 -744234776 + -806361109 4979269 1907883895 1442837467 + + -2.7326065301895142e-01 2.1013340353965759e-01 + <_> + + 0 -1 371 -134220624 -1502615890 -1427133308 -1090584577 + 1602188713 923906853 795281028 -1409353996 + + -2.6565679907798767e-01 2.1250496804714203e-01 + + <_> + 37 + -2.3165049552917480e+00 + + <_> + + 0 -1 113 -1025 -5121 2013117439 -1070085 -67108929 -1025 + -17477 -269505733 + + -3.3700132369995117e-01 4.9394455552101135e-01 + <_> + + 0 -1 237 -285282678 47105935 -285217280 -956313654 -8388609 + 133750711 -67108881 -536870994 + + -4.7950124740600586e-01 2.8522166609764099e-01 + <_> + + 0 -1 305 -35 -1721892897 -789194752 270399769 -65 + -1983053907 -83887480 -1460666450 + + -3.6187359690666199e-01 2.8732725977897644e-01 + <_> + + 0 -1 44 -1411502165 -1416942070 -67141805 -1110270 201043883 + -1413763441 1207697407 -21 + + -3.3675009012222290e-01 2.9088193178176880e-01 + <_> + + 0 -1 263 -6361 -671090693 -134479889 -1048593 1971287927 + -150997505 -143133401 -1121020 + + -2.9717838764190674e-01 3.0097153782844543e-01 + <_> + + 0 -1 218 -33558276 -195773196 -1373708579 -290521089 + -42469900 -176818699 -549652001 -15729189 + + -2.7461373805999756e-01 3.1159660220146179e-01 + <_> + + 0 -1 407 -2301 1650718503 -1283657598 1652030205 1931437569 + 1998026498 1725919241 1635776511 + + -3.5914599895477295e-01 2.2374045848846436e-01 + <_> + + 0 -1 7 -511709274 -537431053 -218121729 -729090 90113547 + 2297601 484408319 2001958770 + + -3.8491863012313843e-01 1.8919883668422699e-01 + <_> + + 0 -1 222 -665784076 215022840 -1 -1879070977 1432383824 + -726607372 2122022463 -4511573 + + -3.0313149094581604e-01 2.4177220463752747e-01 + <_> + + 0 -1 68 -355318060 1929293375 -118461569 -253096445 + -993040060 -933605393 -623617 -18976916 + + -3.3416804671287537e-01 2.1260002255439758e-01 + <_> + + 0 -1 294 -669974638 1574272991 -1208943022 -5013550 + -1057952086 -587269377 -458177398 1610498090 + + -3.4629485011100769e-01 1.8999850749969482e-01 + <_> + + 0 -1 98 -2209 -545563041 -36044805 989878906 -576699264 + -1368803 -4040568 -83833856 + + -3.1291958689689636e-01 2.0381839573383331e-01 + <_> + + 0 -1 382 -5243997 -1951662174 -135269419 1902638304 + -335544405 -2085879889 366986703 -976225073 + + -1.8065957725048065e-01 3.6441302299499512e-01 + <_> + + 0 -1 373 708837137 1041952728 -1140852777 -1360199683 + -138417535 -4194825 -1074024508 -1365574660 + + -2.8454032540321350e-01 2.1761851012706757e-01 + <_> + + 0 -1 166 -117554449 -69253201 -226963713 1934241471 + 1349928012 -19968691 -185139490 -81633702 + + -2.5751736760139465e-01 2.4229975044727325e-01 + <_> + + 0 -1 10 -273682449 -487658806 -2030599310 -672236382 + 1278209999 50851532 1195894579 -782768153 + + -2.2603864967823029e-01 2.7482908964157104e-01 + <_> + + 0 -1 124 1343725568 854718463 -1219636596 -168427521 + 1970783659 -1243322385 1987384460 -1269545657 + + -3.1009384989738464e-01 1.9710440933704376e-01 + <_> + + 0 -1 189 -802243694 285140991 2010099482 -125505 1147144888 + -1460642593 -1086382198 198640907 + + -2.4947135150432587e-01 2.4171419441699982e-01 + <_> + + 0 -1 256 780279556 -1090885761 -268517377 -119089 + -1090597387 -268436802 -553751300 -17038076 + + -4.3835273385047913e-01 1.3949470221996307e-01 + <_> + + 0 -1 114 -285976651 -520622089 -1043005163 -302011107 + -345348861 -1146358861 670118715 -319425153 + + -2.5029179453849792e-01 2.4182119965553284e-01 + <_> + + 0 -1 399 -75768305 1375422725 -634653102 1079462855 + -109582844 1413625666 -17637398 1080295406 + + -3.1247267127037048e-01 1.9398352503776550e-01 + <_> + + 0 -1 172 -538983790 -147460400 -1001586892 1560503876 + 1552209218 -1090533743 4518528 1532360402 + + -3.7094566226005554e-01 1.5998668968677521e-01 + <_> + + 0 -1 285 2071393552 -1945879296 -1073767947 796044858 + -1077958735 -1423704141 94310665 213887162 + + -3.1705740094184875e-01 1.8609414994716644e-01 + <_> + + 0 -1 156 -36739326 896824178 670478314 -573866142 -148495917 + -1093209133 -151106834 -1674516664 + + -2.3354236781597137e-01 2.4798452854156494e-01 + <_> + + 0 -1 351 -67114773 1076556706 1348990192 -774774640 + -860356917 -857035830 1357205570 -1048051821 + + -2.6752120256423950e-01 2.1267765760421753e-01 + <_> + + 0 -1 269 -536900062 -1778715714 -88668 -84230273 2104616741 + -307220357 -671747 -1342755089 + + -2.4833737313747406e-01 2.2892747819423676e-01 + <_> + + 0 -1 278 -130619920 338969040 1204774124 -1109651267 + -675299432 -1174913032 1862118856 147541231 + + -2.7325195074081421e-01 2.0682264864444733e-01 + <_> + + 0 -1 243 -1938531920 -1644642850 -1073914435 -1648620549 + -134996555 -1079234084 -1615249991 1069226027 + + -2.4780511856079102e-01 2.2863711416721344e-01 + <_> + + 0 -1 96 1089359351 -489752610 2130626559 1626275550 76436596 + -328827401 -228231820 -19401484 + + -3.2265624403953552e-01 1.7484559118747711e-01 + <_> + + 0 -1 37 -67384669 -1012138111 -1431312734 -525615422 + -1313450 1451170686 1464144193 1465374173 + + -3.0065426230430603e-01 1.8484483659267426e-01 + <_> + + 0 -1 317 -1372581964 -285989507 -1610670593 -268558915 + -1258177031 -13701121 -737861 -3189723 + + -2.2105479240417480e-01 2.5089100003242493e-01 + <_> + + 0 -1 109 -641413156 931033079 -34166019 552610418 -29620 + -2703361 -1212183799 972500488 + + -3.1589421629905701e-01 1.7670418322086334e-01 + <_> + + 0 -1 279 -2078240656 -1091035746 -1346420737 -575136289 + -10166340 -1346676871 -1074250566 -1145372645 + + -2.2536922991275787e-01 2.3932841420173645e-01 + <_> + + 0 -1 352 -821044589 256310034 -257990928 352449248 + -1207986979 -2005420610 99608000 -1997802282 + + -2.5358611345291138e-01 2.1471056342124939e-01 + <_> + + 0 -1 187 1190642886 552902591 -235952662 -76817 1172590008 + -458204673 -35690678 804075291 + + -2.5884008407592773e-01 2.1097725629806519e-01 + <_> + + 0 -1 57 -2003849551 -286281818 2142482741 -541606784 + 164469182 233746091 396092855 -716335947 + + -2.5298905372619629e-01 2.1506558358669281e-01 + <_> + + 0 -1 82 1325934561 -574052636 -1078771777 -18087440 + -1080928267 -823142425 -149012545 -1610677227 + + -2.2532670199871063e-01 2.4337404966354370e-01 + + <_> + 41 + -2.2449584007263184e+00 + + <_> + + 0 -1 204 -4357 -8917249 -546309124 -4386 -33554501 -1 + -5242966 -3150166 + + -3.5104468464851379e-01 4.2581146955490112e-01 + <_> + + 0 -1 321 586287871 -352376081 -1426345985 -352636929 + 1945578431 -19714057 -823553 -67678361 + + -4.0721935033798218e-01 2.8267514705657959e-01 + <_> + + 0 -1 95 2136342488 -9044001 -557070 -2 -12518416 -8044444 + -9306120 -3888 + + -3.8371911644935608e-01 2.6696538925170898e-01 + <_> + + 0 -1 344 -13227 2132743957 -8913153 1398226783 -49960 + -14713513 -92394243 -12845249 + + -2.8809884190559387e-01 3.1040865182876587e-01 + <_> + + 0 -1 265 -285217242 1623911339 -218241366 -1040714033 + 1953457973 1345351182 -143130826 -149946617 + + -3.8839673995971680e-01 2.2341805696487427e-01 + <_> + + 0 -1 131 -83963169 -536886561 -231548357 -265505 -657276736 + -621098753 -225296297 -308641 + + -2.3038797080516815e-01 3.4281131625175476e-01 + <_> + + 0 -1 2 -357569557 -475075358 -1644191234 -110141228 14674943 + 181305995 1081332055 1096270917 + + -3.0796468257904053e-01 2.3636829853057861e-01 + <_> + + 0 -1 245 -871317676 -570630145 -1611710465 -49153 + -1074484036 -462861 -1523781 -1079038293 + + -1.9547624886035919e-01 3.5328048467636108e-01 + <_> + + 0 -1 80 -1562549566 -486550845 1212445252 -360710689 -2077 + -1427120062 2119103232 -285214985 + + -3.7280261516571045e-01 1.8718068301677704e-01 + <_> + + 0 -1 192 1074925808 -588247298 333132607 2147434334 + 1061195696 -52158535 -5567559 1069230395 + + -2.7756202220916748e-01 2.4490527808666229e-01 + <_> + + 0 -1 387 -1344275457 -822022486 -527661 18931268 -806356481 + -1896874009 1171374292 -930560832 + + -3.3778253197669983e-01 2.0232450962066650e-01 + <_> + + 0 -1 160 1252453518 10921919 -83976034 -140062938 355468462 + -1361050401 796286635 1325597455 + + -2.8853166103363037e-01 2.3341092467308044e-01 + <_> + + 0 -1 233 -420025041 16506879 -8388625 15724463 -717930835 + 2013001215 -8915195 -353443008 + + -2.9888540506362915e-01 2.0394308865070343e-01 + <_> + + 0 -1 195 -388084003 -33666433 -1225072641 1933200607 + -176404276 -303492 -268894498 -1088288422 + + -2.5723582506179810e-01 2.3952628672122955e-01 + <_> + + 0 -1 33 -67633389 -67110977 -395665390 537132102 -63476992 + -11059369 -146344440 1616379587 + + -3.0110624432563782e-01 1.9997051358222961e-01 + <_> + + 0 -1 84 1308651504 -8229470 1606294335 -543746528 189939696 + -4522533 -1083625473 -536914587 + + -2.3757675290107727e-01 2.5249215960502625e-01 + <_> + + 0 -1 228 -14362768 -39048529 -370545411 -1265745 1357338037 + -1318915 1978561780 1022239776 + + -3.7214145064353943e-01 1.5888454020023346e-01 + <_> + + 0 -1 408 -3325 1115676647 -1594431998 -486671622 1742689284 + 1935144791 -1275136512 -159383561 + + -3.3439025282859802e-01 1.7228114604949951e-01 + <_> + + 0 -1 270 1962933166 285653739 1004366606 835644333 + 1627094015 -49336487 -67633201 -1460572864 + + -2.3280127346515656e-01 2.5811696052551270e-01 + <_> + + 0 -1 41 576201459 553771947 2147185655 126419699 48409023 + -1392382225 1340568531 -263169 + + -2.8837621212005615e-01 1.9451448321342468e-01 + <_> + + 0 -1 246 -37752609 -723063568 -2006000135 -319883058 + -787024391 -733594127 -859847462 -15729173 + + -1.8833234906196594e-01 3.1161248683929443e-01 + <_> + + 0 -1 149 -596316288 1427205461 290548223 536578559 + -1971794529 1331551189 309705403 2017421755 + + -2.7302566170692444e-01 2.0263820886611938e-01 + <_> + + 0 -1 244 -61538604 -1660931776 -68359204 -1342309128 + -181149771 -249275164 -350179351 730799343 + + -2.3568060994148254e-01 2.4280059337615967e-01 + <_> + + 0 -1 103 -218119445 -201330769 -84280278 -229638353 + -168082424 -588286140 2136145391 -150745093 + + -1.8090149760246277e-01 3.0941435694694519e-01 + <_> + + 0 -1 374 -1427376367 -1158498381 -1094713355 -1074073604 + -69206350 -8388647 -1312860 -1090849282 + + -2.2787922620773315e-01 2.5239780545234680e-01 + <_> + + 0 -1 357 1924390421 860038670 -633340834 38340415 -565723324 + 1247457614 -84611096 1660944063 + + -3.4233587980270386e-01 1.7422527074813843e-01 + <_> + + 0 -1 22 -218961166 292531183 2029129568 65995306 1952664336 + 16075725 1735557075 -76648562 + + -2.7629902958869934e-01 2.0064586400985718e-01 + <_> + + 0 -1 0 1074457570 -963653078 1643113926 -584100408 115650218 + 147232109 68514147 88596516 + + -3.7965112924575806e-01 1.4263482391834259e-01 + <_> + + 0 -1 185 1785407271 943632111 811856627 367420389 1270578165 + 1776159180 1048568524 1640298656 + + -3.3663368225097656e-01 1.6077257692813873e-01 + <_> + + 0 -1 310 -1943219472 -1112240540 -1140851201 -1073952579 + 714456253 -1078952013 268124159 -1414855233 + + -2.1373851597309113e-01 2.5676566362380981e-01 + <_> + + 0 -1 331 -581960707 942993408 1107153861 -1658588992 + -1049173 -1078984976 1364165899 -573571633 + + -1.7190507054328918e-01 3.1127092242240906e-01 + <_> + + 0 -1 416 -973079893 -1364265246 -1510154144 24706242 + -1097077585 1114358895 -168568956 1439169431 + + -2.9250323772430420e-01 1.7980922758579254e-01 + <_> + + 0 -1 45 -1427388651 -83906578 704699168 -252969535 -27035820 + -57738578 -1098121454 -117720205 + + -2.2844699025154114e-01 2.3161511123180389e-01 + <_> + + 0 -1 213 460180750 -1867468884 1338981705 -118073 -512489508 + -1619105858 -136348689 -1345122245 + + -1.9179838895797729e-01 2.7738296985626221e-01 + <_> + + 0 -1 376 1000273841 1744633716 1316945398 142920684 -8389116 + -9601211 -235932512 -654386206 + + -3.0428785085678101e-01 1.8181663751602173e-01 + <_> + + 0 -1 134 -565294001 -151564561 -763999362 1879768910 + 1322731018 -668711596 2096913602 -100514850 + + -2.9625093936920166e-01 1.7974960803985596e-01 + <_> + + 0 -1 157 -170867806 -1783564361 2118431270 -1075860535 + 1970666735 -735283 -342586179 222756910 + + -2.5345340371131897e-01 2.0824456214904785e-01 + <_> + + 0 -1 171 183245941 -17532993 -41998977 -1115660369 + -1611030791 -536881665 -815013915 -1431798268 + + -3.5054233670234680e-01 1.4229153096675873e-01 + <_> + + 0 -1 234 -541137534 99473251 -1795167510 1088409066 + 386156389 103233484 1987822370 -489558069 + + -2.6662123203277588e-01 1.9210080802440643e-01 + <_> + + 0 -1 370 470473744 -1670379059 -1178645731 1040006617 + -1933299824 -43027100 -2110069020 -1430465539 + + -2.5868964195251465e-01 2.0097236335277557e-01 + <_> + + 0 -1 196 250095921 -688240675 -1073741985 -4215453 859355895 + -237273417 -1078181897 -1963376835 + + -2.7026772499084473e-01 1.9161662459373474e-01 + + <_> + 44 + -2.1931474208831787e+00 + + <_> + + 0 -1 271 -1053148 -17 -340791518 -5247057 -143130843 + -181013723 -4718785 -4211777 + + -3.8765373826026917e-01 3.7521669268608093e-01 + <_> + + 0 -1 297 -656875778 1372977151 -1208812545 825688030 + -788996354 -536892450 -134217729 -72369409 + + -4.3029001355171204e-01 3.0538529157638550e-01 + <_> + + 0 -1 203 -83886113 -172951561 -67117057 -202115597 + -285212769 -2097153 -4113 -1594170161 + + -3.2933357357978821e-01 3.0333504080772400e-01 + <_> + + 0 -1 21 -486873361 300884879 -386519289 -1168854 1081501675 + 1248792527 -327681 -1 + + -2.8618890047073364e-01 2.9407101869583130e-01 + <_> + + 0 -1 312 -30999119 -1078034958 792461245 -1073840129 + -1147404295 -1077936137 -1080033795 -1879096132 + + -2.6513364911079407e-01 3.0323535203933716e-01 + <_> + + 0 -1 152 -555745289 -587204779 -992649455 -855638017 + -815800353 -539353716 -2113729 -540058337 + + -1.9674272835254669e-01 3.9431869983673096e-01 + <_> + + 0 -1 386 -16845520 -1227426875 -1556235803 -1108344868 + -134238799 -159667841 -1493196663 -1075839076 + + -2.7039402723312378e-01 2.5911074876785278e-01 + <_> + + 0 -1 135 -92609854 -604028169 -529080301 -224147934 + 1279395340 -285515581 1615282271 -18922937 + + -3.0575299263000488e-01 2.1771901845932007e-01 + <_> + + 0 -1 122 1903553444 858914749 1291844094 -1110616387 + 1970664437 -24780892 -1141549884 -1924399100 + + -3.6463436484336853e-01 1.8201436102390289e-01 + <_> + + 0 -1 394 -134241201 -8421569 1651380795 -218366081 + -159386108 2133019394 -1157717464 -210240677 + + -2.6859050989151001e-01 2.4979957938194275e-01 + <_> + + 0 -1 242 1463260800 357578768 -8409090 -1074839814 + 1966569461 -1183769167 -348397603 781133355 + + -2.5547692179679871e-01 2.5657734274864197e-01 + <_> + + 0 -1 77 -155194865 200264869 -1029475758 1617556167 + 1308231680 143150348 1947238209 1929640747 + + -3.3023378252983093e-01 1.9103419780731201e-01 + <_> + + 0 -1 342 -1089735775 -1601634588 -103039499 -168821260 + -1146178637 -1549276253 362803593 -1915760391 + + -2.5550681352615356e-01 2.3712733387947083e-01 + <_> + + 0 -1 83 -1002391596 -640765065 829504511 -33616961 + -1678790851 -570429443 -341591109 -83908033 + + -2.2203493118286133e-01 2.7328577637672424e-01 + <_> + + 0 -1 9 -268439569 -338710870 -1972439608 -603987864 + 1661728511 1232080 326627383 1431818359 + + -3.0521178245544434e-01 2.0504823327064514e-01 + <_> + + 0 -1 215 -17247056 -671605348 -541229249 -2289782 141850612 + -1128772161 -543899651 -324229 + + -1.8492870032787323e-01 3.2387325167655945e-01 + <_> + + 0 -1 105 237905335 -1367543849 1341378483 -270778378 + -1883334795 -806364180 -546308369 -1346603572 + + -3.0666252970695496e-01 1.9396755099296570e-01 + <_> + + 0 -1 130 1356249394 -218620678 -543539426 2145890233 + 1079020464 1089485502 2128346943 2145613583 + + -2.6193973422050476e-01 2.1896725893020630e-01 + <_> + + 0 -1 52 -227083265 -58721681 -4464110 1349578818 -1018706942 + -731942585 1447445760 -263993536 + + -3.5858911275863647e-01 1.5851506590843201e-01 + <_> + + 0 -1 173 -54221672 1999079543 -455026576 791537783 + 1222704953 -180801 1145008178 263162419 + + -3.7316235899925232e-01 1.5279544889926910e-01 + <_> + + 0 -1 274 1893159680 1375072032 -303989356 -1849295906 + 1979151861 -1309444959 -307105799 -2120090005 + + -2.7151110768318176e-01 2.1597625315189362e-01 + <_> + + 0 -1 162 -805156750 409226962 -720961 1073298509 470845624 + -52147194 -340758721 1004739371 + + -2.4471241235733032e-01 2.3333425819873810e-01 + <_> + + 0 -1 362 -1090531689 1465892695 -352424193 1884806742 + 2069838477 1598383431 784279183 -13633537 + + -1.7780816555023193e-01 3.2780855894088745e-01 + <_> + + 0 -1 202 203164721 -1931698697 -1592649 -1411119171 + -1689026955 -32769 997664113 -1431683484 + + -3.4985154867172241e-01 1.5694221854209900e-01 + <_> + + 0 -1 328 -538969607 2102706352 -891895560 -2002597688 + -269553925 -2011168619 -1033942952 -401934086 + + -2.6209887862205505e-01 2.1001036465167999e-01 + <_> + + 0 -1 148 -804215915 1509735031 357901181 1561604445 + -37769811 -139395 -1140938503 2067319749 + + -2.0556244254112244e-01 2.7903115749359131e-01 + <_> + + 0 -1 264 -1036074484 64087975 -396046846 -1561664594 + 1929212420 1969434471 1732736816 -456331776 + + -4.0581956505775452e-01 1.4156310260295868e-01 + <_> + + 0 -1 411 -475005440 33881610 619683968 16250824 1191661702 + 18249509 1195794576 1357309926 + + -3.7666267156600952e-01 1.3731662929058075e-01 + <_> + + 0 -1 257 -823214108 -558750217 -302056465 -68487569 + -838893635 -1495041 805193165 -286360189 + + -2.5591382384300232e-01 2.0583991706371307e-01 + <_> + + 0 -1 118 1476979328 -71439241 289010109 1977059263 136894381 + -1149301063 -377430097 21310350 + + -3.4165441989898682e-01 1.5852384269237518e-01 + <_> + + 0 -1 59 -424680157 -822411842 -269091397 -408363 184128430 + -823541252 176644357 -811731887 + + -2.5056603550910950e-01 2.1173332631587982e-01 + <_> + + 0 -1 24 -603984177 1543498958 -1057323450 2045731502 + 1130357768 774764 -193595522 -134219065 + + -1.4807567000389099e-01 3.6313316226005554e-01 + <_> + + 0 -1 91 2117586816 827451053 -16864128 520040381 1683321844 + -576615019 -411050292 182257096 + + -3.3637902140617371e-01 1.5845145285129547e-01 + <_> + + 0 -1 397 -606612972 2038108180 954137664 541290367 + -680089088 1380908322 -1705581942 1354922667 + + -3.3080646395683289e-01 1.5980625152587891e-01 + <_> + + 0 -1 253 -50442251 -50585857 -286081027 -1652810113 + -135462947 -33919497 -276905987 800723256 + + -2.8283357620239258e-01 1.8409366905689240e-01 + <_> + + 0 -1 236 -16842822 -429597776 -1998090828 -1359560838 + 1311547320 -1406993352 -301991632 -393 + + -2.1103543043136597e-01 2.6728391647338867e-01 + <_> + + 0 -1 339 146949798 1576677127 -285235273 409533368 + -791662178 -721529049 -269258818 -1040154845 + + -3.0848288536071777e-01 1.7153705656528473e-01 + <_> + + 0 -1 88 1152927280 -55960952 -1359479173 -121761024 + -1407178076 -1632645141 -548388871 -17859739 + + -2.6071259379386902e-01 1.9695043563842773e-01 + <_> + + 0 -1 281 1352684785 -23313296 435519479 2109476597 563803577 + -4358667 247344639 -1346434853 + + -1.9393660128116608e-01 2.6992306113243103e-01 + <_> + + 0 -1 101 -151131473 -167799601 -88290113 1610791854 + 1522992204 -1231086586 1481413256 -14419377 + + -2.2183308005332947e-01 2.3338359594345093e-01 + <_> + + 0 -1 106 2020753653 993685439 -406872067 1023414026 + -235277059 -1118549 -402659341 766454918 + + -2.4973718822002411e-01 2.0166450738906860e-01 + <_> + + 0 -1 182 -588259934 -1059723471 -788249087 -722078001 + 1153224622 -272632899 -413086725 -2130587616 + + -2.5738838315010071e-01 1.9935481250286102e-01 + <_> + + 0 -1 343 -4847083 2113879350 -560056065 2076124783 + -679893932 -2167166 -1681199265 -77796645 + + -2.1546280384063721e-01 2.4473217129707336e-01 + <_> + + 0 -1 327 -466992 1429221392 -1032451 -705142932 -1182324776 + -1883335000 -1410716024 -1458895458 + + -2.1248295903205872e-01 2.5104433298110962e-01 + + <_> + 45 + -2.2511420249938965e+00 + + <_> + + 0 -1 107 994050047 -1146129647 1071644671 857961779 -1281 + -9217 2080374783 824967099 + + -5.4099100828170776e-01 2.4672167003154755e-01 + <_> + + 0 -1 239 -69746 -956368913 -889467382 -838873121 -71303217 + -1057657905 -533553 -282966 + + -3.3200487494468689e-01 3.2289636135101318e-01 + <_> + + 0 -1 326 1609564142 324140976 -18178 -240069384 2147483647 + -926550076 -5 -103023617 + + -2.8856819868087769e-01 3.2621678709983826e-01 + <_> + + 0 -1 150 350495549 -135305 1440035769 -33901653 905838591 + -3806209 2113244040 -1895004790 + + -3.2181400060653687e-01 2.5673314929008484e-01 + <_> + + 0 -1 358 -225 1936931351 -228853121 808696635 -67634608 + 2086695697 -273487126 1916534651 + + -3.6975064873695374e-01 2.0968174934387207e-01 + <_> + + 0 -1 123 -17302537 -538979089 2094858229 -385876737 + -44696529 2135801503 -68681865 1326444043 + + -2.7671259641647339e-01 2.8301334381103516e-01 + <_> + + 0 -1 210 -134228094 367506339 -144181338 -540018705 + 846980047 49587012 1474881504 -717167162 + + -2.4202364683151245e-01 3.0287262797355652e-01 + <_> + + 0 -1 12 -823136277 45015178 -346348614 -1028726040 72082663 + 46850122 80209490 1080545527 + + -3.7047272920608521e-01 1.9203762710094452e-01 + <_> + + 0 -1 277 -2001169292 -259588 1073692095 -2310659 -12779532 + -1079361652 -1417760833 -1414853973 + + -2.3412033915519714e-01 3.0507266521453857e-01 + <_> + + 0 -1 232 -8978698 -10923259 -428562204 -6949963 -430659739 + -98292184 -193661852 -1370177804 + + -3.8244864344596863e-01 1.7746637761592865e-01 + <_> + + 0 -1 282 671094577 -1263516649 -1665335305 -1073795201 + 993735347 -4513925 985563131 800793659 + + -3.1948846578598022e-01 2.1103978157043457e-01 + <_> + + 0 -1 167 -755087249 1409239279 -769720705 1365919583 + 1350193224 -537247735 -186460162 -16622757 + + -2.7567780017852783e-01 2.4022564291954041e-01 + <_> + + 0 -1 81 -1360379969 -362107178 -1074321473 -805564930 + -1925185554 -825316648 -704796713 -807406897 + + -2.5084602832794189e-01 2.5923982262611389e-01 + <_> + + 0 -1 355 -134220895 539490466 -470816795 1940386296 + -1409287765 -1422928438 86479119 -1917857334 + + -2.0169894397258759e-01 3.2244172692298889e-01 + <_> + + 0 -1 417 -269073 -2098562517 1716445226 13303405 -943734258 + 37899143 -960237382 1095958107 + + -2.9626187682151794e-01 2.1758291125297546e-01 + <_> + + 0 -1 219 1917190224 1083179231 1666720445 536750541 + 1023980304 -122539360 794925931 195764363 + + -3.1609866023063660e-01 1.9821107387542725e-01 + <_> + + 0 -1 176 -1943796304 203079093 1879043511 130818015 + -1376190627 -4219393 -1090609299 -1442152533 + + -3.2529142498970032e-01 1.8896293640136719e-01 + <_> + + 0 -1 71 -2392265 -10608873 -1378697417 822147706 -883228416 + -9020571 1415859344 -99561472 + + -3.3563771843910217e-01 1.7816038429737091e-01 + <_> + + 0 -1 348 949622928 -1669575443 -1073778981 -1075019777 + -289764148 -2134017 -1229407490 -1428226357 + + -2.4998401105403900e-01 2.3770461976528168e-01 + <_> + + 0 -1 158 -42008590 -181272783 -1567316492 -172644373 + -1565069378 499105727 -906712038 -574637125 + + -1.8708999454975128e-01 3.1356284022331238e-01 + <_> + + 0 -1 353 -6296173 186884384 1744041376 956497576 -323047509 + -1981367163 -2047355712 -1735666492 + + -2.7555224299430847e-01 2.1063505113124847e-01 + <_> + + 0 -1 164 1371664982 1175845393 1294205449 252557873 + 1883295061 1366540157 -53215165 523063151 + + -3.0078819394111633e-01 1.8513543903827667e-01 + <_> + + 0 -1 313 168064688 254703536 -1749057547 -1881211011 + 532543933 -1073815812 499087293 243929112 + + -4.0284797549247742e-01 1.3651247322559357e-01 + <_> + + 0 -1 363 381662229 -143182753 -50856482 -100729345 + -1096056612 -75555241 -1901286367 -1361139853 + + -2.4319571256637573e-01 2.2510072588920593e-01 + <_> + + 0 -1 70 -151015425 -135530883 -117735949 -255148334 + -110104674 -717752339 -840681572 -150997696 + + -1.9236451387405396e-01 2.9457706212997437e-01 + <_> + + 0 -1 100 -2097473 -671928469 -351863041 118337423 + -1025851264 -620868451 -196874048 -96218001 + + -1.6878725588321686e-01 3.3076241612434387e-01 + <_> + + 0 -1 39 -293619981 -904995166 -612634509 -135937120 + -2101171797 180391116 97490166 -572538191 + + -2.0047415792942047e-01 2.7536311745643616e-01 + <_> + + 0 -1 126 1970202246 284354023 -288886078 -18750721 + -504456977 -1871229788 1834046614 352670791 + + -3.1171804666519165e-01 1.7097789049148560e-01 + <_> + + 0 -1 412 -1052926 1739583439 -492216288 1156579029 + 1129801525 1164375319 1473771216 -151325025 + + -3.3197706937789917e-01 1.6467043757438660e-01 + <_> + + 0 -1 262 -14690929 1605570501 -1451723152 -77132722 + -201005137 2146885631 1923597231 -113549397 + + -1.5497575700283051e-01 3.6890766024589539e-01 + <_> + + 0 -1 111 -924389676 530870135 1476066011 972180715 + -373576803 -16912907 -16809256 1040133647 + + -2.7254548668861389e-01 1.9795751571655273e-01 + <_> + + 0 -1 220 268453680 2068841584 802455519 322056018 + -2009850192 -34049027 519323280 716715265 + + -4.0165832638740540e-01 1.3369825482368469e-01 + <_> + + 0 -1 378 -717226059 711028309 -1077974034 283144078 + -16791702 -437857794 -402677376 -387134568 + + -2.8442880511283875e-01 1.9047088921070099e-01 + <_> + + 0 -1 337 340063648 36371566 738060275 -2232321 106258569 + -255314 805250569 1073694253 + + -3.6615428328514099e-01 1.4842493832111359e-01 + <_> + + 0 -1 301 -209716442 957740901 1340878784 -1714619999 + 1968535029 -1309348988 -76153870 -2012876801 + + -2.4647258222103119e-01 2.2363069653511047e-01 + <_> + + 0 -1 29 -151008657 1394596730 -258300326 1350824746 + -1860229554 1080950609 1524241994 -159383801 + + -2.0509889721870422e-01 2.6535364985466003e-01 + <_> + + 0 -1 147 -752091478 1098237409 217104000 97596053 + -1943158870 1583345389 599743914 833081524 + + -2.7317774295806885e-01 1.9429923593997955e-01 + <_> + + 0 -1 255 552472117 -2045505923 -268550145 -2110082 -2228891 + -21024778 -2753220 -856015065 + + -3.1148931384086609e-01 1.6700451076030731e-01 + <_> + + 0 -1 208 1357836196 -1791826138 -489763056 -704715318 + 1345741988 -1111438195 1890936255 882854435 + + -3.2680815458297729e-01 1.6803215444087982e-01 + <_> + + 0 -1 391 -67112281 -1037125726 -1933610157 2007300594 + -2644597 583970631 1082246338 -980422373 + + -2.0303915441036224e-01 2.6198315620422363e-01 + <_> + + 0 -1 93 -1562704105 515663714 600820701 -178519570 + -354541028 -1731155290 -343946872 -242421044 + + -2.3413723707199097e-01 2.3101726174354553e-01 + <_> + + 0 -1 161 -172001553 -35785018 -2135037773 -288693266 + 1476244830 -138439308 -2066546430 -44573437 + + -2.1709801256656647e-01 2.4342221021652222e-01 + <_> + + 0 -1 141 780052927 -333815813 -1216364737 -1342255591 + -4276379 -270599433 -1078228355 -1146440401 + + -2.3310644924640656e-01 2.2502726316452026e-01 + <_> + + 0 -1 216 270698064 1039024542 -302058628 -1073804241 + -1455911500 -1093128359 -1421004898 800732559 + + -2.5369122624397278e-01 2.0994408428668976e-01 + <_> + + 0 -1 63 1222641763 1252134306 1533947251 -227934207 + -1031126290 155633883 1471050751 -538018201 + + -2.7561768889427185e-01 1.8855993449687958e-01 + + <_> + 45 + -2.2051272392272949e+00 + + <_> + + 0 -1 155 1365079920 -536871177 -335546371 -1281 -100665345 + -16777489 -527372 -67371013 + + -4.6560689806938171e-01 3.0253961682319641e-01 + <_> + + 0 -1 200 -1 -111809601 1979578878 -36704562 -575670853 -1 + -12059206 -271587830 + + -2.9012855887413025e-01 3.9839026331901550e-01 + <_> + + 0 -1 322 182911727 1358686207 -1567433065 6343679 -170009 + -59376483 -1477087249 -113148321 + + -3.6638620495796204e-01 2.5395688414573669e-01 + <_> + + 0 -1 365 -403200475 1936684719 -1343242513 -139460641 + 1967597487 858236687 -1476415826 -8388641 + + -2.7245566248893738e-01 3.1711784005165100e-01 + <_> + + 0 -1 92 -536880656 -246042128 1101841913 -168166421 + -637547035 -724578544 -1617192752 -553710327 + + -2.9619884490966797e-01 2.5554969906806946e-01 + <_> + + 0 -1 349 -336596487 -938685874 -1999642598 671674378 + 251377915 -890261569 1075134672 -930415893 + + -3.5646465420722961e-01 2.0556052029132843e-01 + <_> + + 0 -1 227 365845343 337594629 256868697 -1882594305 + -134334968 -721485812 256721417 -840962049 + + -2.9233780503273010e-01 2.4557532370090485e-01 + <_> + + 0 -1 221 -1006314668 -1533219335 84680541 203395051 + 1394765429 -1208938503 1578835029 1002273739 + + -3.6352822184562683e-01 1.9019560515880585e-01 + <_> + + 0 -1 58 -1976893533 799682218 -1883802761 -1761075920 + -1970560261 -1970345474 214939135 -2046884617 + + -3.4134301543235779e-01 1.9171747565269470e-01 + <_> + + 0 -1 299 -760484210 -740067444 -793448498 1970007182 + 1928425692 1643913524 -140509234 -111151380 + + -2.1206501126289368e-01 3.1278061866760254e-01 + <_> + + 0 -1 403 -31217 323449731 -1278520826 1079246362 1515954176 + 1648570631 -413269992 1383332835 + + -3.1545060873031616e-01 2.0957128703594208e-01 + <_> + + 0 -1 119 643826708 -1342668932 1431584572 -1381223891 + -272859204 -1929626692 -155716 -1943782856 + + -3.4799942374229431e-01 1.8340708315372467e-01 + <_> + + 0 -1 340 -1090323663 822244610 -1348469456 1036450033 + -1080312152 -1387659376 1170453653 -1916799856 + + -3.1036123633384705e-01 2.1374419331550598e-01 + <_> + + 0 -1 280 276221952 1427118336 -1711378960 532155572 68884120 + 965779257 151792572 149652718 + + -3.4892413020133972e-01 1.7468774318695068e-01 + <_> + + 0 -1 79 -129042798 -857934249 -598967724 1280073288 + -1465912990 -388324622 1860042352 -286261710 + + -3.7193620204925537e-01 1.6738761961460114e-01 + <_> + + 0 -1 383 -68164701 -1578441557 -189008288 1900805588 + -150999121 -2035881755 1154339163 -909118241 + + -1.8937067687511444e-01 3.2941216230392456e-01 + <_> + + 0 -1 132 -265818401 -3570989 -1834816910 -790465854 + 1145455176 -64791616 1081397331 -126655657 + + -2.6698547601699829e-01 2.2402110695838928e-01 + <_> + + 0 -1 20 -230497600 -1748390931 -21029027 802106767 + 1920386816 -1351544880 -67895562 -32841 + + -2.8491476178169250e-01 2.0357719063758850e-01 + <_> + + 0 -1 26 -218108337 298577867 1654801952 -259790306 + 1098729228 1078064481 -201361579 -238027778 + + -2.1065968275070190e-01 2.8473800420761108e-01 + <_> + + 0 -1 385 983557137 -1182832865 -2063629059 -1300260387 + 802916353 2064722445 -2037208936 -1400963241 + + -2.7495291829109192e-01 2.1015839278697968e-01 + <_> + + 0 -1 304 2083581840 349206324 -67371525 -652632067 + -1145510480 -1733808715 -1347630420 -1625868050 + + -2.1375042200088501e-01 2.7033737301826477e-01 + <_> + + 0 -1 212 -159414386 48804814 1458447778 -34667266 16184831 + 1152935423 1929090814 -572293893 + + -1.9792294502258301e-01 2.8011336922645569e-01 + <_> + + 0 -1 128 208592895 -556073218 -1346373641 -488182798 + -989642858 -1348307226 1533244660 -16792204 + + -2.4862475693225861e-01 2.3264947533607483e-01 + <_> + + 0 -1 90 810910487 2111129208 1099554301 -6635111 -698695913 + -145323419 -349730551 -686637043 + + -1.8774485588073730e-01 2.8197708725929260e-01 + <_> + + 0 -1 34 -497 -204492809 -219617118 -254906417 2143256070 + 1248231239 2136308827 -230686725 + + -2.2918443381786346e-01 2.3645539581775665e-01 + <_> + + 0 -1 324 -992154372 -858992916 -1401257224 857788970 + -1068184324 206850282 -2064269096 704815722 + + -4.3831524252891541e-01 1.2137264013290405e-01 + <_> + + 0 -1 393 -2761121 1998528558 2025581082 1346975867 -88090546 + 1581438720 -90440966 -899978342 + + -2.0703653991222382e-01 2.6567205786705017e-01 + <_> + + 0 -1 350 -1933579777 -2008749020 1296942236 -712058740 + 1710178233 204128495 1574260802 -595070894 + + -2.4999088048934937e-01 2.2043257951736450e-01 + <_> + + 0 -1 170 745154341 1692205055 1073704957 -268533767 + 1048555253 -4227334 -1141016635 -288529082 + + -3.3316460251808167e-01 1.6543640196323395e-01 + <_> + + 0 -1 137 -90249509 -71342001 -95496577 1661627114 2029012558 + -307447 1423887070 -619557026 + + -2.3160499334335327e-01 2.3182639479637146e-01 + <_> + + 0 -1 272 1358691082 418377135 2076046796 -609882137 + 1911911295 -1255443083 -438977587 -2000290193 + + -2.4603375792503357e-01 2.2194087505340576e-01 + <_> + + 0 -1 375 -1154220329 -1854749420 -272662659 860913533 + -79960065 -1094787843 -140052524 -88148054 + + -1.8551255762577057e-01 2.8832954168319702e-01 + <_> + + 0 -1 268 -118501856 -1762321683 -1364265170 -842025045 + 307749637 271280229 -155779291 -1824004594 + + -2.9872182011604309e-01 1.7615585029125214e-01 + <_> + + 0 -1 38 -1347687253 -1512369334 1644012034 -752747320 + -1153708022 1128655701 1600747264 319804537 + + -2.7315607666969299e-01 1.8835790455341339e-01 + <_> + + 0 -1 149 -598413620 1955905863 273766523 1928069555 + 1618763199 1469800309 -92427333 822069683 + + -2.6729482412338257e-01 1.9215255975723267e-01 + <_> + + 0 -1 229 -865538236 1541472161 -1664119239 937884842 + 108488189 -100763921 1431644221 317617184 + + -3.4989196062088013e-01 1.4653693139553070e-01 + <_> + + 0 -1 282 1008228400 1068674259 -21233673 -1077970977 + -1172696325 -320521 1005981373 -1348784997 + + -2.4241761863231659e-01 2.1055571734905243e-01 + <_> + + 0 -1 19 -895029270 1089400459 -1674679806 -502388160 + 2009059783 4645707 1694491970 1097856851 + + -3.9726287126541138e-01 1.2879978120326996e-01 + <_> + + 0 -1 168 1788535037 -50409473 -805651585 2134913999 + -2008003508 -52791505 -589350280 -76325782 + + -2.0254857838153839e-01 2.5013300776481628e-01 + <_> + + 0 -1 209 -151605374 -320541403 1715351300 -285953049 + -1124799740 1718250799 -234915567 -391456117 + + -2.6788866519927979e-01 1.9439722597599030e-01 + <_> + + 0 -1 217 2086409840 282073588 -1619183297 1040128221 + -1627387488 -1130611464 2141228731 696845775 + + -2.4879394471645355e-01 2.1695367991924286e-01 + <_> + + 0 -1 288 -561359548 -4563409 -1243633729 -538247381 + 939337177 -268501013 -1912844579 -1427504127 + + -3.4305050969123840e-01 1.4718005061149597e-01 + <_> + + 0 -1 396 -201326677 -424890454 -252714006 -25036830 + -546375738 1321594210 1705505088 -697829706 + + -2.7509501576423645e-01 1.8240082263946533e-01 + <_> + + 0 -1 190 -1340963596 -1183415634 -1377353858 2147126906 + 674269624 -1074116681 -1156557620 -1693776453 + + -2.0356220006942749e-01 2.5265598297119141e-01 + <_> + + 0 -1 159 -234900766 838727423 -1546999356 -537138177 -830499 + -571423233 2119655119 -648906981 + + -1.8808299303054810e-01 2.7528122067451477e-01 + + <_> + 41 + -2.2634656429290771e+00 + + <_> + + 0 -1 261 -10485761 -73793 -537923585 -1380465 821379839 + -67145729 1920353023 2064796674 + + -5.3326034545898438e-01 2.9359757900238037e-01 + <_> + + 0 -1 69 2131818256 2131876531 1506826640 -584986318 + -212478208 -75759717 -715925864 -536880450 + + -5.0847059488296509e-01 2.1800990402698517e-01 + <_> + + 0 -1 398 -3505 2067489283 -146545105 1615296339 -142682614 + -233131520 -489491766 1077998395 + + -3.4377160668373108e-01 2.6884329319000244e-01 + <_> + + 0 -1 53 -201589765 -2360321 -924269838 -34086672 -157238277 + -184520348 -679656201 -76516238 + + -3.0389648675918579e-01 3.0631929636001587e-01 + <_> + + 0 -1 230 -363464785 1909521405 -9 1409283567 1997862863 + -131073 -151652377 -420483186 + + -2.0027194917201996e-01 3.9532303810119629e-01 + <_> + + 0 -1 6 -822087681 -285311523 2113928665 -68112 204427247 + 16052730 100467923 1341646327 + + -3.6397519707679749e-01 2.0986025035381317e-01 + <_> + + 0 -1 251 -587276428 218037757 -10485763 465371135 -1023627 + -1073808145 -4489345 -1363969 + + -2.5885182619094849e-01 2.8008130192756653e-01 + <_> + + 0 -1 346 951065616 1593573398 901545887 -1107387979 + -203376996 -67561153 -1371758788 707400559 + + -3.2857900857925415e-01 2.1443389356136322e-01 + <_> + + 0 -1 193 1275200016 -614496659 -97366441 -95773089 942623792 + -555004722 1815747676 -97908910 + + -3.8678532838821411e-01 1.7604433000087738e-01 + <_> + + 0 -1 188 -8519681 -1082161737 -1208110405 -290523457 + -136843265 -32929 -134754086 -150505971 + + -2.0626810193061829e-01 3.3063521981239319e-01 + <_> + + 0 -1 345 419301141 -1346618021 -1098973833 992998367 + -52298444 -1149584610 -42430919 -75759893 + + -2.8383374214172363e-01 2.3129200935363770e-01 + <_> + + 0 -1 302 1433558900 296753660 666251244 -114458883 + -181144208 691016725 -1082794756 219612254 + + -3.0795437097549438e-01 2.0049436390399933e-01 + <_> + + 0 -1 381 -5245981 1241965224 -490479200 1342238960 + -338694265 -2103251161 72859840 -707792704 + + -3.1758528947830200e-01 1.9545783102512360e-01 + <_> + + 0 -1 184 833028384 -1648578629 -167807694 -1380979794 + 821913003 -1342916721 -135858527 -1933384312 + + -3.3198106288909912e-01 1.9247767329216003e-01 + <_> + + 0 -1 17 -93131782 1372957355 -67230079 -335600988 1650519930 + 41378344 -135073799 -21 + + -2.3539513349533081e-01 2.6907092332839966e-01 + <_> + + 0 -1 289 453792656 1526676479 1069249722 1945992122 + -1464309606 -74188289 279773314 1375682698 + + -4.4739443063735962e-01 1.2987257540225983e-01 + <_> + + 0 -1 73 -83886485 -673220117 -227870198 1625487342 + -798027514 1582522135 -193490918 -260577458 + + -3.0600669980049133e-01 1.8708600103855133e-01 + <_> + + 0 -1 308 -787936112 285242368 896789648 697088980 668860328 + -1458980688 -1930513240 145485294 + + -3.3346343040466309e-01 1.7147579789161682e-01 + <_> + + 0 -1 388 -9 1810231279 -35127684 16578184 -796737 -881328986 + -789064700 -252776222 + + -2.6832374930381775e-01 2.1371065080165863e-01 + <_> + + 0 -1 241 -11123954 -1033982537 1340059428 -570553409 + 1942463788 207659323 -738639956 -1073800646 + + -2.4761708080768585e-01 2.2594471275806427e-01 + <_> + + 0 -1 139 -295768090 -537982289 1462300671 1942151403 + -1072281516 -21033655 1086946522 -79484061 + + -2.3287536203861237e-01 2.3916552960872650e-01 + <_> + + 0 -1 49 -1998581900 -165655221 -1881339459 758033934 + -1912726147 -621859444 -271253506 -2051275768 + + -3.0010610818862915e-01 1.8564082682132721e-01 + <_> + + 0 -1 410 -404750848 581420716 -1364484094 1660420023 + 1734857223 1161913094 -134757756 1727001312 + + -4.0765076875686646e-01 1.3847874104976654e-01 + <_> + + 0 -1 163 -1068892078 1153186038 662574902 266153919 22811588 + -188472084 1529219851 266289352 + + -3.0145871639251709e-01 1.7460434138774872e-01 + <_> + + 0 -1 108 -599994284 -311498761 1470099662 1711932031 + -914884195 -269943012 1475318587 1204728379 + + -2.5530686974525452e-01 2.1216559410095215e-01 + <_> + + 0 -1 125 682255806 -1896943730 -623710223 -285575452 + -1440469588 -1145050113 -838404960 -536989512 + + -2.8125029802322388e-01 1.9016936421394348e-01 + <_> + + 0 -1 65 829728960 925935468 513213671 800631470 2111147981 + 2146738119 -289526018 1973210660 + + -3.9002513885498047e-01 1.3500837981700897e-01 + <_> + + 0 -1 392 -13781 -1358500113 -538447694 1961359090 -412354677 + 53669447 1472696645 -1056443153 + + -2.3888023197650909e-01 2.2816129028797150e-01 + <_> + + 0 -1 8 -1549016069 1248832680 1601174006 -571476752 36160426 + 214805776 928477495 2002776931 + + -2.8050631284713745e-01 1.9070130586624146e-01 + <_> + + 0 -1 191 -1340097060 -830723844 1069939165 -813830209 + 1333041840 -1135607640 2080258991 686557067 + + -2.4584741890430450e-01 2.1637704968452454e-01 + <_> + + 0 -1 72 1557854554 -759781650 -850899042 -328325206 + -34644172 1357165012 -826548376 1600121423 + + -2.9054078459739685e-01 1.8293583393096924e-01 + <_> + + 0 -1 104 2026780629 -4522065 -545263747 -1087834115 + -1996834319 -1073758465 2112827381 -1347740113 + + -2.0846098661422729e-01 2.5901019573211670e-01 + <_> + + 0 -1 266 1381494304 -1272775770 -134285504 -1871119577 + -464128187 615790905 -140264699 877096742 + + -3.7106987833976746e-01 1.4400316774845123e-01 + <_> + + 0 -1 368 -1364787407 -1090668930 805305941 -1075841571 + -343964779 -1058290 -1360559699 -1359020136 + + -2.5511705875396729e-01 2.0806407928466797e-01 + <_> + + 0 -1 220 -895433391 -6784801 -17138081 536681589 -1808513804 + -204813 -1074610504 -1141964642 + + -1.8833273649215698e-01 2.7856370806694031e-01 + <_> + + 0 -1 76 -16782677 -1845516753 1720382059 1912855179 + -17870076 -345021115 1962865864 -754714278 + + -2.1358102560043335e-01 2.4250653386116028e-01 + <_> + + 0 -1 174 1861617491 -1939954954 -285380207 -268457742 + -1211763709 -51054877 -287870126 -272633249 + + -1.9614861905574799e-01 2.6250588893890381e-01 + <_> + + 0 -1 330 503998096 387412018 258815345 230277489 328724473 + -1631653992 1037956345 -1410597482 + + -2.3524157702922821e-01 2.1275518834590912e-01 + <_> + + 0 -1 360 -1025629089 -41996985 -1391403779 1511747967 + -231212975 -570203628 -276627843 -611980033 + + -2.1294716000556946e-01 2.4430984258651733e-01 + <_> + + 0 -1 181 -88618011 284344823 -822497539 500557729 1741961199 + 879849383 -8697976 -1160578076 + + -2.0910128951072693e-01 2.4529170989990234e-01 + <_> + + 0 -1 287 2044410417 1634402868 952105211 971386239 + -1631479285 -610579954 36530715 -1175200612 + + -2.6281270384788513e-01 2.0314909517765045e-01 + + <_> + + 0 0 1 1 + <_> + + 0 0 1 2 + <_> + + 0 0 1 3 + <_> + + 0 0 2 1 + <_> + + 0 0 2 2 + <_> + + 0 0 2 3 + <_> + + 0 0 3 2 + <_> + + 0 0 6 1 + <_> + + 0 1 1 1 + <_> + + 0 2 1 1 + <_> + + 0 2 1 2 + <_> + + 0 3 1 1 + <_> + + 0 3 1 2 + <_> + + 0 4 1 1 + <_> + + 0 4 2 3 + <_> + + 0 5 1 1 + <_> + + 0 5 2 3 + <_> + + 0 5 2 4 + <_> + + 0 5 3 6 + <_> + + 0 6 1 1 + <_> + + 0 6 3 3 + <_> + + 0 7 2 2 + <_> + + 0 7 2 3 + <_> + + 0 8 1 1 + <_> + + 0 8 1 2 + <_> + + 0 9 1 1 + <_> + + 0 9 1 2 + <_> + + 0 10 1 1 + <_> + + 0 11 1 1 + <_> + + 0 12 1 2 + <_> + + 0 13 1 1 + <_> + + 0 13 3 3 + <_> + + 0 14 2 2 + <_> + + 0 14 2 3 + <_> + + 0 15 1 1 + <_> + + 0 16 1 1 + <_> + + 0 16 2 2 + <_> + + 0 19 1 1 + <_> + + 0 21 1 1 + <_> + + 1 0 1 2 + <_> + + 1 0 2 3 + <_> + + 1 0 3 5 + <_> + + 1 0 6 3 + <_> + + 1 0 6 8 + <_> + + 1 1 2 5 + <_> + + 1 3 5 6 + <_> + + 1 3 6 7 + <_> + + 1 6 1 2 + <_> + + 1 7 3 3 + <_> + + 1 8 5 2 + <_> + + 1 9 3 3 + <_> + + 1 12 2 3 + <_> + + 1 13 2 2 + <_> + + 1 13 3 1 + <_> + + 1 14 1 1 + <_> + + 1 14 3 1 + <_> + + 1 15 1 1 + <_> + + 2 0 1 1 + <_> + + 2 0 1 3 + <_> + + 2 0 2 1 + <_> + + 2 0 2 2 + <_> + + 2 0 5 7 + <_> + + 2 2 5 7 + <_> + + 2 5 1 2 + <_> + + 2 7 2 5 + <_> + + 2 7 3 2 + <_> + + 2 7 3 3 + <_> + + 2 8 1 1 + <_> + + 2 8 1 2 + <_> + + 2 8 2 5 + <_> + + 2 12 1 1 + <_> + + 2 12 1 3 + <_> + + 2 14 5 1 + <_> + + 2 16 1 1 + <_> + + 2 17 1 1 + <_> + + 2 18 1 1 + <_> + + 2 19 1 1 + <_> + + 2 21 1 1 + <_> + + 3 0 2 2 + <_> + + 3 0 4 7 + <_> + + 3 0 5 7 + <_> + + 3 2 1 1 + <_> + + 3 6 1 1 + <_> + + 3 6 4 3 + <_> + + 3 7 1 1 + <_> + + 3 7 1 2 + <_> + + 3 7 2 3 + <_> + + 3 7 4 2 + <_> + + 3 8 1 1 + <_> + + 3 8 2 4 + <_> + + 3 8 4 1 + <_> + + 3 9 2 2 + <_> + + 3 9 3 4 + <_> + + 3 9 4 1 + <_> + + 3 11 1 1 + <_> + + 3 11 2 2 + <_> + + 3 12 1 1 + <_> + + 3 12 2 1 + <_> + + 3 13 1 3 + <_> + + 3 17 2 2 + <_> + + 3 18 2 2 + <_> + + 3 19 1 1 + <_> + + 3 20 1 1 + <_> + + 3 21 1 1 + <_> + + 4 0 2 3 + <_> + + 4 2 1 1 + <_> + + 4 2 2 3 + <_> + + 4 2 2 5 + <_> + + 4 2 4 4 + <_> + + 4 3 3 3 + <_> + + 4 4 2 4 + <_> + + 4 4 3 3 + <_> + + 4 5 2 4 + <_> + + 4 5 4 3 + <_> + + 4 5 5 4 + <_> + + 4 6 2 3 + <_> + + 4 6 2 4 + <_> + + 4 7 4 2 + <_> + + 4 7 4 3 + <_> + + 4 7 5 2 + <_> + + 4 8 2 4 + <_> + + 4 8 4 2 + <_> + + 4 10 2 2 + <_> + + 4 10 4 4 + <_> + + 4 11 2 1 + <_> + + 4 12 1 1 + <_> + + 4 12 2 1 + <_> + + 4 12 3 3 + <_> + + 4 13 1 1 + <_> + + 4 15 2 1 + <_> + + 4 15 3 1 + <_> + + 4 16 2 2 + <_> + + 4 17 1 1 + <_> + + 4 17 2 2 + <_> + + 4 18 1 1 + <_> + + 4 18 2 1 + <_> + + 4 19 1 1 + <_> + + 4 20 1 1 + <_> + + 4 21 1 1 + <_> + + 4 21 2 1 + <_> + + 5 2 5 5 + <_> + + 5 3 1 1 + <_> + + 5 3 2 4 + <_> + + 5 3 3 5 + <_> + + 5 4 2 4 + <_> + + 5 4 3 3 + <_> + + 5 5 4 3 + <_> + + 5 6 2 4 + <_> + + 5 6 3 2 + <_> + + 5 6 3 3 + <_> + + 5 6 4 2 + <_> + + 5 7 3 2 + <_> + + 5 7 3 5 + <_> + + 5 7 4 2 + <_> + + 5 8 3 1 + <_> + + 5 9 1 3 + <_> + + 5 9 2 1 + <_> + + 5 9 2 2 + <_> + + 5 9 2 4 + <_> + + 5 11 2 1 + <_> + + 5 13 2 1 + <_> + + 5 13 5 3 + <_> + + 5 16 2 1 + <_> + + 5 16 3 1 + <_> + + 5 16 3 2 + <_> + + 5 19 1 1 + <_> + + 5 20 1 1 + <_> + + 5 21 1 1 + <_> + + 5 21 2 1 + <_> + + 6 0 1 3 + <_> + + 6 0 2 2 + <_> + + 6 2 1 2 + <_> + + 6 2 3 6 + <_> + + 6 3 3 4 + <_> + + 6 3 4 5 + <_> + + 6 4 3 3 + <_> + + 6 5 1 1 + <_> + + 6 5 3 3 + <_> + + 6 6 2 4 + <_> + + 6 6 3 2 + <_> + + 6 6 3 3 + <_> + + 6 7 2 1 + <_> + + 6 7 2 4 + <_> + + 6 7 3 4 + <_> + + 6 9 1 1 + <_> + + 6 9 3 1 + <_> + + 6 10 1 1 + <_> + + 6 12 2 1 + <_> + + 6 12 4 3 + <_> + + 6 13 2 1 + <_> + + 6 14 1 1 + <_> + + 6 15 3 1 + <_> + + 6 16 2 1 + <_> + + 6 19 1 1 + <_> + + 6 20 1 1 + <_> + + 6 21 1 1 + <_> + + 7 0 1 1 + <_> + + 7 0 1 3 + <_> + + 7 1 2 5 + <_> + + 7 2 2 5 + <_> + + 7 3 2 4 + <_> + + 7 3 2 5 + <_> + + 7 4 1 1 + <_> + + 7 4 1 3 + <_> + + 7 4 2 4 + <_> + + 7 6 1 2 + <_> + + 7 6 2 2 + <_> + + 7 7 2 1 + <_> + + 7 8 2 2 + <_> + + 7 9 2 4 + <_> + + 7 10 1 1 + <_> + + 7 11 1 1 + <_> + + 7 12 1 1 + <_> + + 7 12 2 1 + <_> + + 7 13 3 3 + <_> + + 7 14 1 1 + <_> + + 7 15 1 1 + <_> + + 7 15 2 1 + <_> + + 7 15 3 3 + <_> + + 7 16 2 1 + <_> + + 7 17 1 1 + <_> + + 7 17 2 2 + <_> + + 7 18 2 2 + <_> + + 7 19 1 1 + <_> + + 7 20 1 1 + <_> + + 7 21 1 1 + <_> + + 8 0 1 2 + <_> + + 8 1 4 6 + <_> + + 8 3 2 3 + <_> + + 8 5 2 2 + <_> + + 8 6 1 2 + <_> + + 8 6 2 4 + <_> + + 8 6 2 6 + <_> + + 8 7 1 1 + <_> + + 8 8 1 1 + <_> + + 8 9 1 1 + <_> + + 8 9 1 4 + <_> + + 8 10 1 1 + <_> + + 8 10 1 2 + <_> + + 8 11 1 1 + <_> + + 8 11 1 2 + <_> + + 8 12 1 1 + <_> + + 8 13 2 1 + <_> + + 8 14 1 1 + <_> + + 8 14 2 1 + <_> + + 8 15 1 1 + <_> + + 8 15 3 3 + <_> + + 8 15 4 3 + <_> + + 8 16 1 1 + <_> + + 8 17 1 1 + <_> + + 8 18 1 1 + <_> + + 8 18 1 2 + <_> + + 8 20 1 1 + <_> + + 8 21 1 1 + <_> + + 9 0 1 2 + <_> + + 9 0 2 2 + <_> + + 9 0 2 3 + <_> + + 9 1 2 3 + <_> + + 9 3 2 4 + <_> + + 9 4 2 4 + <_> + + 9 5 2 3 + <_> + + 9 6 2 2 + <_> + + 9 6 2 4 + <_> + + 9 7 1 1 + <_> + + 9 8 1 1 + <_> + + 9 9 1 1 + <_> + + 9 9 1 2 + <_> + + 9 9 2 1 + <_> + + 9 10 1 1 + <_> + + 9 10 1 2 + <_> + + 9 10 2 1 + <_> + + 9 11 1 1 + <_> + + 9 11 2 1 + <_> + + 9 12 1 1 + <_> + + 9 12 2 1 + <_> + + 9 13 2 1 + <_> + + 9 14 1 1 + <_> + + 9 15 1 1 + <_> + + 9 15 2 1 + <_> + + 9 16 1 1 + <_> + + 9 16 2 1 + <_> + + 9 17 1 1 + <_> + + 9 18 1 1 + <_> + + 9 20 1 1 + <_> + + 9 21 1 1 + <_> + + 9 21 2 1 + <_> + + 10 0 3 2 + <_> + + 10 0 3 5 + <_> + + 10 2 1 3 + <_> + + 10 2 2 5 + <_> + + 10 4 2 4 + <_> + + 10 5 2 4 + <_> + + 10 6 1 2 + <_> + + 10 6 2 3 + <_> + + 10 6 2 4 + <_> + + 10 6 3 3 + <_> + + 10 7 2 4 + <_> + + 10 8 2 4 + <_> + + 10 9 3 3 + <_> + + 10 10 1 1 + <_> + + 10 11 1 1 + <_> + + 10 12 2 1 + <_> + + 10 13 1 1 + <_> + + 10 13 3 1 + <_> + + 10 14 1 1 + <_> + + 10 14 3 1 + <_> + + 10 15 1 1 + <_> + + 10 16 1 1 + <_> + + 10 16 2 1 + <_> + + 10 16 2 2 + <_> + + 10 17 1 1 + <_> + + 10 19 1 1 + <_> + + 10 20 1 1 + <_> + + 10 21 1 1 + <_> + + 11 0 1 3 + <_> + + 11 0 3 2 + <_> + + 11 4 1 1 + <_> + + 11 5 1 1 + <_> + + 11 5 3 6 + <_> + + 11 6 2 6 + <_> + + 11 8 2 4 + <_> + + 11 9 1 1 + <_> + + 11 10 1 1 + <_> + + 11 10 2 2 + <_> + + 11 10 2 4 + <_> + + 11 11 1 1 + <_> + + 11 12 2 1 + <_> + + 11 14 1 1 + <_> + + 11 14 2 3 + <_> + + 11 14 3 3 + <_> + + 11 18 1 1 + <_> + + 11 18 2 2 + <_> + + 11 19 1 1 + <_> + + 11 20 1 1 + <_> + + 11 21 1 1 + <_> + + 12 0 1 2 + <_> + + 12 0 2 2 + <_> + + 12 6 2 3 + <_> + + 12 8 2 5 + <_> + + 12 11 1 1 + <_> + + 12 19 1 1 + <_> + + 12 20 1 1 + <_> + + 12 21 1 1 + <_> + + 13 0 1 1 + <_> + + 13 0 2 3 + <_> + + 13 2 1 1 + <_> + + 13 6 1 1 + <_> + + 13 6 2 2 + <_> + + 13 8 1 1 + <_> + + 13 12 2 3 + <_> + + 13 15 2 3 + <_> + + 13 16 2 2 + <_> + + 13 17 1 1 + <_> + + 13 18 1 1 + <_> + + 13 19 1 1 + <_> + + 13 20 1 1 + <_> + + 13 21 1 1 + <_> + + 14 0 2 1 + <_> + + 14 0 2 2 + <_> + + 14 0 2 3 + <_> + + 14 1 1 1 + <_> + + 14 2 2 2 + <_> + + 14 2 2 3 + <_> + + 14 4 1 2 + <_> + + 14 4 2 3 + <_> + + 14 5 2 3 + <_> + + 14 6 1 1 + <_> + + 14 6 1 3 + <_> + + 14 7 1 2 + <_> + + 14 7 1 3 + <_> + + 14 8 1 1 + <_> + + 14 8 2 2 + <_> + + 14 9 1 1 + <_> + + 14 10 1 1 + <_> + + 14 11 1 1 + <_> + + 14 12 1 1 + <_> + + 14 13 1 1 + <_> + + 14 13 2 3 + <_> + + 14 14 1 1 + <_> + + 14 16 2 1 + <_> + + 14 16 2 2 + <_> + + 14 18 1 1 + <_> + + 14 20 1 1 + <_> + + 14 21 1 1 + <_> + + 15 0 1 1 + <_> + + 15 5 1 2 + <_> + + 15 8 1 2 + <_> + + 15 12 1 3 + <_> + + 15 13 1 1 + <_> + + 15 15 1 1 + <_> + + 15 17 1 1 + <_> + + 15 19 1 1 + <_> + + 15 20 1 1 + <_> + + 16 0 1 1 + <_> + + 16 4 1 1 + <_> + + 16 7 1 2 + <_> + + 16 15 1 1 + <_> + + 17 0 1 1 + <_> + + 17 0 1 3 + <_> + + 17 1 1 1 + <_> + + 17 1 1 2 + <_> + + 17 2 1 1 + <_> + + 17 3 1 1 + <_> + + 17 3 1 2 + <_> + + 17 4 1 1 + <_> + + 17 5 1 1 + <_> + + 17 6 1 1 + <_> + + 17 6 1 2 + <_> + + 17 7 1 1 + <_> + + 17 8 1 1 + <_> + + 17 9 1 1 + <_> + + 17 9 1 2 + <_> + + 17 10 1 1 + <_> + + 17 13 1 1 + <_> + + 17 14 1 1 + <_> + + 17 15 1 1 + <_> + + 17 16 1 1 + <_> + + 17 19 1 1 + <_> + + 17 21 1 1 + diff --git a/tf700t/proprietary/etc/nvaudio_conf_RT5631.xml b/tf700t/proprietary/etc/nvaudio_conf_RT5631.xml new file mode 100644 index 000000000..eefb5f5f9 --- /dev/null +++ b/tf700t/proprietary/etc/nvaudio_conf_RT5631.xml @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf700t/proprietary/etc/nvaudio_conf_RT5642.xml b/tf700t/proprietary/etc/nvaudio_conf_RT5642.xml new file mode 100644 index 000000000..e3d407cf0 --- /dev/null +++ b/tf700t/proprietary/etc/nvaudio_conf_RT5642.xml @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf700t/proprietary/etc/nvaudio_conf_WM8903.xml b/tf700t/proprietary/etc/nvaudio_conf_WM8903.xml new file mode 100644 index 000000000..a2a32f51a --- /dev/null +++ b/tf700t/proprietary/etc/nvaudio_conf_WM8903.xml @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tf700t/proprietary/etc/nvcamera.conf b/tf700t/proprietary/etc/nvcamera.conf new file mode 100644 index 000000000..01d541a01 --- /dev/null +++ b/tf700t/proprietary/etc/nvcamera.conf @@ -0,0 +1,7 @@ +# format, cameraName=device,direction,orientation,type +# type can be 'stereo' for stereo capable, 'mono' for not stereo capable, +# 'usb' to enable searching for a usb device and where to put it in the list +# if found. Lines must be shorter then 256 characters +version=1 +camera0=/dev/ov5650,back,0,mono // left sensor of back camera +camera1=/dev/ov2710,front,0,mono // front camera diff --git a/tf700t/proprietary/etc/nvram_4329.txt b/tf700t/proprietary/etc/nvram_4329.txt deleted file mode 100644 index 8fc406ba1..000000000 --- a/tf700t/proprietary/etc/nvram_4329.txt +++ /dev/null @@ -1,90 +0,0 @@ -# bcm94329sdagb board -# $Copyright (C) 2008 Broadcom Corporation$ -# $id$ - -sromrev=3 -vendid=0x14e4 -devid=0x432f -boardtype=0x57e - -# board revision 1.1 -boardrev=0x11 - -# boardflags -boardflags=0x10000200 -boardflags2=0x00400000 - -# specify the xtalfreq if it is otherthan 38.4MHz -xtalfreq=37400 - -aa2g=3 -aa5g=1 - -ag0=0x82 -ag1=0x84 - -# 11g paparams -pa0b0=5107 -pa0b1=64308 -pa0b2=65182 -pa0itssit=62 -pa0maxpwr=66 -opo=0 -mcs2gpo0=0x2222 -mcs2gpo1=0x2222 - -# sel = 1 : 20% evm sel = 2 : 27% evm sel = 3 : 16% evm -cckdigfilttype=1 - -# 11a paparams lowband -pa1lob0=6654 -pa1lob1=63794 -pa1lob2=65134 -# paparams midband -pa1b0=5970 -pa1b1=63982 -pa1b2=65122 -#paparams high band -pa1hib0=5910 -pa1hib1=63998 -pa1hib2=65130 - -pa1itssit=62 -pa1maxpwr=60 -opo=0 -mcs5gpo=0x22222222 - -# 11g rssi params -rssismf2g=0xa -rssismc2g=0xb -rssisav2g=0x3 -bxa2g=0 - -# 11a rssi params -rssismf5g=0x8 -rssismc5g=0x6 -rssisav5g=0x0 -bxa2g=0 - -# country code -ccode=ALL -cctl=0x0 - -# Channel gain adjustments -5g_cga=0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0 -boardnum=2048 -macaddr=00:90:4c:c5:34:23 -####### -nocrc=1 - -#for mfgc -otpimagesize=182 - -# sdio extra configs -hwhdr=0x05ffff031030031003100000 - -#This generates empty F1, F2 and F3 tuple chains, and may be used if the host SDIO stack does not require the standard tuples. -RAW1=80 02 fe ff - -#This includes the standard FUNCID and FUNCE tuples in the F1, F2, F3 and common CIS. -#RAW1=80 32 fe 21 02 0c 00 22 2a 01 01 00 00 c5 0 e6 00 00 00 00 00 40 00 00 ff ff 80 00 00 00 00 00 00 00 00 00 00 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 20 04 D0 2 29 43 21 02 0c 00 22 04 00 20 00 5A diff --git a/tf700t/proprietary/etc/nvram_ah691.txt b/tf700t/proprietary/etc/nvram_ah691.txt new file mode 100644 index 000000000..ae9d6e913 --- /dev/null +++ b/tf700t/proprietary/etc/nvram_ah691.txt @@ -0,0 +1,111 @@ +#Sample variables file for BCM94324A1 iPA+iLNA FCBGA REF board +#2012_11_06 A-spec-EMI pwr 2g4 15/11/11/11 5g 11/9/9 + +devid=0x4374 +boardtype=0x5ef +boardrev=0x1100 +boardflags=0x200 +boardflags2=0 +sromrev=9 +xtalfreq=37400 +nocrc=1 +ag0=0x2 +ag1=0x2 +ag2=0xff +ag3=0xff +txchain=0x3 +rxchain=0x3 +aa2g=3 +aa5g=3 +ledbh0=0xff +ledbh1=0xff +ledbh2=0xff +ledbh3=0xff +leddc=0xffff + +cckdigfilttype=20 + +pa2gw0a0=0xFFB9 +pa2gw1a0=0x1430 +pa2gw2a0=0xFEC0 +pa2gw0a1=0xFFCB +pa2gw1a1=0x14fA +pa2gw2a1=0xFED0 + +pa0itssit=62 +pa1itssit=62 +antswctl2g=0x9 +antswctl5g=0xa +antswitch=0x0 +pa5gw0a0=0xFFC5 +pa5gw1a0=0x10BA +pa5gw2a0=0xFEF2 +pa5gw0a1=0xFFBC +pa5gw1a1=0x127A +pa5gw2a1=0xFEE3 +pa5glw0a0=0xFFC4 +pa5glw1a0=0x12CF +pa5glw2a0=0xFEF4 +pa5glw0a1=0xFFC5 +pa5glw1a1=0x1391 +pa5glw2a1=0xFEED +pa5ghw0a0=0xFFC4 +pa5ghw1a0=0xF5B +pa5ghw2a0=0xFEF4 +pa5ghw0a1=0xFFC5 +pa5ghw1a1=0x10B1 +pa5ghw2a1=0xFEED +extpagain2g=2 +extpagain5g=2 +pdetrange2g=2 +pdetrange5g=2 +triso2g=2 +triso5g=4 +tssipos2g=1 +tssipos5g=1 + +maxp2ga0=66 +maxp2ga1=66 +maxp5ga0=50 +maxp5ga1=50 +maxp5gha0=50 +maxp5gha1=50 +maxp5gla0=50 +maxp5gla1=50 +cckbw202gpo=0x0 +cckbw20ul2gpo=0x0 +legofdmbw202gpo=0x88888888 +legofdmbw20ul2gpo=0x88888888 +mcsbw202gpo=0x88888888 +mcsbw20ul2gpo=0x88888888 +mcsbw402gpo=0xaaaaaaaa + +mcs32po=0x5555 + +leg40dup2gpo=0x2 +legofdmbw205glpo=0x0 +legofdmbw20ul5glpo=0x0 +legofdmbw205gmpo=0x0 +legofdmbw20ul5gmpo=0x0 +legofdmbw205ghpo=0x0 +legofdmbw20ul5ghpo=0x0 +mcsbw205glpo=0x44444444 +mcsbw20ul5glpo=0x44444444 +mcsbw405glpo=0x44444444 +mcsbw205gmpo=0x44444444 +mcsbw20ul5gmpo=0x44444444 +mcsbw405gmpo=0x44444444 +mcsbw205ghpo=0x44444444 +mcsbw20ul5ghpo=0x44444444 +mcsbw405ghpo=0x44444444 +itt2ga0=0x20 +itt5ga0=0x3e +itt2ga1=0x20 +itt5ga1=0x3e +tempthresh=120 +otpimagesize=170 +usbepnum=0x2 +noisecaloffset=14 +noisecaloffset5g=14 +muxenab=0x10 + diff --git a/tf700t/proprietary/etc/nvram_murata.txt b/tf700t/proprietary/etc/nvram_murata.txt index a25dedc81..44fed85db 100644 --- a/tf700t/proprietary/etc/nvram_murata.txt +++ b/tf700t/proprietary/etc/nvram_murata.txt @@ -21,7 +21,6 @@ rssismf2g=0xa rssismc2g=0xb rssisav2g=0x3 bxa2g=0 -ccode=ALL cctl=0x0 cckdigfilttype=1 ofdmdigfilttype=1 @@ -32,4 +31,4 @@ boardnum=1 nocrc=1 otpimagesize=182 hwhdr=0x05ffff031030031003100000 -RAW1=80 32 fe 21 02 0c 00 22 2a 01 01 00 00 c5 0 e6 00 00 00 00 00 40 00 00 ff ff 80 00 00 00 00 00 00 00 00 00 00 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 20 04 D0 2 29 43 21 02 0c 00 22 04 00 20 00 5A= \ No newline at end of file +RAW1=80 32 fe 21 02 0c 00 22 2a 01 01 00 00 c5 0 e6 00 00 00 00 00 40 00 00 ff ff 80 00 00 00 00 00 00 00 00 00 00 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 20 04 D0 2 29 43 21 02 0c 00 22 04 00 20 00 5A= diff --git a/tf700t/proprietary/etc/nvram_nh665.txt b/tf700t/proprietary/etc/nvram_nh665.txt index 743fb3885..8a43138e2 100644 --- a/tf700t/proprietary/etc/nvram_nh665.txt +++ b/tf700t/proprietary/etc/nvram_nh665.txt @@ -16,7 +16,6 @@ boardnum=22 cckdigfilttype=20 #20~26 ag0=255 aa2g=3 -ccode=ALL #pa0b0=0x13e1 #pa0b1=0xfdab #pa0b2=0xff66 diff --git a/tf700t/proprietary/lib/egl/libEGL_perfhud.so b/tf700t/proprietary/lib/egl/libEGL_perfhud.so index f041940c1..9aefea991 100644 Binary files a/tf700t/proprietary/lib/egl/libEGL_perfhud.so and b/tf700t/proprietary/lib/egl/libEGL_perfhud.so differ diff --git a/tf700t/proprietary/lib/egl/libEGL_tegra.so b/tf700t/proprietary/lib/egl/libEGL_tegra.so index 18a9b60fc..b66c300d0 100644 Binary files a/tf700t/proprietary/lib/egl/libEGL_tegra.so and b/tf700t/proprietary/lib/egl/libEGL_tegra.so differ diff --git a/tf700t/proprietary/lib/egl/libEGL_tegra_impl.so b/tf700t/proprietary/lib/egl/libEGL_tegra_impl.so new file mode 100644 index 000000000..878f24383 Binary files /dev/null and b/tf700t/proprietary/lib/egl/libEGL_tegra_impl.so differ diff --git a/tf700t/proprietary/lib/egl/libGLES_android.so b/tf700t/proprietary/lib/egl/libGLES_android.so new file mode 100644 index 000000000..338d6ad20 Binary files /dev/null and b/tf700t/proprietary/lib/egl/libGLES_android.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv1_CM_perfhud.so b/tf700t/proprietary/lib/egl/libGLESv1_CM_perfhud.so index 24bd83316..6adb3081e 100644 Binary files a/tf700t/proprietary/lib/egl/libGLESv1_CM_perfhud.so and b/tf700t/proprietary/lib/egl/libGLESv1_CM_perfhud.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so b/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so index c7f691529..3eebc0f66 100644 Binary files a/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so and b/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so b/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so new file mode 100644 index 000000000..90694fada Binary files /dev/null and b/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv2_perfhud.so b/tf700t/proprietary/lib/egl/libGLESv2_perfhud.so index c0423a641..366c617c7 100644 Binary files a/tf700t/proprietary/lib/egl/libGLESv2_perfhud.so and b/tf700t/proprietary/lib/egl/libGLESv2_perfhud.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv2_tegra.so b/tf700t/proprietary/lib/egl/libGLESv2_tegra.so index 42408ac68..84d36f05f 100644 Binary files a/tf700t/proprietary/lib/egl/libGLESv2_tegra.so and b/tf700t/proprietary/lib/egl/libGLESv2_tegra.so differ diff --git a/tf700t/proprietary/lib/egl/libGLESv2_tegra_impl.so b/tf700t/proprietary/lib/egl/libGLESv2_tegra_impl.so new file mode 100644 index 000000000..574a76048 Binary files /dev/null and b/tf700t/proprietary/lib/egl/libGLESv2_tegra_impl.so differ diff --git a/tf700t/proprietary/lib/hw/audio.primary.tegra.so b/tf700t/proprietary/lib/hw/audio.primary.tegra.so index de9e09077..3fe67f0e5 100644 Binary files a/tf700t/proprietary/lib/hw/audio.primary.tegra.so and b/tf700t/proprietary/lib/hw/audio.primary.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/audio.usb.default.so b/tf700t/proprietary/lib/hw/audio.usb.default.so new file mode 100644 index 000000000..cb8c35679 Binary files /dev/null and b/tf700t/proprietary/lib/hw/audio.usb.default.so differ diff --git a/tf700t/proprietary/lib/hw/audio_policy.tegra.so b/tf700t/proprietary/lib/hw/audio_policy.tegra.so index 9fc718f10..62a9ae1ec 100644 Binary files a/tf700t/proprietary/lib/hw/audio_policy.tegra.so and b/tf700t/proprietary/lib/hw/audio_policy.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/camera.tegra.so b/tf700t/proprietary/lib/hw/camera.tegra.so index 702254b9e..b7a6b5ffb 100644 Binary files a/tf700t/proprietary/lib/hw/camera.tegra.so and b/tf700t/proprietary/lib/hw/camera.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/gps.tegra.so b/tf700t/proprietary/lib/hw/gps.tegra.so index 8898eaebe..97b6585d3 100644 Binary files a/tf700t/proprietary/lib/hw/gps.tegra.so and b/tf700t/proprietary/lib/hw/gps.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/gralloc.tegra.so b/tf700t/proprietary/lib/hw/gralloc.tegra.so index 2ab8bc881..58c09eff1 100644 Binary files a/tf700t/proprietary/lib/hw/gralloc.tegra.so and b/tf700t/proprietary/lib/hw/gralloc.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/hwcomposer.tegra.so b/tf700t/proprietary/lib/hw/hwcomposer.tegra.so index b93c52155..06f29c912 100644 Binary files a/tf700t/proprietary/lib/hw/hwcomposer.tegra.so and b/tf700t/proprietary/lib/hw/hwcomposer.tegra.so differ diff --git a/tf700t/proprietary/lib/hw/lights.cardhu.so b/tf700t/proprietary/lib/hw/lights.cardhu.so index b2f8f07fc..4d71732e3 100644 Binary files a/tf700t/proprietary/lib/hw/lights.cardhu.so and b/tf700t/proprietary/lib/hw/lights.cardhu.so differ diff --git a/tf700t/proprietary/lib/hw/power.cardhu.so b/tf700t/proprietary/lib/hw/power.cardhu.so new file mode 100644 index 000000000..e37bee17a Binary files /dev/null and b/tf700t/proprietary/lib/hw/power.cardhu.so differ diff --git a/tf700t/proprietary/lib/hw/sensors.cardhu.so b/tf700t/proprietary/lib/hw/sensors.cardhu.so index 66b41851d..022ea8f60 100644 Binary files a/tf700t/proprietary/lib/hw/sensors.cardhu.so and b/tf700t/proprietary/lib/hw/sensors.cardhu.so differ diff --git a/tf700t/proprietary/lib/hw/sensors_generic.cardhu.so b/tf700t/proprietary/lib/hw/sensors_generic.cardhu.so new file mode 100644 index 000000000..c629974f1 Binary files /dev/null and b/tf700t/proprietary/lib/hw/sensors_generic.cardhu.so differ diff --git a/tf700t/proprietary/lib/libardrv_dynamic.so b/tf700t/proprietary/lib/libardrv_dynamic.so index fb2c2b272..3e422dc68 100644 Binary files a/tf700t/proprietary/lib/libardrv_dynamic.so and b/tf700t/proprietary/lib/libardrv_dynamic.so differ diff --git a/tf700t/proprietary/lib/libasound.so b/tf700t/proprietary/lib/libasound.so index 5c64b25fa..5cd81a88c 100644 Binary files a/tf700t/proprietary/lib/libasound.so and b/tf700t/proprietary/lib/libasound.so differ diff --git a/tf700t/proprietary/lib/libaudioavp.so b/tf700t/proprietary/lib/libaudioavp.so new file mode 100644 index 000000000..a193cbba0 Binary files /dev/null and b/tf700t/proprietary/lib/libaudioavp.so differ diff --git a/tf700t/proprietary/lib/libcgdrv.so b/tf700t/proprietary/lib/libcgdrv.so index 7b33b2f1d..8feedcaac 100644 Binary files a/tf700t/proprietary/lib/libcgdrv.so and b/tf700t/proprietary/lib/libcgdrv.so differ diff --git a/tf700t/proprietary/lib/libeglstreamtexture.so b/tf700t/proprietary/lib/libeglstreamtexture.so deleted file mode 100644 index 8e86cf4ef..000000000 Binary files a/tf700t/proprietary/lib/libeglstreamtexture.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libmllite.so b/tf700t/proprietary/lib/libmllite.so index ecbc8bebc..48adb234a 100644 Binary files a/tf700t/proprietary/lib/libmllite.so and b/tf700t/proprietary/lib/libmllite.so differ diff --git a/tf700t/proprietary/lib/libmllite3050.so b/tf700t/proprietary/lib/libmllite3050.so new file mode 100644 index 000000000..6122c34af Binary files /dev/null and b/tf700t/proprietary/lib/libmllite3050.so differ diff --git a/tf700t/proprietary/lib/libmlplatform.so b/tf700t/proprietary/lib/libmlplatform.so index fff726174..a170ab827 100644 Binary files a/tf700t/proprietary/lib/libmlplatform.so and b/tf700t/proprietary/lib/libmlplatform.so differ diff --git a/tf700t/proprietary/lib/libmlplatform3050.so b/tf700t/proprietary/lib/libmlplatform3050.so new file mode 100644 index 000000000..b90493740 Binary files /dev/null and b/tf700t/proprietary/lib/libmlplatform3050.so differ diff --git a/tf700t/proprietary/lib/libmplmpu.so b/tf700t/proprietary/lib/libmplmpu.so index feff13250..c22a3f791 100644 Binary files a/tf700t/proprietary/lib/libmplmpu.so and b/tf700t/proprietary/lib/libmplmpu.so differ diff --git a/tf700t/proprietary/lib/libmplmpu3050.so b/tf700t/proprietary/lib/libmplmpu3050.so new file mode 100644 index 000000000..b8c215d4f Binary files /dev/null and b/tf700t/proprietary/lib/libmplmpu3050.so differ diff --git a/tf700t/proprietary/lib/libnvapputil.so b/tf700t/proprietary/lib/libnvapputil.so new file mode 100644 index 000000000..b7e97c9a7 Binary files /dev/null and b/tf700t/proprietary/lib/libnvapputil.so differ diff --git a/tf700t/proprietary/lib/libnvasfparserhal.so b/tf700t/proprietary/lib/libnvasfparserhal.so index 4f9f33afc..48bdd02bc 100644 Binary files a/tf700t/proprietary/lib/libnvasfparserhal.so and b/tf700t/proprietary/lib/libnvasfparserhal.so differ diff --git a/tf700t/proprietary/lib/libnvaudioservice.so b/tf700t/proprietary/lib/libnvaudioservice.so new file mode 100644 index 000000000..4a8734f6d Binary files /dev/null and b/tf700t/proprietary/lib/libnvaudioservice.so differ diff --git a/tf700t/proprietary/lib/libnvaviparserhal.so b/tf700t/proprietary/lib/libnvaviparserhal.so index b976d578e..b59e5fa51 100644 Binary files a/tf700t/proprietary/lib/libnvaviparserhal.so and b/tf700t/proprietary/lib/libnvaviparserhal.so differ diff --git a/tf700t/proprietary/lib/libnvavp.so b/tf700t/proprietary/lib/libnvavp.so index db3d48975..6bab8b952 100644 Binary files a/tf700t/proprietary/lib/libnvavp.so and b/tf700t/proprietary/lib/libnvavp.so differ diff --git a/tf700t/proprietary/lib/libnvcamerahdr.so b/tf700t/proprietary/lib/libnvcamerahdr.so new file mode 100644 index 000000000..516e25779 Binary files /dev/null and b/tf700t/proprietary/lib/libnvcamerahdr.so differ diff --git a/tf700t/proprietary/lib/libnvcap.so b/tf700t/proprietary/lib/libnvcap.so index c3e3a7cb3..e9a740f37 100644 Binary files a/tf700t/proprietary/lib/libnvcap.so and b/tf700t/proprietary/lib/libnvcap.so differ diff --git a/tf700t/proprietary/lib/libnvcap_video.so b/tf700t/proprietary/lib/libnvcap_video.so index 009dd1d9e..fab38cf15 100644 Binary files a/tf700t/proprietary/lib/libnvcap_video.so and b/tf700t/proprietary/lib/libnvcap_video.so differ diff --git a/tf700t/proprietary/lib/libnvcapclk.so b/tf700t/proprietary/lib/libnvcapclk.so index cb803c713..04cb81afe 100644 Binary files a/tf700t/proprietary/lib/libnvcapclk.so and b/tf700t/proprietary/lib/libnvcapclk.so differ diff --git a/tf700t/proprietary/lib/libnvcontrol_jni.so b/tf700t/proprietary/lib/libnvcontrol_jni.so index d65c9cbbd..0a52d7c5d 100644 Binary files a/tf700t/proprietary/lib/libnvcontrol_jni.so and b/tf700t/proprietary/lib/libnvcontrol_jni.so differ diff --git a/tf700t/proprietary/lib/libnvcpl.so b/tf700t/proprietary/lib/libnvcpl.so new file mode 100644 index 000000000..8362c5059 Binary files /dev/null and b/tf700t/proprietary/lib/libnvcpl.so differ diff --git a/tf700t/proprietary/lib/libnvcpud.so b/tf700t/proprietary/lib/libnvcpud.so deleted file mode 100644 index 88b3bf029..000000000 Binary files a/tf700t/proprietary/lib/libnvcpud.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libnvcpud_client.so b/tf700t/proprietary/lib/libnvcpud_client.so index 7f834ec13..853db44f0 100644 Binary files a/tf700t/proprietary/lib/libnvcpud_client.so and b/tf700t/proprietary/lib/libnvcpud_client.so differ diff --git a/tf700t/proprietary/lib/libnvddk_2d.so b/tf700t/proprietary/lib/libnvddk_2d.so index a6f36eae3..2a1d720ba 100644 Binary files a/tf700t/proprietary/lib/libnvddk_2d.so and b/tf700t/proprietary/lib/libnvddk_2d.so differ diff --git a/tf700t/proprietary/lib/libnvddk_2d_v2.so b/tf700t/proprietary/lib/libnvddk_2d_v2.so index 3189b9d8f..ec028c7b8 100644 Binary files a/tf700t/proprietary/lib/libnvddk_2d_v2.so and b/tf700t/proprietary/lib/libnvddk_2d_v2.so differ diff --git a/tf700t/proprietary/lib/libnvdispmgr_d.so b/tf700t/proprietary/lib/libnvdispmgr_d.so deleted file mode 100644 index 2b491ab07..000000000 Binary files a/tf700t/proprietary/lib/libnvdispmgr_d.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libnvglsi.so b/tf700t/proprietary/lib/libnvglsi.so new file mode 100644 index 000000000..48a845961 Binary files /dev/null and b/tf700t/proprietary/lib/libnvglsi.so differ diff --git a/tf700t/proprietary/lib/libnvhdmi3dplay_jni.so b/tf700t/proprietary/lib/libnvhdmi3dplay_jni.so index f21307670..6519a050f 100644 Binary files a/tf700t/proprietary/lib/libnvhdmi3dplay_jni.so and b/tf700t/proprietary/lib/libnvhdmi3dplay_jni.so differ diff --git a/tf700t/proprietary/lib/libnvmm.so b/tf700t/proprietary/lib/libnvmm.so index 6de3c889c..0ddce4ead 100644 Binary files a/tf700t/proprietary/lib/libnvmm.so and b/tf700t/proprietary/lib/libnvmm.so differ diff --git a/tf700t/proprietary/lib/libnvmm_asfparser.so b/tf700t/proprietary/lib/libnvmm_asfparser.so index a05d86bbf..8a9e5ef94 100644 Binary files a/tf700t/proprietary/lib/libnvmm_asfparser.so and b/tf700t/proprietary/lib/libnvmm_asfparser.so differ diff --git a/tf700t/proprietary/lib/libnvmm_audio.so b/tf700t/proprietary/lib/libnvmm_audio.so index 7d14f6227..fdd3aaffa 100644 Binary files a/tf700t/proprietary/lib/libnvmm_audio.so and b/tf700t/proprietary/lib/libnvmm_audio.so differ diff --git a/tf700t/proprietary/lib/libnvmm_aviparser.so b/tf700t/proprietary/lib/libnvmm_aviparser.so index ad4c64df0..b528a6979 100644 Binary files a/tf700t/proprietary/lib/libnvmm_aviparser.so and b/tf700t/proprietary/lib/libnvmm_aviparser.so differ diff --git a/tf700t/proprietary/lib/libnvmm_camera.so b/tf700t/proprietary/lib/libnvmm_camera.so index 8ea1ef116..ef8da25b3 100644 Binary files a/tf700t/proprietary/lib/libnvmm_camera.so and b/tf700t/proprietary/lib/libnvmm_camera.so differ diff --git a/tf700t/proprietary/lib/libnvmm_contentpipe.so b/tf700t/proprietary/lib/libnvmm_contentpipe.so index 86f735827..e22c75535 100644 Binary files a/tf700t/proprietary/lib/libnvmm_contentpipe.so and b/tf700t/proprietary/lib/libnvmm_contentpipe.so differ diff --git a/tf700t/proprietary/lib/libnvmm_image.so b/tf700t/proprietary/lib/libnvmm_image.so index 801816807..ceefb3026 100644 Binary files a/tf700t/proprietary/lib/libnvmm_image.so and b/tf700t/proprietary/lib/libnvmm_image.so differ diff --git a/tf700t/proprietary/lib/libnvmm_manager.so b/tf700t/proprietary/lib/libnvmm_manager.so index 81c47f139..a6fd5942f 100644 Binary files a/tf700t/proprietary/lib/libnvmm_manager.so and b/tf700t/proprietary/lib/libnvmm_manager.so differ diff --git a/tf700t/proprietary/lib/libnvmm_misc.so b/tf700t/proprietary/lib/libnvmm_misc.so deleted file mode 100644 index de067778b..000000000 Binary files a/tf700t/proprietary/lib/libnvmm_misc.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libnvmm_msaudio.so b/tf700t/proprietary/lib/libnvmm_msaudio.so index a0917349b..e17f12fcf 100644 Binary files a/tf700t/proprietary/lib/libnvmm_msaudio.so and b/tf700t/proprietary/lib/libnvmm_msaudio.so differ diff --git a/tf700t/proprietary/lib/libnvmm_parser.so b/tf700t/proprietary/lib/libnvmm_parser.so index 8a2066b99..808387d4c 100644 Binary files a/tf700t/proprietary/lib/libnvmm_parser.so and b/tf700t/proprietary/lib/libnvmm_parser.so differ diff --git a/tf700t/proprietary/lib/libnvmm_service.so b/tf700t/proprietary/lib/libnvmm_service.so index dc7e1e05a..6868a415d 100644 Binary files a/tf700t/proprietary/lib/libnvmm_service.so and b/tf700t/proprietary/lib/libnvmm_service.so differ diff --git a/tf700t/proprietary/lib/libnvmm_utils.so b/tf700t/proprietary/lib/libnvmm_utils.so index 7b070c95b..ee86e1c89 100644 Binary files a/tf700t/proprietary/lib/libnvmm_utils.so and b/tf700t/proprietary/lib/libnvmm_utils.so differ diff --git a/tf700t/proprietary/lib/libnvmm_vc1_video.so b/tf700t/proprietary/lib/libnvmm_vc1_video.so index 22750e8cf..c04a93b9f 100644 Binary files a/tf700t/proprietary/lib/libnvmm_vc1_video.so and b/tf700t/proprietary/lib/libnvmm_vc1_video.so differ diff --git a/tf700t/proprietary/lib/libnvmm_video.so b/tf700t/proprietary/lib/libnvmm_video.so index 6cb87f223..1d9eb269c 100644 Binary files a/tf700t/proprietary/lib/libnvmm_video.so and b/tf700t/proprietary/lib/libnvmm_video.so differ diff --git a/tf700t/proprietary/lib/libnvmm_writer.so b/tf700t/proprietary/lib/libnvmm_writer.so index 4e5e99cd9..84789881a 100644 Binary files a/tf700t/proprietary/lib/libnvmm_writer.so and b/tf700t/proprietary/lib/libnvmm_writer.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite.so b/tf700t/proprietary/lib/libnvmmlite.so index 90e1a8a00..4ee6c0730 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite.so and b/tf700t/proprietary/lib/libnvmmlite.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite_audio.so b/tf700t/proprietary/lib/libnvmmlite_audio.so index a44d1e9d4..0a7bea027 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite_audio.so and b/tf700t/proprietary/lib/libnvmmlite_audio.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite_image.so b/tf700t/proprietary/lib/libnvmmlite_image.so index 56d1432e1..ad33dc1f2 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite_image.so and b/tf700t/proprietary/lib/libnvmmlite_image.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite_msaudio.so b/tf700t/proprietary/lib/libnvmmlite_msaudio.so index 74a7dce6b..2c628c69a 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite_msaudio.so and b/tf700t/proprietary/lib/libnvmmlite_msaudio.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite_utils.so b/tf700t/proprietary/lib/libnvmmlite_utils.so index 7b3cf4b74..33295c15c 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite_utils.so and b/tf700t/proprietary/lib/libnvmmlite_utils.so differ diff --git a/tf700t/proprietary/lib/libnvmmlite_video.so b/tf700t/proprietary/lib/libnvmmlite_video.so index fff93b29e..4100dbf1d 100644 Binary files a/tf700t/proprietary/lib/libnvmmlite_video.so and b/tf700t/proprietary/lib/libnvmmlite_video.so differ diff --git a/tf700t/proprietary/lib/libnvodm_dtvtuner.so b/tf700t/proprietary/lib/libnvodm_dtvtuner.so index e7621d031..40dcc0e28 100644 Binary files a/tf700t/proprietary/lib/libnvodm_dtvtuner.so and b/tf700t/proprietary/lib/libnvodm_dtvtuner.so differ diff --git a/tf700t/proprietary/lib/libnvodm_hdmi.so b/tf700t/proprietary/lib/libnvodm_hdmi.so index fd98eead4..7ffd48d35 100644 Binary files a/tf700t/proprietary/lib/libnvodm_hdmi.so and b/tf700t/proprietary/lib/libnvodm_hdmi.so differ diff --git a/tf700t/proprietary/lib/libnvodm_imager.so b/tf700t/proprietary/lib/libnvodm_imager.so index 4b2548313..7fc8a3988 100644 Binary files a/tf700t/proprietary/lib/libnvodm_imager.so and b/tf700t/proprietary/lib/libnvodm_imager.so differ diff --git a/tf700t/proprietary/lib/libnvodm_misc.so b/tf700t/proprietary/lib/libnvodm_misc.so index 9434bc350..fa0138874 100644 Binary files a/tf700t/proprietary/lib/libnvodm_misc.so and b/tf700t/proprietary/lib/libnvodm_misc.so differ diff --git a/tf700t/proprietary/lib/libnvodm_query.so b/tf700t/proprietary/lib/libnvodm_query.so index adf416eec..f0d7045bb 100644 Binary files a/tf700t/proprietary/lib/libnvodm_query.so and b/tf700t/proprietary/lib/libnvodm_query.so differ diff --git a/tf700t/proprietary/lib/libnvomx.so b/tf700t/proprietary/lib/libnvomx.so index 24dfa7140..3a094ab43 100644 Binary files a/tf700t/proprietary/lib/libnvomx.so and b/tf700t/proprietary/lib/libnvomx.so differ diff --git a/tf700t/proprietary/lib/libnvomxadaptor.so b/tf700t/proprietary/lib/libnvomxadaptor.so index 817adddbe..42b55bccb 100644 Binary files a/tf700t/proprietary/lib/libnvomxadaptor.so and b/tf700t/proprietary/lib/libnvomxadaptor.so differ diff --git a/tf700t/proprietary/lib/libnvomxilclient.so b/tf700t/proprietary/lib/libnvomxilclient.so index d6414795d..99310b53b 100644 Binary files a/tf700t/proprietary/lib/libnvomxilclient.so and b/tf700t/proprietary/lib/libnvomxilclient.so differ diff --git a/tf700t/proprietary/lib/libnvos.so b/tf700t/proprietary/lib/libnvos.so index 7e916c7ec..a45cadc01 100644 Binary files a/tf700t/proprietary/lib/libnvos.so and b/tf700t/proprietary/lib/libnvos.so differ diff --git a/tf700t/proprietary/lib/libnvparser.so b/tf700t/proprietary/lib/libnvparser.so index f54068688..4bef49d78 100644 Binary files a/tf700t/proprietary/lib/libnvparser.so and b/tf700t/proprietary/lib/libnvparser.so differ diff --git a/tf700t/proprietary/lib/libnvrm.so b/tf700t/proprietary/lib/libnvrm.so index c123e2ca2..b189be8a3 100644 Binary files a/tf700t/proprietary/lib/libnvrm.so and b/tf700t/proprietary/lib/libnvrm.so differ diff --git a/tf700t/proprietary/lib/libnvrm_graphics.so b/tf700t/proprietary/lib/libnvrm_graphics.so index 47a777bf2..1e1c0f1ef 100644 Binary files a/tf700t/proprietary/lib/libnvrm_graphics.so and b/tf700t/proprietary/lib/libnvrm_graphics.so differ diff --git a/tf700t/proprietary/lib/libnvsm.so b/tf700t/proprietary/lib/libnvsm.so index 8c72433b9..1b355ae9b 100644 Binary files a/tf700t/proprietary/lib/libnvsm.so and b/tf700t/proprietary/lib/libnvsm.so differ diff --git a/tf700t/proprietary/lib/libnvstereoutils_jni.so b/tf700t/proprietary/lib/libnvstereoutils_jni.so deleted file mode 100644 index 704611713..000000000 Binary files a/tf700t/proprietary/lib/libnvstereoutils_jni.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libnvstitching.so b/tf700t/proprietary/lib/libnvstitching.so new file mode 100644 index 000000000..5c1d8390d Binary files /dev/null and b/tf700t/proprietary/lib/libnvstitching.so differ diff --git a/tf700t/proprietary/lib/libnvsystemuiext_jni.so b/tf700t/proprietary/lib/libnvsystemuiext_jni.so deleted file mode 100644 index 3041e1724..000000000 Binary files a/tf700t/proprietary/lib/libnvsystemuiext_jni.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libnvtestio.so b/tf700t/proprietary/lib/libnvtestio.so index 97fc8b4b9..08a248fbf 100644 Binary files a/tf700t/proprietary/lib/libnvtestio.so and b/tf700t/proprietary/lib/libnvtestio.so differ diff --git a/tf700t/proprietary/lib/libnvtestresults.so b/tf700t/proprietary/lib/libnvtestresults.so index e815e6b01..f33b75014 100644 Binary files a/tf700t/proprietary/lib/libnvtestresults.so and b/tf700t/proprietary/lib/libnvtestresults.so differ diff --git a/tf700t/proprietary/lib/libnvtvmr.so b/tf700t/proprietary/lib/libnvtvmr.so index 3b87e36cb..d7acec8a5 100644 Binary files a/tf700t/proprietary/lib/libnvtvmr.so and b/tf700t/proprietary/lib/libnvtvmr.so differ diff --git a/tf700t/proprietary/lib/libnvwinsys.so b/tf700t/proprietary/lib/libnvwinsys.so index 1e5b42bcf..3b106c655 100644 Binary files a/tf700t/proprietary/lib/libnvwinsys.so and b/tf700t/proprietary/lib/libnvwinsys.so differ diff --git a/tf700t/proprietary/lib/libnvwsi.so b/tf700t/proprietary/lib/libnvwsi.so index bb8271867..4d8610e46 100644 Binary files a/tf700t/proprietary/lib/libnvwsi.so and b/tf700t/proprietary/lib/libnvwsi.so differ diff --git a/tf700t/proprietary/lib/libopencv24_tegra.so b/tf700t/proprietary/lib/libopencv24_tegra.so new file mode 100644 index 000000000..41b6f27c9 Binary files /dev/null and b/tf700t/proprietary/lib/libopencv24_tegra.so differ diff --git a/tf700t/proprietary/lib/libqcom-ril.so b/tf700t/proprietary/lib/libqcom-ril.so deleted file mode 100644 index cd781b313..000000000 Binary files a/tf700t/proprietary/lib/libqcom-ril.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libsensors.al3010.so b/tf700t/proprietary/lib/libsensors.al3010.so index 71c282bf9..49d81e698 100644 Binary files a/tf700t/proprietary/lib/libsensors.al3010.so and b/tf700t/proprietary/lib/libsensors.al3010.so differ diff --git a/tf700t/proprietary/lib/libsensors.base.so b/tf700t/proprietary/lib/libsensors.base.so index 56983b395..74cf4f022 100644 Binary files a/tf700t/proprietary/lib/libsensors.base.so and b/tf700t/proprietary/lib/libsensors.base.so differ diff --git a/tf700t/proprietary/lib/libsensors.isl29018.so b/tf700t/proprietary/lib/libsensors.isl29018.so index 54140638c..55d9a6e93 100644 Binary files a/tf700t/proprietary/lib/libsensors.isl29018.so and b/tf700t/proprietary/lib/libsensors.isl29018.so differ diff --git a/tf700t/proprietary/lib/libsensors.isl29028.so b/tf700t/proprietary/lib/libsensors.isl29028.so index 10ecdba0a..394fb63e8 100644 Binary files a/tf700t/proprietary/lib/libsensors.isl29028.so and b/tf700t/proprietary/lib/libsensors.isl29028.so differ diff --git a/tf700t/proprietary/lib/libsensors.ltr558als.so b/tf700t/proprietary/lib/libsensors.ltr558als.so new file mode 100644 index 000000000..a317a0e0b Binary files /dev/null and b/tf700t/proprietary/lib/libsensors.ltr558als.so differ diff --git a/tf700t/proprietary/lib/libsensors.mpl.so b/tf700t/proprietary/lib/libsensors.mpl.so deleted file mode 100644 index 632e8431e..000000000 Binary files a/tf700t/proprietary/lib/libsensors.mpl.so and /dev/null differ diff --git a/tf700t/proprietary/lib/libsensors.mpl3050.so b/tf700t/proprietary/lib/libsensors.mpl3050.so new file mode 100644 index 000000000..abca32775 Binary files /dev/null and b/tf700t/proprietary/lib/libsensors.mpl3050.so differ diff --git a/tf700t/proprietary/lib/libsrsprocessing.so b/tf700t/proprietary/lib/libsrsprocessing.so new file mode 100644 index 000000000..e71119188 Binary files /dev/null and b/tf700t/proprietary/lib/libsrsprocessing.so differ diff --git a/tf700t/proprietary/lib/libstagefrighthw.so b/tf700t/proprietary/lib/libstagefrighthw.so index abe4d409a..282d60ac4 100644 Binary files a/tf700t/proprietary/lib/libstagefrighthw.so and b/tf700t/proprietary/lib/libstagefrighthw.so differ diff --git a/tf700t/proprietary/lib/libtbb.so b/tf700t/proprietary/lib/libtbb.so new file mode 100644 index 000000000..0e706655b Binary files /dev/null and b/tf700t/proprietary/lib/libtbb.so differ diff --git a/tf700t/proprietary/lib/libtinyalsa.so b/tf700t/proprietary/lib/libtinyalsa.so new file mode 100644 index 000000000..74de38d8b Binary files /dev/null and b/tf700t/proprietary/lib/libtinyalsa.so differ diff --git a/tf700t/proprietary/lib/libtjpg.so b/tf700t/proprietary/lib/libtjpg.so new file mode 100644 index 000000000..f90a50e68 Binary files /dev/null and b/tf700t/proprietary/lib/libtjpg.so differ diff --git a/tf700t/proprietary/lib/omxplayer.so b/tf700t/proprietary/lib/omxplayer.so deleted file mode 100644 index 3294b8095..000000000 Binary files a/tf700t/proprietary/lib/omxplayer.so and /dev/null differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin b/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin deleted file mode 100644 index bdecd2507..000000000 Binary files a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin and /dev/null differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin b/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin deleted file mode 100644 index 939243e7f..000000000 Binary files a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin and /dev/null differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_p2p.bin b/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_p2p.bin deleted file mode 100644 index 4df73d7e4..000000000 Binary files a/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_p2p.bin and /dev/null differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin index 09bbe12ca..d9e2f8863 100644 Binary files a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin and b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin index 09bbe12ca..ca6000b63 100644 Binary files a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin and b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_b1.bin b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_b1.bin deleted file mode 100644 index 4a24fa776..000000000 Binary files a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_b1.bin and /dev/null differ diff --git a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin index fa47b0682..d9e2f8863 100644 Binary files a/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin and b/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin differ diff --git a/tf700t/proprietary/vendor/firmware/fw_bcm4329_apsta.bin b/tf700t/proprietary/vendor/firmware/fw_bcm4329_apsta.bin deleted file mode 100644 index a495f2033..000000000 Binary files a/tf700t/proprietary/vendor/firmware/fw_bcm4329_apsta.bin and /dev/null differ diff --git a/tf700t/tf700t-vendor-blobs.mk b/tf700t/tf700t-vendor-blobs.mk index 5def7d3ce..b580db715 100644 --- a/tf700t/tf700t-vendor-blobs.mk +++ b/tf700t/tf700t-vendor-blobs.mk @@ -22,72 +22,70 @@ # vendor/asus/tf700t/proprietary/lib/libseccameraadaptor.so:obj/lib/libseccameraadaptor.so PRODUCT_COPY_FILES += \ - vendor/asus/tf700t/proprietary/bin/brcm_patchram_plus:system/bin/brcm_patchram_plus \ + vendor/asus/tf700t/proprietary/bin/bdaddrwriter:system/bin/bdaddrwriter \ vendor/asus/tf700t/proprietary/bin/glgps:system/bin/glgps \ + vendor/asus/tf700t/proprietary/bin/pppd_btdun:system/bin/pppd_btdun \ vendor/asus/tf700t/proprietary/bin/rild:system/bin/rild \ + vendor/asus/tf700t/proprietary/bin/rm_ts_server:system/bin/rm_ts_server \ vendor/asus/tf700t/proprietary/bin/sensors-config:system/bin/sensors-config \ + vendor/asus/tf700t/proprietary/bin/tf_daemon:system/bin/tf_daemon \ vendor/asus/tf700t/proprietary/bin/touch_fw_update:system/bin/touch_fw_update \ - vendor/asus/tf700t/proprietary/bin/wifimacwriter:system/bin/wifimacwriter \ - vendor/asus/tf700t/proprietary/etc/nvram_4329.txt:system/etc/nvram_4329.txt \ + vendor/asus/tf700t/proprietary/etc/asound.conf:system/etc/asound.conf \ + vendor/asus/tf700t/proprietary/etc/dbus.conf:system/etc/dbus.conf \ + vendor/asus/tf700t/proprietary/etc/enctune.conf:system/etc/enctune.conf \ + vendor/asus/tf700t/proprietary/etc/model_frontal.xml:system/etc/model_frontal.xml \ + vendor/asus/tf700t/proprietary/etc/nvaudio_conf_RT5631.xml:system/etc/nvaudio_conf_RT5631.xml \ + vendor/asus/tf700t/proprietary/etc/nvaudio_conf_RT5642.xml:system/etc/nvaudio_conf_RT5642.xml \ + vendor/asus/tf700t/proprietary/etc/nvaudio_conf_WM8903.xml:system/etc/nvaudio_conf_WM8903.xml \ + vendor/asus/tf700t/proprietary/etc/nvcamera.conf:system/etc/nvcamera.conf \ vendor/asus/tf700t/proprietary/etc/nvram_4330.txt:system/etc/nvram_4330.txt \ + vendor/asus/tf700t/proprietary/etc/nvram_ah691.txt:system/etc/nvram_ah691.txt \ vendor/asus/tf700t/proprietary/etc/nvram_murata.txt:system/etc/nvram_murata.txt \ - vendor/asus/tf700t/proprietary/etc/nvram_nh615.txt:system/etc/nvram_nh615.txt \ - vendor/asus/tf700t/proprietary/etc/nvram_nh660.txt:system/etc/nvram_nh660.txt \ vendor/asus/tf700t/proprietary/etc/nvram_nh665.txt:system/etc/nvram_nh665.txt \ - vendor/asus/tf700t/proprietary/etc/nvram_nh669.txt:system/etc/nvram_nh669.txt \ - vendor/asus/tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd:system/etc/firmware/BCM4329B1_002.002.023.0797.0863.hcd \ - vendor/asus/tf700t/proprietary/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd:system/etc/firmware/BCM4329B1_002.002.023.0797.0879.hcd \ vendor/asus/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd:system/etc/firmware/BCM4330B1_002.001.003.0379.0390.hcd \ vendor/asus/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd:system/etc/firmware/BCM4330B1_002.001.003.0609.0636.hcd \ - vendor/asus/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0750.0820.hcd:system/etc/firmware/BCM4330B1_002.001.003.0750.0820.hcd \ - vendor/asus/tf700t/proprietary/etc/firmware/bcm4329.hcd:system/etc/firmware/bcm4329.hcd \ + vendor/asus/tf700t/proprietary/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd:system/etc/firmware/BCM4330B1_002.001.003.0967.0970.hcd \ vendor/asus/tf700t/proprietary/etc/firmware/bcm4330.hcd:system/etc/firmware/bcm4330.hcd \ + vendor/asus/tf700t/proprietary/etc/firmware/nvavp_aud_ucode.bin:system/etc/firmware/nvavp_aud_ucode.bin \ vendor/asus/tf700t/proprietary/etc/firmware/nvavp_os_0ff00000.bin:system/etc/firmware/nvavp_os_0ff00000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvavp_os_00001000.bin:system/etc/firmware/nvavp_os_00001000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvavp_os_e0000000.bin:system/etc/firmware/nvavp_os_e0000000.bin \ vendor/asus/tf700t/proprietary/etc/firmware/nvavp_os_eff00000.bin:system/etc/firmware/nvavp_os_eff00000.bin \ vendor/asus/tf700t/proprietary/etc/firmware/nvavp_vid_ucode_alt.bin:system/etc/firmware/nvavp_vid_ucode_alt.bin \ vendor/asus/tf700t/proprietary/etc/firmware/nvavp_vid_ucode.bin:system/etc/firmware/nvavp_vid_ucode.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_aacdec.axf:system/etc/firmware/nvmm_aacdec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_adtsdec.axf:system/etc/firmware/nvmm_adtsdec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_h264dec2x.axf:system/etc/firmware/nvmm_h264dec2x.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_h264dec.axf:system/etc/firmware/nvmm_h264dec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_jpegdec.axf:system/etc/firmware/nvmm_jpegdec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_jpegenc.axf:system/etc/firmware/nvmm_jpegenc.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_manager.axf:system/etc/firmware/nvmm_manager.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_mp3dec.axf:system/etc/firmware/nvmm_mp3dec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_mpeg2dec.axf:system/etc/firmware/nvmm_mpeg2dec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_mpeg4dec.axf:system/etc/firmware/nvmm_mpeg4dec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_reference.axf:system/etc/firmware/nvmm_reference.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_service.axf:system/etc/firmware/nvmm_service.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_sorensondec.axf:system/etc/firmware/nvmm_sorensondec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_vc1dec_2x.axf:system/etc/firmware/nvmm_vc1dec_2x.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_vc1dec.axf:system/etc/firmware/nvmm_vc1dec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_wavdec.axf:system/etc/firmware/nvmm_wavdec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_wmadec.axf:system/etc/firmware/nvmm_wmadec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvmm_wmaprodec.axf:system/etc/firmware/nvmm_wmaprodec.axf \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_00001000.bin:system/etc/firmware/nvrm_avp_00001000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_0ff00000.bin:system/etc/firmware/nvrm_avp_0ff00000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_8e000000.bin:system/etc/firmware/nvrm_avp_8e000000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_9e000000.bin:system/etc/firmware/nvrm_avp_9e000000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_be000000.bin:system/etc/firmware/nvrm_avp_be000000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_e0000000.bin:system/etc/firmware/nvrm_avp_e0000000.bin \ - vendor/asus/tf700t/proprietary/etc/firmware/nvrm_avp_eff00000.bin:system/etc/firmware/nvrm_avp_eff00000.bin \ + vendor/asus/tf700t/proprietary/etc/firmware/camera/04-RS_M6Mo.bin:system/etc/firmware/camera/04-RS_M6Mo.bin \ + vendor/asus/tf700t/proprietary/etc/firmware/EC/DOCK-EC21N-0105.rom:system/etc/firmware/EC/DOCK-EC21N-0105.rom \ + vendor/asus/tf700t/proprietary/etc/firmware/EC/FU-d.cfg:system/etc/firmware/EC/FU-d.cfg \ + vendor/asus/tf700t/proprietary/etc/firmware/EC/OPEN-PAD-0216.rom:system/etc/firmware/EC/OPEN-PAD-0216.rom \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/02-3011-4820.ekt:system/etc/firmware/touch/02-3011-4820.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/03-3011-4820.ekt:system/etc/firmware/touch/03-3011-4820.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/04-3021-7053.ekt:system/etc/firmware/touch/04-3021-7053.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/07-00-0009.ekt:system/etc/firmware/touch/07-00-0009.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/07-01-0006.ekt:system/etc/firmware/touch/07-01-0006.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/07-02-0004.ekt:system/etc/firmware/touch/07-02-0004.ekt \ + vendor/asus/tf700t/proprietary/etc/firmware/touch/last_page.ekt:system/etc/firmware/touch/last_page.ekt \ vendor/asus/tf700t/proprietary/etc/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ - vendor/asus/tf700t/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ - vendor/asus/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ - vendor/asus/tf700t/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ vendor/asus/tf700t/proprietary/lib/egl/libEGL_perfhud.so:system/lib/egl/libEGL_perfhud.so \ + vendor/asus/tf700t/proprietary/lib/egl/libEGL_tegra_impl.so:system/lib/egl/libEGL_tegra_impl.so \ + vendor/asus/tf700t/proprietary/lib/egl/libEGL_tegra.so:system/lib/egl/libEGL_tegra.so \ + vendor/asus/tf700t/proprietary/lib/egl/libGLES_android.so:system/lib/egl/libGLES_android.so \ vendor/asus/tf700t/proprietary/lib/egl/libGLESv1_CM_perfhud.so:system/lib/egl/libGLESv1_CM_perfhud.so \ + vendor/asus/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra_impl.so:system/lib/egl/libGLESv1_CM_tegra_impl.so \ + vendor/asus/tf700t/proprietary/lib/egl/libGLESv1_CM_tegra.so:system/lib/egl/libGLESv1_CM_tegra.so \ vendor/asus/tf700t/proprietary/lib/egl/libGLESv2_perfhud.so:system/lib/egl/libGLESv2_perfhud.so \ - vendor/asus/tf700t/proprietary/lib/hw/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so \ + vendor/asus/tf700t/proprietary/lib/egl/libGLESv2_tegra_impl.so:system/lib/egl/libGLESv2_tegra_impl.so \ + vendor/asus/tf700t/proprietary/lib/egl/libGLESv2_tegra.so:system/lib/egl/libGLESv2_tegra.so \ vendor/asus/tf700t/proprietary/lib/hw/audio.primary.tegra.so:system/lib/hw/audio.primary.tegra.so \ + vendor/asus/tf700t/proprietary/lib/hw/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so \ + vendor/asus/tf700t/proprietary/lib/hw/audio.usb.default.so:system/lib/hw/audio.usb.default.so \ vendor/asus/tf700t/proprietary/lib/hw/camera.tegra.so:system/lib/hw/camera.tegra.so \ vendor/asus/tf700t/proprietary/lib/hw/gps.tegra.so:system/lib/hw/gps.tegra.so \ vendor/asus/tf700t/proprietary/lib/hw/gralloc.tegra.so:system/lib/hw/gralloc.tegra.so \ vendor/asus/tf700t/proprietary/lib/hw/hwcomposer.tegra.so:system/lib/hw/hwcomposer.tegra.so \ vendor/asus/tf700t/proprietary/lib/hw/lights.cardhu.so:system/lib/hw/lights.cardhu.so \ + vendor/asus/tf700t/proprietary/lib/hw/power.cardhu.so:system/lib/hw/power.cardhu.so \ vendor/asus/tf700t/proprietary/lib/hw/sensors.cardhu.so:system/lib/hw/sensors.cardhu.so \ + vendor/asus/tf700t/proprietary/lib/hw/sensors_generic.cardhu.so:system/lib/hw/sensors_generic.cardhu.so \ + vendor/asus/tf700t/proprietary/lib/libasound.so:system/lib/libasound.so \ + vendor/asus/tf700t/proprietary/lib/libaudioavp.so:system/lib/libaudioavp.so \ vendor/asus/tf700t/proprietary/lib/libami.so:system/lib/libami.so \ vendor/asus/tf700t/proprietary/lib/libami_sensor_mw.so:system/lib/libami_sensor_mw.so \ vendor/asus/tf700t/proprietary/lib/libardrv_dynamic.so:system/lib/libardrv_dynamic.so \ @@ -95,15 +93,25 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf700t/proprietary/lib/libmllite.so:system/lib/libmllite.so \ vendor/asus/tf700t/proprietary/lib/libmlplatform.so:system/lib/libmlplatform.so \ vendor/asus/tf700t/proprietary/lib/libmplmpu.so:system/lib/libmplmpu.so \ + vendor/asus/tf700t/proprietary/lib/libsensors.mpl3050.so:system/lib/libsensors.mpl3050.so \ + vendor/asus/tf700t/proprietary/lib/libmllite3050.so:system/lib/libmllite3050.so \ + vendor/asus/tf700t/proprietary/lib/libmlplatform3050.so:system/lib/libmlplatform3050.so \ + vendor/asus/tf700t/proprietary/lib/libmplmpu3050.so:system/lib/libmplmpu3050.so \ + vendor/asus/tf700t/proprietary/lib/libnvapputil.so:system/lib/libnvapputil.so \ vendor/asus/tf700t/proprietary/lib/libnvasfparserhal.so:system/lib/libnvasfparserhal.so \ + vendor/asus/tf700t/proprietary/lib/libnvaudioservice.so:system/lib/libnvaudioservice.so \ vendor/asus/tf700t/proprietary/lib/libnvaviparserhal.so:system/lib/libnvaviparserhal.so \ vendor/asus/tf700t/proprietary/lib/libnvavp.so:system/lib/libnvavp.so \ + vendor/asus/tf700t/proprietary/lib/libnvcamerahdr.so:system/lib/libnvcamerahdr.so \ + vendor/asus/tf700t/proprietary/lib/libnvcapclk.so:system/lib/libnvcapclk.so \ + vendor/asus/tf700t/proprietary/lib/libnvcap.so:system/lib/libnvcap.so \ + vendor/asus/tf700t/proprietary/lib/libnvcap_video.so:system/lib/libnvcap_video.so \ vendor/asus/tf700t/proprietary/lib/libnvcontrol_jni.so:system/lib/libnvcontrol_jni.so \ + vendor/asus/tf700t/proprietary/lib/libnvcpl.so:system/lib/libnvcpl.so \ vendor/asus/tf700t/proprietary/lib/libnvcpud_client.so:system/lib/libnvcpud_client.so \ - vendor/asus/tf700t/proprietary/lib/libnvcpud.so:system/lib/libnvcpud.so \ vendor/asus/tf700t/proprietary/lib/libnvddk_2d.so:system/lib/libnvddk_2d.so \ vendor/asus/tf700t/proprietary/lib/libnvddk_2d_v2.so:system/lib/libnvddk_2d_v2.so \ - vendor/asus/tf700t/proprietary/lib/libnvdispmgr_d.so:system/lib/libnvdispmgr_d.so \ + vendor/asus/tf700t/proprietary/lib/libnvglsi.so:system/lib/libnvglsi.so \ vendor/asus/tf700t/proprietary/lib/libnvhdmi3dplay_jni.so:system/lib/libnvhdmi3dplay_jni.so \ vendor/asus/tf700t/proprietary/lib/libnvmm_asfparser.so:system/lib/libnvmm_asfparser.so \ vendor/asus/tf700t/proprietary/lib/libnvmm_audio.so:system/lib/libnvmm_audio.so \ @@ -113,11 +121,12 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf700t/proprietary/lib/libnvmm_image.so:system/lib/libnvmm_image.so \ vendor/asus/tf700t/proprietary/lib/libnvmmlite_audio.so:system/lib/libnvmmlite_audio.so \ vendor/asus/tf700t/proprietary/lib/libnvmmlite_image.so:system/lib/libnvmmlite_image.so \ + vendor/asus/tf700t/proprietary/lib/libnvmmlite_msaudio.so:system/lib/libnvmmlite_msaudio.so \ vendor/asus/tf700t/proprietary/lib/libnvmmlite.so:system/lib/libnvmmlite.so \ vendor/asus/tf700t/proprietary/lib/libnvmmlite_utils.so:system/lib/libnvmmlite_utils.so \ vendor/asus/tf700t/proprietary/lib/libnvmmlite_video.so:system/lib/libnvmmlite_video.so \ vendor/asus/tf700t/proprietary/lib/libnvmm_manager.so:system/lib/libnvmm_manager.so \ - vendor/asus/tf700t/proprietary/lib/libnvmm_misc.so:system/lib/libnvmm_misc.so \ + vendor/asus/tf700t/proprietary/lib/libnvmm_msaudio.so:system/lib/libnvmm_msaudio.so \ vendor/asus/tf700t/proprietary/lib/libnvmm_parser.so:system/lib/libnvmm_parser.so \ vendor/asus/tf700t/proprietary/lib/libnvmm_service.so:system/lib/libnvmm_service.so \ vendor/asus/tf700t/proprietary/lib/libnvmm.so:system/lib/libnvmm.so \ @@ -138,26 +147,40 @@ PRODUCT_COPY_FILES += \ vendor/asus/tf700t/proprietary/lib/libnvrm_graphics.so:system/lib/libnvrm_graphics.so \ vendor/asus/tf700t/proprietary/lib/libnvrm.so:system/lib/libnvrm.so \ vendor/asus/tf700t/proprietary/lib/libnvsm.so:system/lib/libnvsm.so \ - vendor/asus/tf700t/proprietary/lib/libnvstereoutils_jni.so:system/lib/libnvstereoutils_jni.so \ - vendor/asus/tf700t/proprietary/lib/libnvsystemuiext_jni.so:system/lib/libnvsystemuiext_jni.so \ + vendor/asus/tf700t/proprietary/lib/libnvstitching.so:system/lib/libnvstitching.so \ vendor/asus/tf700t/proprietary/lib/libnvtestio.so:system/lib/libnvtestio.so \ vendor/asus/tf700t/proprietary/lib/libnvtestresults.so:system/lib/libnvtestresults.so \ vendor/asus/tf700t/proprietary/lib/libnvtvmr.so:system/lib/libnvtvmr.so \ vendor/asus/tf700t/proprietary/lib/libnvwinsys.so:system/lib/libnvwinsys.so \ vendor/asus/tf700t/proprietary/lib/libnvwsi.so:system/lib/libnvwsi.so \ - vendor/asus/tf700t/proprietary/lib/libqcom-ril.so:system/lib/libqcom-ril.so \ + vendor/asus/tf700t/proprietary/lib/libopencv24_tegra.so:system/lib/libopencv24_tegra.so \ vendor/asus/tf700t/proprietary/lib/libstagefrighthw.so:system/lib/libstagefrighthw.so \ vendor/asus/tf700t/proprietary/lib/libsensors.al3010.so:system/lib/libsensors.al3010.so \ - vendor/asus/tf700t/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ vendor/asus/tf700t/proprietary/lib/libsensors.base.so:system/lib/libsensors.base.so \ + vendor/asus/tf700t/proprietary/lib/libsensors.isl29018.so:system/lib/libsensors.isl29018.so \ vendor/asus/tf700t/proprietary/lib/libsensors.isl29028.so:system/lib/libsensors.isl29028.so \ - vendor/asus/tf700t/proprietary/lib/libsensors.mpl.so:system/lib/libsensors.mpl.so \ - vendor/asus/tf700t/proprietary/vendor/firmware/fw_bcm4329_apsta.bin:system/vendor/firmware/fw_bcm4329_apsta.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/fw_bcm4329.bin:system/vendor/firmware/fw_bcm4329.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd.bin:system/vendor/firmware/bcm4329/fw_bcmdhd.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4329/fw_bcmdhd_apsta.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/bcm4329/fw_bcmdhd_p2p.bin:system/vendor/firmware/bcm4329/fw_bcmdhd_p2p.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin:system/vendor/firmware/bcm4330/fw_bcmdhd.bin \ - vendor/asus/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_b1.bin:system/vendor/firmware/bcm4330/fw_bcmdhd_b1.bin \ + vendor/asus/tf700t/proprietary/lib/libsensors.ltr558als.so:system/lib/libsensors.ltr558als.so \ + vendor/asus/tf700t/proprietary/lib/libsrsprocessing.so:system/lib/libsrsprocessing.so \ + vendor/asus/tf700t/proprietary/lib/libtbb.so:system/lib/libtbb.so \ + vendor/asus/tf700t/proprietary/lib/libtinyalsa.so:system/lib/libtinyalsa.so \ + vendor/asus/tf700t/proprietary/lib/libtjpg.so:system/lib/libtjpg.so \ + vendor/asus/tf700t/proprietary/usr/share/alsa/alsa.conf:system/usr/share/alsa/alsa.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/cards/aliases.conf:system/usr/share/alsa/cards/aliases.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/center_lfe.conf:system/usr/share/alsa/pcm/center_lfe.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/default.conf:system/usr/share/alsa/pcm/default.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/dmix.conf:system/usr/share/alsa/pcm/dmix.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/dpl.conf:system/usr/share/alsa/pcm/dpl.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/dsnoop.conf:system/usr/share/alsa/pcm/dsnoop.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/front.conf:system/usr/share/alsa/pcm/front.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/iec958.conf:system/usr/share/alsa/pcm/iec958.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/modem.conf:system/usr/share/alsa/pcm/modem.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/rear.conf:system/usr/share/alsa/pcm/rear.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/side.conf:system/usr/share/alsa/pcm/side.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/surround40.conf:system/usr/share/alsa/pcm/surround40.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/surround41.conf:system/usr/share/alsa/pcm/surround41.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/surround50.conf:system/usr/share/alsa/pcm/surround50.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/surround51.conf:system/usr/share/alsa/pcm/surround51.conf \ + vendor/asus/tf700t/proprietary/usr/share/alsa/pcm/surround71.conf:system/usr/share/alsa/pcm/surround71.conf \ vendor/asus/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin:system/vendor/firmware/bcm4330/fw_bcmdhd_apsta.bin \ + vendor/asus/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd.bin:system/vendor/firmware/bcm4330/fw_bcmdhd.bin \ vendor/asus/tf700t/proprietary/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin:system/vendor/firmware/bcm4330/fw_bcmdhd_p2p.bin diff --git a/tilapia/BoardConfigPartial.mk b/tilapia/BoardConfigPartial.mk new file mode 100644 index 000000000..01a0ff3d4 --- /dev/null +++ b/tilapia/BoardConfigPartial.mk @@ -0,0 +1,13 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/tilapia/BoardConfigVendor.mk b/tilapia/BoardConfigVendor.mk new file mode 100644 index 000000000..2f679f025 --- /dev/null +++ b/tilapia/BoardConfigVendor.mk @@ -0,0 +1,23 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +LOCAL_STEM := tilapia/BoardConfigPartial.mk + +-include vendor/asus/$(LOCAL_STEM) +-include vendor/broadcom/$(LOCAL_STEM) +-include vendor/elan/$(LOCAL_STEM) +-include vendor/invensense/$(LOCAL_STEM) +-include vendor/nvidia/$(LOCAL_STEM) +-include vendor/nxp/$(LOCAL_STEM) +-include vendor/widevine/$(LOCAL_STEM) diff --git a/tilapia/device-partial.mk b/tilapia/device-partial.mk new file mode 100644 index 000000000..ffc49905f --- /dev/null +++ b/tilapia/device-partial.mk @@ -0,0 +1,25 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Asus blob(s) necessary for Grouper hardware +PRODUCT_PACKAGES := \ + btmacreader \ + sensors-config \ + apns-conf \ + camera.tegra3 \ + sensors.grouper \ + libsensors.lightsensor \ + libxgold-ril \ + libdrmwvmplugin \ + libwvm diff --git a/tilapia/device-vendor.mk b/tilapia/device-vendor.mk new file mode 100644 index 000000000..70fe00db6 --- /dev/null +++ b/tilapia/device-vendor.mk @@ -0,0 +1,25 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +LOCAL_STEM := tilapia/device-partial.mk + +$(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM)) + +PRODUCT_RESTRICT_VENDOR_FILES := owner diff --git a/tilapia/proprietary/Android.mk b/tilapia/proprietary/Android.mk new file mode 100644 index 000000000..3dfd2a505 --- /dev/null +++ b/tilapia/proprietary/Android.mk @@ -0,0 +1,107 @@ +# Copyright (C) 2011 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +LOCAL_PATH := $(call my-dir) + +ifeq ($(TARGET_DEVICE),tilapia) + +include $(CLEAR_VARS) +LOCAL_MODULE := btmacreader +LOCAL_SRC_FILES := btmacreader +LOCAL_MODULE_CLASS := EXECUTABLES +LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := sensors-config +LOCAL_SRC_FILES := sensors-config +LOCAL_MODULE_CLASS := EXECUTABLES +LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := apns-conf +LOCAL_SRC_FILES := apns-conf.xml +LOCAL_MODULE_SUFFIX := .xml +LOCAL_MODULE_CLASS := ETC +LOCAL_MODULE_PATH := $(TARGET_OUT)/etc +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := camera.tegra3 +LOCAL_SRC_FILES := camera.tegra3.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/hw +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := sensors.grouper +LOCAL_SRC_FILES := sensors.grouper.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := libsensors.lightsensor +LOCAL_SRC_FILES := libsensors.lightsensor.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT)/lib +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := libxgold-ril +LOCAL_SRC_FILES := libxgold-ril.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT)/lib +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := libdrmwvmplugin +LOCAL_SRC_FILES := libdrmwvmplugin.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)/drm +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE := libwvm +LOCAL_SRC_FILES := libwvm.so +LOCAL_MODULE_SUFFIX := .so +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_OWNER := asus +include $(BUILD_PREBUILT) + +endif diff --git a/tilapia/proprietary/apns-conf.xml b/tilapia/proprietary/apns-conf.xml new file mode 100644 index 000000000..13819ecf3 --- /dev/null +++ b/tilapia/proprietary/apns-conf.xml @@ -0,0 +1,4557 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tilapia/proprietary/btmacreader b/tilapia/proprietary/btmacreader new file mode 100644 index 000000000..d17598342 Binary files /dev/null and b/tilapia/proprietary/btmacreader differ diff --git a/tilapia/proprietary/camera.tegra3.so b/tilapia/proprietary/camera.tegra3.so new file mode 100644 index 000000000..a9dbf38ca Binary files /dev/null and b/tilapia/proprietary/camera.tegra3.so differ diff --git a/tilapia/proprietary/libdrmwvmplugin.so b/tilapia/proprietary/libdrmwvmplugin.so new file mode 100644 index 000000000..b6d16f37e Binary files /dev/null and b/tilapia/proprietary/libdrmwvmplugin.so differ diff --git a/tilapia/proprietary/libsensors.lightsensor.so b/tilapia/proprietary/libsensors.lightsensor.so new file mode 100644 index 000000000..11e828d6f Binary files /dev/null and b/tilapia/proprietary/libsensors.lightsensor.so differ diff --git a/tilapia/proprietary/libwvm.so b/tilapia/proprietary/libwvm.so new file mode 100644 index 000000000..bcc2b0673 Binary files /dev/null and b/tilapia/proprietary/libwvm.so differ diff --git a/tilapia/proprietary/libxgold-ril.so b/tilapia/proprietary/libxgold-ril.so new file mode 100644 index 000000000..319d163ac Binary files /dev/null and b/tilapia/proprietary/libxgold-ril.so differ diff --git a/tilapia/proprietary/sensors-config b/tilapia/proprietary/sensors-config new file mode 100644 index 000000000..a4b9dfaab Binary files /dev/null and b/tilapia/proprietary/sensors-config differ diff --git a/tilapia/proprietary/sensors.grouper.so b/tilapia/proprietary/sensors.grouper.so new file mode 100644 index 000000000..9eea35eeb Binary files /dev/null and b/tilapia/proprietary/sensors.grouper.so differ