Compare commits
4
Commits
16.0
...
077d658b2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
077d658b2a | ||
|
|
3b0be5fca9 | ||
|
|
724c846ede | ||
|
|
0816f2d61a |
+107
-1
@@ -31,7 +31,7 @@ cc_prebuilt_library_shared {
|
||||
"libion_exynos",
|
||||
"libhwjpeg",
|
||||
"libnativewindow",
|
||||
"//device/samsung/s5e8825-common/shims/stub:libexynoscamera3",
|
||||
"libexynoscamera3",
|
||||
"libbase",
|
||||
"libc++",
|
||||
"libc",
|
||||
@@ -71,6 +71,51 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "lib_SoundAlive_play_plus_ver500",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/lib_SoundAlive_play_plus_ver500.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
"liblog",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "lib_SoundBooster_ver1130",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/lib_SoundBooster_ver1130.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libbauthserver",
|
||||
owner: "samsung",
|
||||
@@ -348,3 +393,64 @@ cc_prebuilt_library_shared {
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libaudiosaplus_sec",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/soundfx/libaudiosaplus_sec.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libaudioutils",
|
||||
"lib_SoundAlive_play_plus_ver500",
|
||||
"lib_SoundAlive_AlbumArt_ver105",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsamsungSoundbooster_plus",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/soundfx/libsamsungSoundbooster_plus.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"lib_SoundBooster_ver1130",
|
||||
"libsecaudioinfo",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
+6
-1
@@ -7,6 +7,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/samsung/m34x/proprietary/recovery/root/vendor/firmware/gt9895_m34x.bin:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/gt9895_m34x.bin \
|
||||
vendor/samsung/m34x/proprietary/vendor/etc/SoundBoosterParam.txt:$(TARGET_COPY_OUT_VENDOR)/etc/SoundBoosterParam.txt \
|
||||
vendor/samsung/m34x/proprietary/vendor/etc/floating_feature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/floating_feature.xml \
|
||||
vendor/samsung/m34x/proprietary/vendor/firmware/APBargeIn_AUDIO_SLSI.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/APBargeIn_AUDIO_SLSI.bin \
|
||||
vendor/samsung/m34x/proprietary/vendor/firmware/APBiBF_AUDIO_SLSI.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/APBiBF_AUDIO_SLSI.bin \
|
||||
@@ -225,6 +226,8 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
camera.s5e8825 \
|
||||
libMERTA \
|
||||
lib_SoundAlive_play_plus_ver500 \
|
||||
lib_SoundBooster_ver1130 \
|
||||
libbauthserver \
|
||||
libbauthtzcommon \
|
||||
libexynoscamera3 \
|
||||
@@ -233,4 +236,6 @@ PRODUCT_PACKAGES += \
|
||||
libexynoscamera_vpl_plugin \
|
||||
liblmecpu \
|
||||
libsec2lsi_conversion \
|
||||
libswlme
|
||||
libswlme \
|
||||
libaudiosaplus_sec \
|
||||
libsamsungSoundbooster_plus
|
||||
|
||||
+243
@@ -0,0 +1,243 @@
|
||||
S,1,2,1,1,1,1,1,1,2,1,3,0,1,-1,-1,1,-23,0,200,400,500,1000,0,0,1,3,4,5,0,200,400,500,1000,0,0,0,1,3,5,0,200,400,500,1000,0,0,1,3,4,5,0,200,400,500,1000,0,0,1,3,4,5,0,200,400,500,1000,3,3,4,4,4,5,0,200,400,500,1000,1,2,2,3,3,5,-1,0,5000,0,-1,5000,5000,0,-1
|
||||
THC,0,0,0,0,0,0,0,0,0,0
|
||||
FMG,0,0,0,0,0,0,0,0,0,0
|
||||
AF,1,9,7,1,1,2,9,10,10,-16,-14,-16,-11,-10,-16,-19,-18,10,10,10,20,25,25,25,25,150,150,150,150,150,150,150,150,0,8,0,1,5,-3,10,150,0
|
||||
AFH,1,130,0
|
||||
AFA,1,1,350,370,6,1,720,290,-11,1,1050,300,-5,1,3100,1400,-11,1,4000,900,3,1,4800,1000,-6,1,6500,2000,5,1,8550,1700,-7,1,10600,2000,5,0,3100,1000,-8
|
||||
AL,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-12,-13,-19,-16,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
ALH,1,130,0
|
||||
ALA,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
AHA,1,100,0
|
||||
AHB,1,100,0
|
||||
AHC,1,110,0
|
||||
AHD,1,120,0
|
||||
AHE,1,130,0
|
||||
|
||||
AMA,0,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AMB,1,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AMC,2,1,4,8,4,1,1,2,4,4,5,4,7,7,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AMD,3,1,3,8,5,1,2,3,4,4,4,3,6,6,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AME,4,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
APA,0,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
APB,1,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
APC,2,1,4,8,4,1,1,2,4,4,5,4,7,7,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
APD,3,1,3,8,5,1,2,3,4,4,4,3,6,6,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
APE,4,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-13,-15,-21,-18,-13,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
AVA,0,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AVB,1,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AVC,2,1,1,6,4,3,5,7,8,4,4,2,5,4,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AVD,3,1,0,6,5,3,6,7,8,4,3,1,4,3,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AVE,4,1,-1,5,6,3,7,8,8,4,2,0,3,2,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
AKA,0,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AKB,1,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AKC,2,1,1,6,4,3,5,7,8,4,4,2,5,4,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AKD,3,1,0,6,5,3,6,7,8,4,3,1,4,3,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
AKE,4,1,-1,5,6,3,7,8,8,4,2,0,3,2,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
AAA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
AAB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
AAC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
AAD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
AAE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
ABA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ABB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ABC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
ABD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
ABE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
ACA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ACB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ACC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
ACD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
ACE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
ADA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ADB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
ADC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
ADD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
ADE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
BF,1,9,7,1,1,2,9,10,10,-16,-14,-16,-11,-10,-16,-19,-18,10,10,10,20,25,25,25,25,150,150,150,150,150,150,150,150,0,8,0,1,5,-3,10,150,0
|
||||
BFH,1,130,0
|
||||
BFA,1,1,350,370,6,1,720,290,-11,1,1050,300,-5,1,3100,1400,-11,1,4000,900,3,1,4800,1000,-6,1,6500,2000,5,1,8550,1700,-7,1,10600,2000,5,0,3100,1000,-8
|
||||
BL,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-12,-13,-19,-16,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BLH,1,130,0
|
||||
BLA,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
BHA,1,100,0
|
||||
BHB,1,100,0
|
||||
BHC,1,110,0
|
||||
BHD,1,120,0
|
||||
BHE,1,130,0
|
||||
|
||||
BMA,0,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BMB,1,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BMC,2,1,4,8,4,1,1,2,4,4,5,4,7,7,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BMD,3,1,3,8,5,1,2,3,4,4,4,3,6,6,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BME,4,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
BPA,0,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BPB,1,1,5,9,3,0,0,1,3,4,6,5,8,8,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BPC,2,1,4,8,4,1,1,2,4,4,5,4,7,7,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BPD,3,1,3,8,5,1,2,3,4,4,4,3,6,6,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BPE,4,1,2,7,6,1,3,4,4,4,3,2,5,5,-14,-13,-15,-21,-18,-13,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,7,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
BVA,0,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BVB,1,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BVC,2,1,1,6,4,3,5,7,8,4,4,2,5,4,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BVD,3,1,0,6,5,3,6,7,8,4,3,1,4,3,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BVE,4,1,-1,5,6,3,7,8,8,4,2,0,3,2,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
BKA,0,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BKB,1,1,2,7,3,2,4,5,7,4,5,3,6,5,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,1,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BKC,2,1,1,6,4,3,5,7,8,4,4,2,5,4,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BKD,3,1,0,6,5,3,6,7,8,4,3,1,4,3,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
BKE,4,1,-1,5,6,3,7,8,8,4,2,0,3,2,-14,-10,-10,-16,-14,-11,-11,-10,-12,-14,-10,-9,10,10,10,10,25,25,25,25,25,25,25,25,200,200,200,200,150,150,150,150,150,150,150,150,8,0,1,2,-3,10,150,0,230,230,120,120,2,0,4,0,2,0,4,0,-10,-20,25,150,-1,300
|
||||
|
||||
BAA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BAB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BAC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
BAD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
BAE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
BBA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BBB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BBC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
BBD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
BBE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
BCA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BCB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BCC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
BCD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
BCE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
BDA,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BDB,1,1,350,380,7,1,720,290,-9,1,1050,300,-5,1,3200,1000,-11,1,4000,900,6,1,4850,1000,-4,1,6500,2000,7,1,8650,1700,-4,1,10600,2000,7,0,3100,1000,-8
|
||||
BDC,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-10,1,4000,900,5,1,4850,1000,-5,1,6500,2000,6,1,8650,1700,-5,1,10600,2000,6,0,3100,1000,-8
|
||||
BDD,1,1,350,370,6,1,720,290,-9,1,1050,300,-4,1,3150,1000,-9,1,4000,900,4,1,4850,1000,-6,1,6500,2000,5,1,8650,1700,-6,1,10600,2000,5,0,3100,1000,-8
|
||||
BDE,1,1,350,360,5,1,720,290,-9,1,1050,300,-3,1,3100,1000,-8,1,4000,900,3,1,4850,1000,-7,1,6500,2000,4,1,8650,1700,-7,1,10600,2000,4,0,3100,1000,-8
|
||||
|
||||
CF,1,7,6,3,3,2,0,0,-2,-10,-12,-13,-13,-7,-7,-6,-6,10,20,25,25,25,25,25,25,150,150,150,150,150,150,150,150,0,10,3,1,10,-1,100,150,0
|
||||
CFH,1,140,1
|
||||
CFA,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0
|
||||
CL,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CLH,1,140,1
|
||||
CLA,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0
|
||||
CHA,1,140,1
|
||||
CHB,1,140,1
|
||||
CHC,1,140,1
|
||||
CHD,1,140,1
|
||||
CHE,1,140,1
|
||||
|
||||
CMA,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CMB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CMC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CMD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CME,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
CPA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CPB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CPC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CPD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CPE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
CVA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CVB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CVC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CVD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CVE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
CKA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CKB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CKC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CKD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
CKE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
CAA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CAB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CAC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CAD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CAE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
CBA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CBB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CBC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CBD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CBE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
CCA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CCB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CCC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CCD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CCE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
CDA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CDB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CDC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CDD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
CDE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
DF,1,7,6,3,3,2,0,0,-2,-10,-12,-13,-13,-7,-7,-6,-6,10,20,25,25,25,25,25,25,150,150,150,150,150,150,150,150,0,10,3,1,10,-1,100,150,0
|
||||
DFH,1,140,1
|
||||
DFA,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0
|
||||
DL,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DLH,1,140,1
|
||||
DLA,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0,0,800,1,0
|
||||
DHA,1,140,1
|
||||
DHB,1,140,1
|
||||
DHC,1,140,1
|
||||
DHD,1,140,1
|
||||
DHE,1,140,1
|
||||
|
||||
DMA,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DMB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DMC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DMD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DME,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
DPA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DPB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DPC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DPD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DPE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
DVA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DVB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DVC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DVD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DVE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
DKA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DKB,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DKC,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DKD,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
DKE,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
|
||||
DAA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DAB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DAC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DAD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DAE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
DBA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DBB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DBC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DBD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DBE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
DCA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DCB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DCC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DCD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DCE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
DDA,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DDB,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DDC,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DDD,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
DDE,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0,0,800,200,0
|
||||
|
||||
+1
@@ -178,4 +178,5 @@
|
||||
<SEC_FLOATING_FEATURE_VOICERECORDER_CONFIG_DEF_MODE>normal,voicememo</SEC_FLOATING_FEATURE_VOICERECORDER_CONFIG_DEF_MODE>
|
||||
<SEC_FLOATING_FEATURE_VOICERECORDER_CONFIG_PACKAGE_NAME>com.sec.android.app.voicenote</SEC_FLOATING_FEATURE_VOICERECORDER_CONFIG_PACKAGE_NAME>
|
||||
<SEC_FLOATING_FEATURE_WEATHER_SUPPORT_DETAIL_CITY_VIEW>TRUE</SEC_FLOATING_FEATURE_WEATHER_SUPPORT_DETAIL_CITY_VIEW>
|
||||
<SEC_FLOATING_FEATURE_AUDIO_CONFIG_SOUNDBOOSTER_LIB_VERSION>1100</SEC_FLOATING_FEATURE_AUDIO_CONFIG_SOUNDBOOSTER_LIB_VERSION>
|
||||
</SecFloatingFeatureSet>
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user