Changeset 38233

Show
Ignore:
Timestamp:
08/09/10 14:09:44 (3 years ago)
Author:
walf443
Message:

shipped 0.10

Location:
lang/perl/HTTP-MobileAgent-Flash/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-MobileAgent-Flash/trunk/Changes

    r38231 r38233  
    11Revision history for Perl extension HTTP::MobileAgent::FlashLite 
     2 
     30.10  Mon Aug  9 09:31:09 JST 2010 
     4  - update FlashMap. 
    25 
    360.09  Thu Jul 29 12:46:42 JST 2010 
  • lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash.pm

    r38231 r38233  
    33use warnings; 
    44use vars qw($VERSION); 
    5 $VERSION = '0.09'; 
     5$VERSION = '0.10'; 
    66use 5.008001; 
    77 
  • lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash/EZWebFlashMap.pm

    r38214 r38233  
    3232 
    3333$FLASH_MAP ||= { 
     34    'CA27' => { 
     35        version        => '1.1', 
     36        width          => '240', 
     37        height         => '320', 
     38        max_file_size  => '48', 
     39    }, 
     40    'CA28' => { 
     41        version        => '1.1', 
     42        width          => '240', 
     43        height         => '320', 
     44        max_file_size  => '48', 
     45    }, 
     46    'CA31' => { 
     47        version        => '1.1', 
     48        width          => '240', 
     49        height         => '400', 
     50        max_file_size  => '100', 
     51    }, 
     52    'CA32' => { 
     53        version        => '1.1', 
     54        width          => '240', 
     55        height         => '400', 
     56        max_file_size  => '100', 
     57    }, 
     58    'CA33' => { 
     59        version        => '1.1', 
     60        width          => '240', 
     61        height         => '400', 
     62        max_file_size  => '100', 
     63    }, 
     64    'CA34' => { 
     65        version        => '1.1', 
     66        width          => '240', 
     67        height         => '320', 
     68        max_file_size  => '100', 
     69    }, 
     70    'CA35' => { 
     71        version        => '2.0', 
     72        width          => '240', 
     73        height         => '400', 
     74        max_file_size  => '100', 
     75    }, 
     76    'CA36' => { 
     77        version        => '1.1', 
     78        width          => '240', 
     79        height         => '320', 
     80        max_file_size  => '100', 
     81    }, 
     82    'CA37' => { 
     83        version        => '2.0', 
     84        width          => '240', 
     85        height         => '400', 
     86        max_file_size  => '100', 
     87    }, 
     88    'CA38' => { 
     89        version        => '2.0', 
     90        width          => '240', 
     91        height         => '400', 
     92        max_file_size  => '100', 
     93    }, 
     94    'CA39' => { 
     95        version        => '2.0', 
     96        width          => '480', 
     97        height         => '800', 
     98        max_file_size  => '100', 
     99    }, 
     100    'CA3A' => { 
     101        version        => '2.0', 
     102        width          => '240', 
     103        height         => '400', 
     104        max_file_size  => '100', 
     105    }, 
     106    'CA3B' => { 
     107        version        => '2.0', 
     108        width          => '240', 
     109        height         => '400', 
     110        max_file_size  => '100', 
     111    }, 
     112    'CA3C' => { 
     113        version        => '2.0', 
     114        width          => '480', 
     115        height         => '800', 
     116        max_file_size  => '100', 
     117    }, 
     118    'CA3D' => { 
     119        version        => '3.0', 
     120        width          => '480', 
     121        height         => '800', 
     122        max_file_size  => '100', 
     123    }, 
     124    'CA3E' => { 
     125        version        => '2.0', 
     126        width          => '240', 
     127        height         => '400', 
     128        max_file_size  => '100', 
     129    }, 
     130    'CA3F' => { 
     131        version        => '3.0', 
     132        width          => '480', 
     133        height         => '854', 
     134        max_file_size  => '100', 
     135    }, 
     136    'CA3G' => { 
     137        version        => '2.0', 
     138        width          => '480', 
     139        height         => '800', 
     140        max_file_size  => '100', 
     141    }, 
     142    'CA3H' => { 
     143        version        => '3.0', 
     144        width          => '480', 
     145        height         => '854', 
     146        max_file_size  => '100', 
     147    }, 
     148    'HI33' => { 
     149        version        => '1.1', 
     150        width          => '240', 
     151        height         => '320', 
     152        max_file_size  => '100', 
     153    }, 
     154    'HI34' => { 
     155        version        => '1.1', 
     156        width          => '240', 
     157        height         => '320', 
     158        max_file_size  => '100', 
     159    }, 
     160    'HI35' => { 
     161        version        => '1.1', 
     162        width          => '240', 
     163        height         => '320', 
     164        max_file_size  => '100', 
     165    }, 
     166    'HI36' => { 
     167        version        => '1.1', 
     168        width          => '240', 
     169        height         => '400', 
     170        max_file_size  => '100', 
     171    }, 
     172    'HI37' => { 
     173        version        => '1.1', 
     174        width          => '240', 
     175        height         => '320', 
     176        max_file_size  => '100', 
     177    }, 
     178    'HI38' => { 
     179        version        => '2.0', 
     180        width          => '240', 
     181        height         => '400', 
     182        max_file_size  => '100', 
     183    }, 
     184    'HI39' => { 
     185        version        => '2.0', 
     186        width          => '232', 
     187        height         => '232', 
     188        max_file_size  => '100', 
     189    }, 
     190    'HI3A' => { 
     191        version        => '2.0', 
     192        width          => '240', 
     193        height         => '400', 
     194        max_file_size  => '100', 
     195    }, 
     196    'HI3B' => { 
     197        version        => '2.0', 
     198        width          => '240', 
     199        height         => '400', 
     200        max_file_size  => '100', 
     201    }, 
     202    'HI3C' => { 
     203        version        => '2.0', 
     204        width          => '240', 
     205        height         => '400', 
     206        max_file_size  => '100', 
     207    }, 
     208    'HI3D' => { 
     209        version        => '2.0', 
     210        width          => '240', 
     211        height         => '400', 
     212        max_file_size  => '100', 
     213    }, 
     214    'HI3E' => { 
     215        version        => '2.0', 
     216        width          => '480', 
     217        height         => '800', 
     218        max_file_size  => '100', 
     219    }, 
     220    'HI3F' => { 
     221        version        => '3.0', 
     222        width          => '480', 
     223        height         => '800', 
     224        max_file_size  => '100', 
     225    }, 
     226    'HI3G' => { 
     227        version        => '3.0', 
     228        width          => '480', 
     229        height         => '854', 
     230        max_file_size  => '100', 
     231    }, 
     232    'HI3H' => { 
     233        version        => '3.0', 
     234        width          => '480', 
     235        height         => '854', 
     236        max_file_size  => '100', 
     237    }, 
     238    'KC27' => { 
     239        version        => '1.1', 
     240        width          => '240', 
     241        height         => '320', 
     242        max_file_size  => '48', 
     243    }, 
     244    'KC28' => { 
     245        version        => '1.1', 
     246        width          => '240', 
     247        height         => '320', 
     248        max_file_size  => '48', 
     249    }, 
     250    'KC29' => { 
     251        version        => '2.0', 
     252        width          => '240', 
     253        height         => '320', 
     254        max_file_size  => '48', 
     255    }, 
     256    'KC2A' => { 
     257        version        => '2.0', 
     258        width          => '240', 
     259        height         => '320', 
     260        max_file_size  => '48', 
     261    }, 
     262    'KC32' => { 
     263        version        => '1.1', 
     264        width          => '240', 
     265        height         => '320', 
     266        max_file_size  => '100', 
     267    }, 
     268    'KC33' => { 
     269        version        => '1.1', 
     270        width          => '240', 
     271        height         => '320', 
     272        max_file_size  => '100', 
     273    }, 
     274    'KC34' => { 
     275        version        => '1.1', 
     276        width          => '240', 
     277        height         => '320', 
     278        max_file_size  => '100', 
     279    }, 
     280    'KC35' => { 
     281        version        => '1.1', 
     282        width          => '240', 
     283        height         => '320', 
     284        max_file_size  => '100', 
     285    }, 
     286    'KC36' => { 
     287        version        => '1.1', 
     288        width          => '240', 
     289        height         => '320', 
     290        max_file_size  => '100', 
     291    }, 
     292    'KC37' => { 
     293        version        => '2.0', 
     294        width          => '240', 
     295        height         => '320', 
     296        max_file_size  => '100', 
     297    }, 
     298    'KC38' => { 
     299        version        => '2.0', 
     300        width          => '240', 
     301        height         => '320', 
     302        max_file_size  => '100', 
     303    }, 
     304    'KC39' => { 
     305        version        => '2.0', 
     306        width          => '240', 
     307        height         => '400', 
     308        max_file_size  => '100', 
     309    }, 
     310    'KC3A' => { 
     311        version        => '2.0', 
     312        width          => '240', 
     313        height         => '320', 
     314        max_file_size  => '100', 
     315    }, 
     316    'KC3B' => { 
     317        version        => '2.0', 
     318        width          => '240', 
     319        height         => '400', 
     320        max_file_size  => '100', 
     321    }, 
     322    'KC3D' => { 
     323        version        => '2.0', 
     324        width          => '240', 
     325        height         => '400', 
     326        max_file_size  => '100', 
     327    }, 
     328    'KC3E' => { 
     329        version        => '2.0', 
     330        width          => '240', 
     331        height         => '320', 
     332        max_file_size  => '100', 
     333    }, 
     334    'KC3G' => { 
     335        version        => '2.0', 
     336        width          => '240', 
     337        height         => '320', 
     338        max_file_size  => '100', 
     339    }, 
     340    'KC3H' => { 
     341        version        => '2.0', 
     342        width          => '240', 
     343        height         => '400', 
     344        max_file_size  => '100', 
     345    }, 
     346    'KC3I' => { 
     347        version        => '2.0', 
     348        width          => '240', 
     349        height         => '400', 
     350        max_file_size  => '100', 
     351    }, 
     352    'KC3K' => { 
     353        version        => '2.0', 
     354        width          => '240', 
     355        height         => '400', 
     356        max_file_size  => '100', 
     357    }, 
     358    'KC3M' => { 
     359        version        => '2.0', 
     360        width          => '240', 
     361        height         => '400', 
     362        max_file_size  => '100', 
     363    }, 
     364    'KC3N' => { 
     365        version        => '2.0', 
     366        width          => '240', 
     367        height         => '400', 
     368        max_file_size  => '100', 
     369    }, 
     370    'KC3O' => { 
     371        version        => '2.0', 
     372        width          => '240', 
     373        height         => '400', 
     374        max_file_size  => '100', 
     375    }, 
     376    'KC3P' => { 
     377        version        => '2.0', 
     378        width          => '240', 
     379        height         => '400', 
     380        max_file_size  => '100', 
     381    }, 
     382    'KC3Q' => { 
     383        version        => '2.0', 
     384        width          => '240', 
     385        height         => '400', 
     386        max_file_size  => '100', 
     387    }, 
     388    'KC3R' => { 
     389        version        => '3.0', 
     390        width          => '480', 
     391        height         => '854', 
     392        max_file_size  => '100', 
     393    }, 
     394    'KC3S' => { 
     395        version        => '2.0', 
     396        width          => '240', 
     397        height         => '400', 
     398        max_file_size  => '100', 
     399    }, 
     400    'KC3T' => { 
     401        version        => '2.0', 
     402        width          => '240', 
     403        height         => '400', 
     404        max_file_size  => '100', 
     405    }, 
     406    'KC3U' => { 
     407        version        => '2.0', 
     408        width          => '240', 
     409        height         => '400', 
     410        max_file_size  => '100', 
     411    }, 
     412    'KC3V' => { 
     413        version        => '2.0', 
     414        width          => '240', 
     415        height         => '400', 
     416        max_file_size  => '100', 
     417    }, 
     418    'KC3X' => { 
     419        version        => '3.0', 
     420        width          => '480', 
     421        height         => '854', 
     422        max_file_size  => '100', 
     423    }, 
     424    'KC3Y' => { 
     425        version        => '2.0', 
     426        width          => '240', 
     427        height         => '400', 
     428        max_file_size  => '100', 
     429    }, 
     430    'MA31' => { 
     431        version        => '2.0', 
     432        width          => '240', 
     433        height         => '400', 
     434        max_file_size  => '100', 
     435    }, 
     436    'MA32' => { 
     437        version        => '2.0', 
     438        width          => '240', 
     439        height         => '400', 
     440        max_file_size  => '100', 
     441    }, 
     442    'MA33' => { 
     443        version        => '2.0', 
     444        width          => '240', 
     445        height         => '400', 
     446        max_file_size  => '100', 
     447    }, 
     448    'MA34' => { 
     449        version        => '2.0', 
     450        width          => '240', 
     451        height         => '400', 
     452        max_file_size  => '100', 
     453    }, 
     454    'MA35' => { 
     455        version        => '2.0', 
     456        width          => '480', 
     457        height         => '800', 
     458        max_file_size  => '100', 
     459    }, 
     460    'PT33' => { 
     461        version        => '2.0', 
     462        width          => '240', 
     463        height         => '320', 
     464        max_file_size  => '100', 
     465    }, 
     466    'PT34' => { 
     467        version        => '2.0', 
     468        width          => '240', 
     469        height         => '320', 
     470        max_file_size  => '100', 
     471    }, 
     472    'PT35' => { 
     473        version        => '2.0', 
     474        width          => '240', 
     475        height         => '400', 
     476        max_file_size  => '100', 
     477    }, 
     478    'SA29' => { 
     479        version        => '1.1', 
     480        width          => '240', 
     481        height         => '320', 
     482        max_file_size  => '48', 
     483    }, 
     484    'SA2A' => { 
     485        version        => '1.1', 
     486        width          => '240', 
     487        height         => '320', 
     488        max_file_size  => '48', 
     489    }, 
     490    'SA31' => { 
     491        version        => '1.1', 
     492        width          => '240', 
     493        height         => '320', 
     494        max_file_size  => '100', 
     495    }, 
     496    'SA32' => { 
     497        version        => '1.1', 
     498        width          => '240', 
     499        height         => '320', 
     500        max_file_size  => '100', 
     501    }, 
     502    'SA33' => { 
     503        version        => '1.1', 
     504        width          => '240', 
     505        height         => '320', 
     506        max_file_size  => '100', 
     507    }, 
     508    'SA34' => { 
     509        version        => '1.1', 
     510        width          => '240', 
     511        height         => '320', 
     512        max_file_size  => '100', 
     513    }, 
     514    'SA35' => { 
     515        version        => '1.1', 
     516        width          => '240', 
     517        height         => '320', 
     518        max_file_size  => '100', 
     519    }, 
     520    'SA36' => { 
     521        version        => '1.1', 
     522        width          => '240', 
     523        height         => '320', 
     524        max_file_size  => '100', 
     525    }, 
     526    'SA37' => { 
     527        version        => '1.1', 
     528        width          => '240', 
     529        height         => '320', 
     530        max_file_size  => '100', 
     531    }, 
     532    'SA38' => { 
     533        version        => '2.0', 
     534        width          => '240', 
     535        height         => '320', 
     536        max_file_size  => '100', 
     537    }, 
     538    'SA39' => { 
     539        version        => '2.0', 
     540        width          => '240', 
     541        height         => '320', 
     542        max_file_size  => '100', 
     543    }, 
     544    'SA3A' => { 
     545        version        => '2.0', 
     546        width          => '240', 
     547        height         => '400', 
     548        max_file_size  => '100', 
     549    }, 
     550    'SA3B' => { 
     551        version        => '2.0', 
     552        width          => '480', 
     553        height         => '800', 
     554        max_file_size  => '100', 
     555    }, 
     556    'SA3C' => { 
     557        version        => '2.0', 
     558        width          => '240', 
     559        height         => '432', 
     560        max_file_size  => '100', 
     561    }, 
     562    'SA3D' => { 
     563        version        => '2.0', 
     564        width          => '480', 
     565        height         => '800', 
     566        max_file_size  => '100', 
     567    }, 
     568    'SA3E' => { 
     569        version        => '2.0', 
     570        width          => '480', 
     571        height         => '800', 
     572        max_file_size  => '100', 
     573    }, 
     574    'SH31' => { 
     575        version        => '1.1', 
     576        width          => '240', 
     577        height         => '400', 
     578        max_file_size  => '100', 
     579    }, 
     580    'SH32' => { 
     581        version        => '2.0', 
     582        width          => '240', 
     583        height         => '400', 
     584        max_file_size  => '100', 
     585    }, 
     586    'SH33' => { 
     587        version        => '2.0', 
     588        width          => '240', 
     589        height         => '400', 
     590        max_file_size  => '100', 
     591    }, 
     592    'SH34' => { 
     593        version        => '2.0', 
     594        width          => '240', 
     595        height         => '400', 
     596        max_file_size  => '100', 
     597    }, 
     598    'SH35' => { 
     599        version        => '2.0', 
     600        width          => '480', 
     601        height         => '800', 
     602        max_file_size  => '100', 
     603    }, 
     604    'SH36' => { 
     605        version        => '2.0', 
     606        width          => '240', 
     607        height         => '400', 
     608        max_file_size  => '100', 
     609    }, 
     610    'SH37' => { 
     611        version        => '2.0', 
     612        width          => '480', 
     613        height         => '800', 
     614        max_file_size  => '100', 
     615    }, 
     616    'SH38' => { 
     617        version        => '3.0', 
     618        width          => '480', 
     619        height         => '800', 
     620        max_file_size  => '100', 
     621    }, 
     622    'SH39' => { 
     623        version        => '2.0', 
     624        width          => '240', 
     625        height         => '400', 
     626        max_file_size  => '100', 
     627    }, 
     628    'SH3A' => { 
     629        version        => '2.0', 
     630        width          => '240', 
     631        height         => '400', 
     632        max_file_size  => '100', 
     633    }, 
     634    'SH3B' => { 
     635        version        => '3.0', 
     636        width          => '480', 
     637        height         => '854', 
     638        max_file_size  => '100', 
     639    }, 
     640    'SH3C' => { 
     641        version        => '3.0', 
     642        width          => '480', 
     643        height         => '854', 
     644        max_file_size  => '100', 
     645    }, 
     646    'SH3D' => { 
     647        version        => '3.0', 
     648        width          => '480', 
     649        height         => '854', 
     650        max_file_size  => '100', 
     651    }, 
     652    'SH3E' => { 
     653        version        => '3.0', 
     654        width          => '480', 
     655        height         => '800', 
     656        max_file_size  => '100', 
     657    }, 
     658    'SH3F' => { 
     659        version        => '3.0', 
     660        width          => '480', 
     661        height         => '854', 
     662        max_file_size  => '100', 
     663    }, 
     664    'SH3G' => { 
     665        version        => '3.0', 
     666        width          => '480', 
     667        height         => '854', 
     668        max_file_size  => '100', 
     669    }, 
     670    'SH3H' => { 
     671        version        => '3.0', 
     672        width          => '480', 
     673        height         => '854', 
     674        max_file_size  => '100', 
     675    }, 
     676    'SH3I' => { 
     677        version        => '3.0', 
     678        width          => '480', 
     679        height         => '854', 
     680        max_file_size  => '100', 
     681    }, 
     682    'SN31' => { 
     683        version        => '1.1', 
     684        width          => '240', 
     685        height         => '320', 
     686        max_file_size  => '100', 
     687    }, 
     688    'SN32' => { 
     689        version        => '1.1', 
     690        width          => '240', 
     691        height         => '320', 
     692        max_file_size  => '100', 
     693    }, 
     694    'SN33' => { 
     695        version        => '1.1', 
     696        width          => '240', 
     697        height         => '320', 
     698        max_file_size  => '100', 
     699    }, 
     700    'SN34' => { 
     701        version        => '1.1', 
     702        width          => '240', 
     703        height         => '320', 
     704        max_file_size  => '100', 
     705    }, 
     706    'SN35' => { 
     707        version        => '1.1', 
     708        width          => '240', 
     709        height         => '320', 
     710        max_file_size  => '100', 
     711    }, 
     712    'SN36' => { 
     713        version        => '1.1', 
     714        width          => '240', 
     715        height         => '320', 
     716        max_file_size  => '100', 
     717    }, 
     718    'SN37' => { 
     719        version        => '2.0', 
     720        width          => '240', 
     721        height         => '432', 
     722        max_file_size  => '100', 
     723    }, 
     724    'SN38' => { 
     725        version        => '2.0', 
     726        width          => '240', 
     727        height         => '432', 
     728        max_file_size  => '100', 
     729    }, 
     730    'SN39' => { 
     731        version        => '2.0', 
     732        width          => '240', 
     733        height         => '432', 
     734        max_file_size  => '100', 
     735    }, 
     736    'SN3A' => { 
     737        version        => '2.0', 
     738        width          => '240', 
     739        height         => '432', 
     740        max_file_size  => '100', 
     741    }, 
     742    'SN3B' => { 
     743        version        => '2.0', 
     744        width          => '240', 
     745        height         => '432', 
     746        max_file_size  => '100', 
     747    }, 
     748    'SN3C' => { 
     749        version        => '2.0', 
     750        width          => '240', 
     751        height         => '400', 
     752        max_file_size  => '100', 
     753    }, 
     754    'SN3D' => { 
     755        version        => '2.0', 
     756        width          => '480', 
     757        height         => '800', 
     758        max_file_size  => '100', 
     759    }, 
     760    'SN3E' => { 
     761        version        => '2.0', 
     762        width          => '240', 
     763        height         => '432', 
     764        max_file_size  => '100', 
     765    }, 
     766    'SN3F' => { 
     767        version        => '2.0', 
     768        width          => '240', 
     769        height         => '400', 
     770        max_file_size  => '100', 
     771    }, 
     772    'SN3G' => { 
     773        version        => '2.0', 
     774        width          => '240', 
     775        height         => '432', 
     776        max_file_size  => '100', 
     777    }, 
     778    'SN3H' => { 
     779        version        => '2.0', 
     780        width          => '240', 
     781        height         => '320', 
     782        max_file_size  => '100', 
     783    }, 
     784    'SN3I' => { 
     785        version        => '2.0', 
     786        width          => '480', 
     787        height         => '854', 
     788        max_file_size  => '100', 
     789    }, 
     790    'SN3J' => { 
     791        version        => '3.0', 
     792        width          => '480', 
     793        height         => '854', 
     794        max_file_size  => '100', 
     795    }, 
     796    'SN3K' => { 
     797        version        => '3.0', 
     798        width          => '480', 
     799        height         => '854', 
     800        max_file_size  => '100', 
     801    }, 
     802    'SN3L' => { 
     803        version        => '3.0', 
     804        width          => '480', 
     805        height         => '854', 
     806        max_file_size  => '100', 
     807    }, 
     808    'SN3M' => { 
     809        version        => '2.0', 
     810        width          => '240', 
     811        height         => '432', 
     812        max_file_size  => '100', 
     813    }, 
     814    'SN3N' => { 
     815        version        => '3.0', 
     816        width          => '480', 
     817        height         => '854', 
     818        max_file_size  => '100', 
     819    }, 
     820    'SN3O' => { 
     821        version        => '3.0', 
     822        width          => '480', 
     823        height         => '854', 
     824        max_file_size  => '100', 
     825    }, 
     826    'SN3P' => { 
     827        version        => '3.0', 
     828        width          => '480', 
     829        height         => '854', 
     830        max_file_size  => '100', 
     831    }, 
     832    'ST24' => { 
     833        version        => '1.1', 
     834        width          => '240', 
     835        height         => '320', 
     836        max_file_size  => '48', 
     837    }, 
     838    'ST25' => { 
     839        version        => '1.1', 
     840        width          => '240', 
     841        height         => '320', 
     842        max_file_size  => '48', 
     843    }, 
     844    'ST26' => { 
     845        version        => '1.1', 
     846        width          => '240', 
     847        height         => '320', 
     848        max_file_size  => '48', 
     849    }, 
     850    'ST27' => { 
     851        version        => '1.1', 
     852        width          => '240', 
     853        height         => '320', 
     854        max_file_size  => '48', 
     855    }, 
     856    'ST28' => { 
     857        version        => '1.1', 
     858        width          => '240', 
     859        height         => '320', 
     860        max_file_size  => '48', 
     861    }, 
     862    'ST29' => { 
     863        version        => '1.1', 
     864        width          => '240', 
     865        height         => '320', 
     866        max_file_size  => '48', 
     867    }, 
     868    'ST2A' => { 
     869        version        => '1.1', 
     870        width          => '240', 
     871        height         => '320', 
     872        max_file_size  => '48', 
     873    }, 
     874    'ST2C' => { 
     875        version        => '2.0', 
     876        width          => '240', 
     877        height         => '320', 
     878        max_file_size  => '48', 
     879    }, 
     880    'ST2D' => { 
     881        version        => '2.0', 
     882        width          => '240', 
     883        height         => '320', 
     884        max_file_size  => '48', 
     885    }, 
     886    'ST31' => { 
     887        version        => '2.0', 
     888        width          => '240', 
     889        height         => '320', 
     890        max_file_size  => '100', 
     891    }, 
     892    'ST32' => { 
     893        version        => '2.0', 
     894        width          => '240', 
     895        height         => '400', 
     896        max_file_size  => '100', 
     897    }, 
     898    'ST33' => { 
     899        version        => '2.0', 
     900        width          => '240', 
     901        height         => '400', 
     902        max_file_size  => '100', 
     903    }, 
     904    'ST34' => { 
     905        version        => '2.0', 
     906        width          => '240', 
     907        height         => '400', 
     908        max_file_size  => '100', 
     909    }, 
     910    'TS2A' => { 
     911        version        => '1.1', 
     912        width          => '240', 
     913        height         => '320', 
     914        max_file_size  => '48', 
     915    }, 
     916    'TS2B' => { 
     917        version        => '1.1', 
     918        width          => '240', 
     919        height         => '320', 
     920        max_file_size  => '48', 
     921    }, 
     922    'TS2C' => { 
     923        version        => '1.1', 
     924        width          => '240', 
     925        height         => '320', 
     926        max_file_size  => '48', 
     927    }, 
     928    'TS2D' => { 
     929        version        => '2.0', 
     930        width          => '240', 
     931        height         => '320', 
     932        max_file_size  => '48', 
     933    }, 
     934    'TS2E' => { 
     935        version        => '2.0', 
     936        width          => '240', 
     937        height         => '320', 
     938        max_file_size  => '48', 
     939    }, 
     940    'TS31' => { 
     941        version        => '1.1', 
     942        width          => '240', 
     943        height         => '320', 
     944        max_file_size  => '100', 
     945    }, 
     946    'TS32' => { 
     947        version        => '1.1', 
     948        width          => '240', 
     949        height         => '320', 
     950        max_file_size  => '100', 
     951    }, 
     952    'TS33' => { 
     953        version        => '1.1', 
     954        width          => '240', 
     955        height         => '320', 
     956        max_file_size  => '100', 
     957    }, 
     958    'TS34' => { 
     959        version        => '1.1', 
     960        width          => '240', 
     961        height         => '320', 
     962        max_file_size  => '100', 
     963    }, 
     964    'TS35' => { 
     965        version        => '1.1', 
     966        width          => '240', 
     967        height         => '320', 
     968        max_file_size  => '100', 
     969    }, 
     970    'TS36' => { 
     971        version        => '1.1', 
     972        width          => '240', 
     973        height         => '320', 
     974        max_file_size  => '100', 
     975    }, 
     976    'TS37' => { 
     977        version        => '1.1', 
     978        width          => '240', 
     979        height         => '320', 
     980        max_file_size  => '100', 
     981    }, 
     982    'TS38' => { 
     983        version        => '2.0', 
     984        width          => '240', 
     985        height         => '320', 
     986        max_file_size  => '100', 
     987    }, 
     988    'TS39' => { 
     989        version        => '2.0', 
     990        width          => '240', 
     991        height         => '320', 
     992        max_file_size  => '100', 
     993    }, 
     994    'TS3A' => { 
     995        version        => '2.0', 
     996        width          => '240', 
     997        height         => '320', 
     998        max_file_size  => '100', 
     999    }, 
     1000    'TS3B' => { 
     1001        version        => '2.0', 
     1002        width          => '240', 
     1003        height         => '320', 
     1004        max_file_size  => '100', 
     1005    }, 
     1006    'TS3C' => { 
     1007        version        => '2.0', 
     1008        width          => '480', 
     1009        height         => '800', 
     1010        max_file_size  => '100', 
     1011    }, 
     1012    'TS3D' => { 
     1013        version        => '2.0', 
     1014        width          => '240', 
     1015        height         => '400', 
     1016        max_file_size  => '100', 
     1017    }, 
     1018    'TS3E' => { 
     1019        version        => '2.0', 
     1020        width          => '480', 
     1021        height         => '800', 
     1022        max_file_size  => '100', 
     1023    }, 
     1024    'TS3G' => { 
     1025        version        => '2.0', 
     1026        width          => '240', 
     1027        height         => '320', 
     1028        max_file_size  => '100', 
     1029    }, 
     1030    'TS3H' => { 
     1031        version        => '2.0', 
     1032        width          => '240', 
     1033        height         => '400', 
     1034        max_file_size  => '100', 
     1035    }, 
     1036    'TS3I' => { 
     1037        version        => '2.0', 
     1038        width          => '240', 
     1039        height         => '400', 
     1040        max_file_size  => '100', 
     1041    }, 
     1042    'TS3J' => { 
     1043        version        => '2.0', 
     1044        width          => '240', 
     1045        height         => '400', 
     1046        max_file_size  => '100', 
     1047    }, 
     1048    'TS3K' => { 
     1049        version        => '2.0', 
     1050        width          => '240', 
     1051        height         => '320', 
     1052        max_file_size  => '100', 
     1053    }, 
     1054    'TS3L' => { 
     1055        version        => '2.0', 
     1056        width          => '240', 
     1057        height         => '400', 
     1058        max_file_size  => '100', 
     1059    }, 
     1060    'TS3M' => { 
     1061        version        => '2.0', 
     1062        width          => '240', 
     1063        height         => '400', 
     1064        max_file_size  => '100', 
     1065    }, 
     1066    'TS3N' => { 
     1067        version        => '3.0', 
     1068        width          => '480', 
     1069        height         => '800', 
     1070        max_file_size  => '100', 
     1071    }, 
     1072    'TS3O' => { 
     1073        version        => '3.0', 
     1074        width          => '480', 
     1075        height         => '854', 
     1076        max_file_size  => '100', 
     1077    }, 
     1078    'TS3P' => { 
     1079        version        => '3.0', 
     1080        width          => '480', 
     1081        height         => '854', 
     1082        max_file_size  => '100', 
     1083    }, 
     1084    'TS3Q' => { 
     1085        version        => '3.0', 
     1086        width          => '480', 
     1087        height         => '854', 
     1088        max_file_size  => '100', 
     1089    }, 
     1090    'TS3R' => { 
     1091        version        => '3.0', 
     1092        width          => '480', 
     1093        height         => '854', 
     1094        max_file_size  => '100', 
     1095    }, 
     1096    'TS3S' => { 
     1097        version        => '3.0', 
     1098        width          => '480', 
     1099        height         => '854', 
     1100        max_file_size  => '100', 
     1101    }, 
     1102    'TS3T' => { 
     1103        version        => '3.0', 
     1104        width          => '480', 
     1105        height         => '854', 
     1106        max_file_size  => '100', 
     1107    }, 
     1108    'TS3U' => { 
     1109        version        => '3.0', 
     1110        width          => '480', 
     1111        height         => '854', 
     1112        max_file_size  => '100', 
     1113    }, 
    341114}; 
    351115