1 /* |
1 /* |
2 * Copyright (c) 2001 - 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2001 - 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
23 #include <yahoo_brand_graphics.mbg> |
23 #include <yahoo_brand_graphics.mbg> |
24 #include <microsoft_brand_graphics.mbg> |
24 #include <microsoft_brand_graphics.mbg> |
25 #include <ovi_brand_graphics.mbg> |
25 #include <ovi_brand_graphics.mbg> |
26 #include <aol_brand_graphics.mbg> |
26 #include <aol_brand_graphics.mbg> |
27 #include <mail_for_exchange_brand_graphics.mbg> |
27 #include <mail_for_exchange_brand_graphics.mbg> |
|
28 #include <163_brand_graphics.mbg> |
|
29 #include <qq_brand_graphics.mbg> |
|
30 #include <sina_brand_graphics.mbg> |
|
31 #include <126_brand_graphics.mbg> |
|
32 #include <sohu_brand_graphics.mbg> |
28 |
33 |
29 #include "mailbrandmanager.hrh" |
34 #include "mailbrandmanager.hrh" |
30 #include "mailbrandmanager.rh" |
35 #include "mailbrandmanager.rh" |
31 |
36 |
32 // --------------------------------------------------------- |
37 // --------------------------------------------------------- |
282 BRAND_MATCH_STRING { text = "hotmail.it"; }, |
287 BRAND_MATCH_STRING { text = "hotmail.it"; }, |
283 BRAND_MATCH_STRING { text = "*.hotmail.nl"; }, |
288 BRAND_MATCH_STRING { text = "*.hotmail.nl"; }, |
284 BRAND_MATCH_STRING { text = "hotmail.nl"; }, |
289 BRAND_MATCH_STRING { text = "hotmail.nl"; }, |
285 BRAND_MATCH_STRING { text = "*.hotmail.es"; }, |
290 BRAND_MATCH_STRING { text = "*.hotmail.es"; }, |
286 BRAND_MATCH_STRING { text = "hotmail.es"; }, |
291 BRAND_MATCH_STRING { text = "hotmail.es"; }, |
|
292 BRAND_MATCH_STRING { text = "*.hotmail.com.hk"; }, |
|
293 BRAND_MATCH_STRING { text = "hotmail.com.hk"; }, |
287 BRAND_MATCH_STRING { text = "*.live.com"; }, |
294 BRAND_MATCH_STRING { text = "*.live.com"; }, |
288 BRAND_MATCH_STRING { text = "live.com"; }, |
295 BRAND_MATCH_STRING { text = "live.com"; }, |
289 BRAND_MATCH_STRING { text = "*.live.at"; }, |
296 BRAND_MATCH_STRING { text = "*.live.at"; }, |
290 BRAND_MATCH_STRING { text = "live.at"; }, |
297 BRAND_MATCH_STRING { text = "live.at"; }, |
291 BRAND_MATCH_STRING { text = "*.live.be"; }, |
298 BRAND_MATCH_STRING { text = "*.live.be"; }, |
422 |
429 |
423 colors = |
430 colors = |
424 { |
431 { |
425 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
432 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
426 }; |
433 }; |
|
434 }, |
|
435 |
|
436 BRAND { |
|
437 // definition of 163 brand |
|
438 graphics_file_path = APP_BITMAP_DIR"\\163_brand_graphics.mif"; |
|
439 |
|
440 brand_id_match_strings = |
|
441 { |
|
442 BRAND_MATCH_STRING { text = "widget_setup_chn_163"; }, |
|
443 BRAND_MATCH_STRING { text = "*.163.com"; }, |
|
444 BRAND_MATCH_STRING { text = "163.com"; } |
|
445 }; |
|
446 |
|
447 graphics = |
|
448 { |
|
449 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; |
|
450 icon_id = EMbm163_brand_graphics163; |
|
451 mask_id = EMbm163_brand_graphics163_mask; } |
|
452 }; |
|
453 |
|
454 texts = |
|
455 { |
|
456 BRANDABLE_TEXT { id = EFSMailboxName; text = "163"; } |
|
457 }; |
|
458 |
|
459 colors = |
|
460 { |
|
461 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
|
462 }; |
|
463 }, |
|
464 |
|
465 BRAND { |
|
466 // definition of QQ brand |
|
467 graphics_file_path = APP_BITMAP_DIR"\\qq_brand_graphics.mif"; |
|
468 |
|
469 brand_id_match_strings = |
|
470 { |
|
471 BRAND_MATCH_STRING { text = "widget_setup_chn_qq"; }, |
|
472 BRAND_MATCH_STRING { text = "*.qq.com"; }, |
|
473 BRAND_MATCH_STRING { text = "qq.com"; } |
|
474 }; |
|
475 |
|
476 graphics = |
|
477 { |
|
478 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; |
|
479 icon_id = EMbmQq_brand_graphicsQq; |
|
480 mask_id = EMbmQq_brand_graphicsQq_mask; } |
|
481 }; |
|
482 |
|
483 texts = |
|
484 { |
|
485 BRANDABLE_TEXT { id = EFSMailboxName; text = "QQ"; } |
|
486 }; |
|
487 |
|
488 colors = |
|
489 { |
|
490 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
|
491 }; |
|
492 }, |
|
493 |
|
494 BRAND { |
|
495 // definition of Sina brand |
|
496 graphics_file_path = APP_BITMAP_DIR"\\sina_brand_graphics.mif"; |
|
497 |
|
498 brand_id_match_strings = |
|
499 { |
|
500 BRAND_MATCH_STRING { text = "widget_setup_chn_sina"; }, |
|
501 BRAND_MATCH_STRING { text = "*.sina.com"; }, |
|
502 BRAND_MATCH_STRING { text = "sina.com"; } |
|
503 }; |
|
504 |
|
505 graphics = |
|
506 { |
|
507 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; |
|
508 icon_id = EMbmSina_brand_graphicsSina; |
|
509 mask_id = EMbmSina_brand_graphicsSina_mask; } |
|
510 }; |
|
511 |
|
512 texts = |
|
513 { |
|
514 BRANDABLE_TEXT { id = EFSMailboxName; text = "Sina"; } |
|
515 }; |
|
516 |
|
517 colors = |
|
518 { |
|
519 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
|
520 }; |
|
521 }, |
|
522 |
|
523 BRAND { |
|
524 // definition of 126 brand |
|
525 graphics_file_path = APP_BITMAP_DIR"\\126_brand_graphics.mif"; |
|
526 |
|
527 brand_id_match_strings = |
|
528 { |
|
529 BRAND_MATCH_STRING { text = "widget_setup_chn_126"; }, |
|
530 BRAND_MATCH_STRING { text = "*.126.com"; }, |
|
531 BRAND_MATCH_STRING { text = "126.com"; } |
|
532 }; |
|
533 |
|
534 graphics = |
|
535 { |
|
536 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; |
|
537 icon_id = EMbm126_brand_graphics126; |
|
538 mask_id = EMbm126_brand_graphics126_mask; } |
|
539 }; |
|
540 |
|
541 texts = |
|
542 { |
|
543 BRANDABLE_TEXT { id = EFSMailboxName; text = "126"; } |
|
544 }; |
|
545 |
|
546 colors = |
|
547 { |
|
548 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
|
549 }; |
|
550 }, |
|
551 |
|
552 BRAND { |
|
553 // definition of Sohu brand |
|
554 graphics_file_path = APP_BITMAP_DIR"\\sohu_brand_graphics.mif"; |
|
555 |
|
556 brand_id_match_strings = |
|
557 { |
|
558 BRAND_MATCH_STRING { text = "widget_setup_chn_sohu"; }, |
|
559 BRAND_MATCH_STRING { text = "*.sohu.com"; }, |
|
560 BRAND_MATCH_STRING { text = "sohu.com"; } |
|
561 }; |
|
562 |
|
563 graphics = |
|
564 { |
|
565 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; |
|
566 icon_id = EMbmSohu_brand_graphicsSohu; |
|
567 mask_id = EMbmSohu_brand_graphicsSohu_mask; } |
|
568 }; |
|
569 |
|
570 texts = |
|
571 { |
|
572 BRANDABLE_TEXT { id = EFSMailboxName; text = "Sohu"; } |
|
573 }; |
|
574 |
|
575 colors = |
|
576 { |
|
577 BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; } |
|
578 }; |
427 } |
579 } |
428 }; |
580 }; |
429 } |
581 } |