- Timestamp:
- 11/16/09 11:49:46 (4 years ago)
- Location:
- lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash
- Files:
-
- 3 modified
-
DoCoMoFlashMap.pm (modified) (9 diffs)
-
EZWebFlashMap.pm (modified) (7 diffs)
-
SoftBankFlashMap.pm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash/DoCoMoFlashMap.pm
r33555 r35917 4 4 # in HTTP::MobileAgent::Flash distribution. 5 5 # 6 # make_map_flash_lite.pl -- output=pm --carrier=docomo6 # make_map_flash_lite.pl --carrier=docomo --output=pm 7 7 # ------------------------------------------------------------------------- 8 8 … … 176 176 max_file_size => '3072', 177 177 }, 178 'F-01B' => { 179 version => '3.1', 180 width => '480', 181 height => '960', 182 max_file_size => '15360', 183 }, 178 184 'F-02A' => { 179 185 version => '3.0', … … 182 188 max_file_size => '3072', 183 189 }, 190 'F-02B' => { 191 version => '3.1', 192 width => '480', 193 height => '854', 194 max_file_size => '15360', 195 }, 184 196 'F-03A' => { 185 197 version => '3.1', … … 210 222 width => '240', 211 223 height => '320', 224 max_file_size => '3072', 225 }, 226 'F-08A' => { 227 version => '3.1', 228 width => '480', 229 height => '854', 230 max_file_size => '15360', 231 }, 232 'F-09A' => { 233 version => '3.1', 234 width => '480', 235 height => '960', 236 max_file_size => '15360', 237 }, 238 'F-10A' => { 239 version => '3.0', 240 width => '240', 241 height => '400', 212 242 max_file_size => '3072', 213 243 }, … … 416 446 max_file_size => '3072', 417 447 }, 448 'L-04A' => { 449 version => '1.1', 450 width => '480', 451 height => '800', 452 max_file_size => '3072', 453 }, 454 'L-06A' => { 455 version => '1.1', 456 width => '480', 457 height => '800', 458 max_file_size => '3072', 459 }, 418 460 'L704I' => { 419 461 version => '1.1', … … 494 536 max_file_size => '15360', 495 537 }, 538 'N-07A' => { 539 version => '3.1', 540 width => '480', 541 height => '854', 542 max_file_size => '15360', 543 }, 496 544 'N-08A' => { 545 version => '3.1', 546 width => '480', 547 height => '854', 548 max_file_size => '15360', 549 }, 550 'N-09A' => { 497 551 version => '3.1', 498 552 width => '480', … … 764 818 max_file_size => '15360', 765 819 }, 820 'P-08A' => { 821 version => '3.1', 822 width => '480', 823 height => '854', 824 max_file_size => '15360', 825 }, 826 'P-09A' => { 827 version => '3.1', 828 width => '480', 829 height => '854', 830 max_file_size => '15360', 831 }, 832 'P-10A' => { 833 version => '3.1', 834 width => '240', 835 height => '427', 836 max_file_size => '3072', 837 }, 766 838 'P505I' => { 767 839 version => '1.0', … … 980 1052 max_file_size => '3072', 981 1053 }, 1054 'SH-01B' => { 1055 version => '3.1', 1056 width => '480', 1057 height => '854', 1058 max_file_size => '15360', 1059 }, 982 1060 'SH-02A' => { 983 1061 version => '3.0', … … 997 1075 height => '854', 998 1076 max_file_size => '3072', 1077 }, 1078 'SH-05A' => { 1079 version => '3.1', 1080 width => '480', 1081 height => '854', 1082 max_file_size => '15360', 1083 }, 1084 'SH-06A' => { 1085 version => '3.1', 1086 width => '480', 1087 height => '854', 1088 max_file_size => '15360', 1089 }, 1090 'SH-07A' => { 1091 version => '3.1', 1092 width => '480', 1093 height => '854', 1094 max_file_size => '15360', 1095 }, 1096 'SH-08A' => { 1097 version => '3.1', 1098 width => '480', 1099 height => '854', 1100 max_file_size => '15360', 999 1101 }, 1000 1102 'SH505I' => { -
lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash/EZWebFlashMap.pm
r33555 r35917 4 4 # in HTTP::MobileAgent::Flash distribution. 5 5 # 6 # make_map_flash_lite.pl -- output=pm --carrier=ezweb6 # make_map_flash_lite.pl --carrier=ezweb --output=pm 7 7 # ------------------------------------------------------------------------- 8 8 … … 122 122 max_file_size => '100', 123 123 }, 124 'CA3E' => { 125 version => '2.0', 126 width => '240', 127 height => '400', 128 max_file_size => '100', 129 }, 130 'CA3F' => { 131 version => '2.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 }, 124 142 'HI33' => { 125 143 version => '1.1', … … 200 218 max_file_size => '100', 201 219 }, 220 'HI3G' => { 221 version => '2.0', 222 width => '480', 223 height => '854', 224 max_file_size => '100', 225 }, 202 226 'KC27' => { 203 227 version => '1.1', … … 332 356 max_file_size => '100', 333 357 }, 358 'KC3O' => { 359 version => '2.0', 360 width => '240', 361 height => '400', 362 max_file_size => '100', 363 }, 364 'KC3P' => { 365 version => '2.0', 366 width => '240', 367 height => '400', 368 max_file_size => '100', 369 }, 370 'KC3Q' => { 371 version => '2.0', 372 width => '240', 373 height => '400', 374 max_file_size => '100', 375 }, 376 'KC3R' => { 377 version => '2.0', 378 width => '480', 379 height => '854', 380 max_file_size => '100', 381 }, 382 'KC3T' => { 383 version => '2.0', 384 width => '240', 385 height => '400', 386 max_file_size => '100', 387 }, 334 388 'MA31' => { 335 389 version => '2.0', … … 530 584 max_file_size => '100', 531 585 }, 586 'SH3A' => { 587 version => '2.0', 588 width => '240', 589 height => '400', 590 max_file_size => '100', 591 }, 592 'SH3B' => { 593 version => '2.0', 594 width => '480', 595 height => '854', 596 max_file_size => '100', 597 }, 598 'SH3C' => { 599 version => '2.0', 600 width => '480', 601 height => '854', 602 max_file_size => '100', 603 }, 604 'SH3D' => { 605 version => '2.0', 606 width => '480', 607 height => '854', 608 max_file_size => '100', 609 }, 532 610 'SN31' => { 533 611 version => '1.1', … … 650 728 max_file_size => '100', 651 729 }, 730 'SN3M' => { 731 version => '2.0', 732 width => '240', 733 height => '432', 734 max_file_size => '100', 735 }, 652 736 'ST24' => { 653 737 version => '1.1', … … 888 972 width => '480', 889 973 height => '800', 974 max_file_size => '100', 975 }, 976 'TS3O' => { 977 version => '2.0', 978 width => '480', 979 height => '854', 980 max_file_size => '100', 981 }, 982 'TS3P' => { 983 version => '2.0', 984 width => '480', 985 height => '854', 986 max_file_size => '100', 987 }, 988 'TS3Q' => { 989 version => '2.0', 990 width => '480', 991 height => '854', 992 max_file_size => '100', 993 }, 994 'TS3R' => { 995 version => '2.0', 996 width => '480', 997 height => '854', 890 998 max_file_size => '100', 891 999 }, -
lang/perl/HTTP-MobileAgent-Flash/trunk/lib/HTTP/MobileAgent/Flash/SoftBankFlashMap.pm
r33555 r35917 4 4 # in HTTP::MobileAgent::Flash distribution. 5 5 # 6 # make_map_flash_lite.pl -- output=pm --carrier=softbank6 # make_map_flash_lite.pl --carrier=softbank --output=pm 7 7 # ------------------------------------------------------------------------- 8 8 … … 260 260 max_file_size => '150', 261 261 }, 262 '831N' => { 263 version => '3.0', 264 width => '240', 265 height => '427', 266 max_file_size => '150', 267 }, 262 268 '831P' => { 263 269 version => '2.0', … … 276 282 width => '240', 277 283 height => '400', 284 max_file_size => '150', 285 }, 286 '832P' => { 287 version => '3.0', 288 width => '240', 289 height => '400', 290 max_file_size => '150', 291 }, 292 '832SH' => { 293 version => '3.0', 294 width => '240', 295 height => '400', 296 max_file_size => '150', 297 }, 298 '832T' => { 299 version => '2.0', 300 width => '240', 301 height => '320', 278 302 max_file_size => '150', 279 303 }, … … 380 404 max_file_size => '150', 381 405 }, 406 '930N' => { 407 version => '3.0', 408 width => '480', 409 height => '854', 410 max_file_size => '150', 411 }, 382 412 '930P' => { 383 413 version => '3.0', … … 398 428 max_file_size => '150', 399 429 }, 430 '931P' => { 431 version => '3.0', 432 width => '480', 433 height => '854', 434 max_file_size => '150', 435 }, 436 '931SC' => { 437 version => '3.0', 438 width => '480', 439 height => '800', 440 max_file_size => '150', 441 }, 400 442 '931SH' => { 401 443 version => '3.0', … … 410 452 max_file_size => '150', 411 453 }, 454 '933SH' => { 455 version => '3.0', 456 width => '480', 457 height => '854', 458 max_file_size => '150', 459 }, 460 '934SH' => { 461 version => '3.0', 462 width => '480', 463 height => '854', 464 max_file_size => '150', 465 }, 466 '935SH' => { 467 version => '3.0', 468 width => '480', 469 height => '854', 470 max_file_size => '150', 471 }, 472 '936SH' => { 473 version => '3.0', 474 width => '480', 475 height => '854', 476 max_file_size => '150', 477 }, 412 478 'DM001SH' => { 413 479 version => '2.0', … … 424 490 'DM003SH' => { 425 491 version => '2.0', 492 width => '240', 493 height => '400', 494 max_file_size => '150', 495 }, 496 'DM004SH' => { 497 version => '3.0', 426 498 width => '240', 427 499 height => '400',
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)