emailservices/emailframework/data/fsmailbrandmanager.rss
changeset 72 64e38f08e49c
parent 65 478bc57ad291
child 75 47d84de1c893
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
     1 /*
       
     2 * Copyright (c) 2001 - 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for email branding.
       
    15 *
       
    16 */
       
    17 
       
    18 NAME FSMB
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <data_caging_paths_strings.hrh>
       
    22 #include <google_brand_graphics.mbg>
       
    23 #include <yahoo_brand_graphics.mbg>
       
    24 #include <microsoft_brand_graphics.mbg>
       
    25 #include <ovi_brand_graphics.mbg>
       
    26 #include <aol_brand_graphics.mbg>
       
    27 #include <mail_for_exchange_brand_graphics.mbg>
       
    28 
       
    29 #include "MailBrandManager.hrh"
       
    30 #include "MailBrandManager.rh"
       
    31 
       
    32 // ---------------------------------------------------------
       
    33 //   
       
    34 //    Define the resource file signature 
       
    35 //    This resource should be empty.
       
    36 //
       
    37 // ---------------------------------------------------------
       
    38 //
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 RESOURCE BRANDING_DATA r_branding_data
       
    42     {
       
    43     list_of_brands =
       
    44         {
       
    45         BRAND {
       
    46 
       
    47             // Definition of Google Mail brand   
       
    48             graphics_file_path = APP_BITMAP_DIR"\\google_brand_graphics.mif";
       
    49 
       
    50             brand_id_match_strings =
       
    51                 {
       
    52                 BRAND_MATCH_STRING { text = "googlemail.com"; }
       
    53                 };
       
    54             
       
    55             graphics = 
       
    56                 {              		     		
       
    57                 BRANDABLE_GRAPHIC { id = EFSMailboxIcon; 
       
    58                 icon_id = EMbmGoogle_brand_graphicsGmail44svgtest4;
       
    59                 mask_id = EMbmGoogle_brand_graphicsGmail44svgtest4_mask; }                    
       
    60                 };
       
    61                 
       
    62             texts = 
       
    63                 {
       
    64                 BRANDABLE_TEXT { id = EFSMailboxName; text = "Google Mail"; }
       
    65                 };
       
    66                 
       
    67             colors =
       
    68             	{
       
    69             	BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
    70             	};
       
    71              },
       
    72              
       
    73              BRAND {
       
    74 
       
    75                  // Definition of GMail brand   
       
    76                  graphics_file_path = APP_BITMAP_DIR"\\google_brand_graphics.mif";
       
    77                  brand_id_match_strings =
       
    78                      {
       
    79                      BRAND_MATCH_STRING { text = "gmail.com"; }
       
    80                      };
       
    81                  graphics = 
       
    82                      {                               
       
    83                       BRANDABLE_GRAPHIC { id = EFSMailboxIcon; 
       
    84                       icon_id = EMbmGoogle_brand_graphicsGmail44svgtest4;
       
    85                       mask_id = EMbmGoogle_brand_graphicsGmail44svgtest4_mask; }                    
       
    86                      };
       
    87                      
       
    88                  texts = 
       
    89                      {
       
    90                      BRANDABLE_TEXT { id = EFSMailboxName; text = "Gmail"; }
       
    91                      };
       
    92                      
       
    93                  colors =
       
    94                      {
       
    95                      BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
    96                      };
       
    97                   },
       
    98             
       
    99             BRAND {
       
   100                 // Definition of Yahoo! Mail brand   
       
   101                 graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
       
   102 
       
   103                 brand_id_match_strings =
       
   104                     {
       
   105                     BRAND_MATCH_STRING { text = "*.ymail.com"; },
       
   106                     BRAND_MATCH_STRING { text = "ymail.com"; },
       
   107                     BRAND_MATCH_STRING { text = "*.kimo.com"; },
       
   108                     BRAND_MATCH_STRING { text = "kimo.com"; },
       
   109                     BRAND_MATCH_STRING { text = "*.geocities.com"; },
       
   110                     BRAND_MATCH_STRING { text = "geocities.com"; },
       
   111                     BRAND_MATCH_STRING { text = "*.rocketmail.com"; },
       
   112                     BRAND_MATCH_STRING { text = "rocketmail.com"; },
       
   113                     BRAND_MATCH_STRING { text = "*.yahoo.ca"; },
       
   114                     BRAND_MATCH_STRING { text = "yahoo.ca"; },
       
   115                     BRAND_MATCH_STRING { text = "*.yahoo.cn"; },
       
   116                     BRAND_MATCH_STRING { text = "yahoo.cn"; },
       
   117                     BRAND_MATCH_STRING { text = "*.yahoo.co.in"; },
       
   118                     BRAND_MATCH_STRING { text = "yahoo.co.in"; },
       
   119                     BRAND_MATCH_STRING { text = "*.yahoo.in"; },
       
   120                     BRAND_MATCH_STRING { text = "yahoo.in"; },
       
   121                     BRAND_MATCH_STRING { text = "*.yahoo.co.kr"; },
       
   122                     BRAND_MATCH_STRING { text = "yahoo.co.kr"; },
       
   123                     BRAND_MATCH_STRING { text = "*.yahoo.co.uk"; },
       
   124                     BRAND_MATCH_STRING { text = "yahoo.co.uk"; },
       
   125                     BRAND_MATCH_STRING { text = "*.yahoo.com"; },
       
   126                     BRAND_MATCH_STRING { text = "yahoo.com"; },
       
   127                     BRAND_MATCH_STRING { text = "*.yahoo.com.ar"; },
       
   128                     BRAND_MATCH_STRING { text = "yahoo.com.ar"; },
       
   129                     BRAND_MATCH_STRING { text = "*.yahoo.com.br"; },
       
   130                     BRAND_MATCH_STRING { text = "yahoo.com.br"; },
       
   131                     BRAND_MATCH_STRING { text = "*.yahoo.com.cn"; },
       
   132                     BRAND_MATCH_STRING { text = "yahoo.com.cn"; },
       
   133                     BRAND_MATCH_STRING { text = "*.yahoo.com.hk"; },
       
   134                     BRAND_MATCH_STRING { text = "yahoo.com.hk"; },
       
   135                     BRAND_MATCH_STRING { text = "*.yahoo.com.mx"; },
       
   136                     BRAND_MATCH_STRING { text = "yahoo.com.mx"; },
       
   137                     BRAND_MATCH_STRING { text = "*.yahoo.com.sg"; },
       
   138                     BRAND_MATCH_STRING { text = "yahoo.com.sg"; },
       
   139                     BRAND_MATCH_STRING { text = "*.yahoo.com.tw"; },
       
   140                     BRAND_MATCH_STRING { text = "yahoo.com.tw"; },
       
   141                     BRAND_MATCH_STRING { text = "*.yahoo.com.my"; },
       
   142                     BRAND_MATCH_STRING { text = "yahoo.com.my"; },
       
   143                     BRAND_MATCH_STRING { text = "*.yahoo.com.vn"; },
       
   144                     BRAND_MATCH_STRING { text = "yahoo.com.vn"; },
       
   145                     BRAND_MATCH_STRING { text = "*.yahoo.com.ph"; },
       
   146                     BRAND_MATCH_STRING { text = "yahoo.com.ph"; },
       
   147                     BRAND_MATCH_STRING { text = "*.yahoo.com.tr"; },
       
   148                     BRAND_MATCH_STRING { text = "yahoo.com.tr"; },
       
   149                     BRAND_MATCH_STRING { text = "*.yahoo.com.co"; },
       
   150                     BRAND_MATCH_STRING { text = "yahoo.com.co"; },
       
   151                     BRAND_MATCH_STRING { text = "*.yahoo.com.pe"; },
       
   152                     BRAND_MATCH_STRING { text = "yahoo.com.pe"; },
       
   153                     BRAND_MATCH_STRING { text = "*.yahoo.com.ve"; },
       
   154                     BRAND_MATCH_STRING { text = "yahoo.com.ve"; },
       
   155                     BRAND_MATCH_STRING { text = "*.yahoo.de"; },
       
   156                     BRAND_MATCH_STRING { text = "yahoo.de"; },
       
   157                     BRAND_MATCH_STRING { text = "*.yahoo.dk"; },
       
   158                     BRAND_MATCH_STRING { text = "yahoo.dk"; },
       
   159                     BRAND_MATCH_STRING { text = "*.yahoo.es"; },
       
   160                     BRAND_MATCH_STRING { text = "yahoo.es"; },
       
   161                     BRAND_MATCH_STRING { text = "*.yahoo.fr"; },
       
   162                     BRAND_MATCH_STRING { text = "yahoo.fr"; },
       
   163                     BRAND_MATCH_STRING { text = "*.yahoo.gr"; },
       
   164                     BRAND_MATCH_STRING { text = "yahoo.gr"; },
       
   165                     BRAND_MATCH_STRING { text = "*.yahoo.ie"; },
       
   166                     BRAND_MATCH_STRING { text = "yahoo.ie"; },
       
   167                     BRAND_MATCH_STRING { text = "*.yahoo.it"; },
       
   168                     BRAND_MATCH_STRING { text = "yahoo.it"; },
       
   169                     BRAND_MATCH_STRING { text = "*.yahoo.no"; },
       
   170                     BRAND_MATCH_STRING { text = "yahoo.no"; },
       
   171                     BRAND_MATCH_STRING { text = "*.yahoo.se"; },
       
   172                     BRAND_MATCH_STRING { text = "yahoo.se"; },
       
   173                     BRAND_MATCH_STRING { text = "*.yahoo.co.id"; },
       
   174                     BRAND_MATCH_STRING { text = "yahoo.co.id"; },
       
   175                     BRAND_MATCH_STRING { text = "*.yahoo.co.th"; },
       
   176                     BRAND_MATCH_STRING { text = "yahoo.co.th"; },
       
   177                     BRAND_MATCH_STRING { text = "*.yahoo.pl"; },
       
   178                     BRAND_MATCH_STRING { text = "yahoo.pl"; },
       
   179                     BRAND_MATCH_STRING { text = "*.yahoo.cl"; },
       
   180                     BRAND_MATCH_STRING { text = "yahoo.cl"; }
       
   181                     };
       
   182                 
       
   183                 graphics = 
       
   184                     {
       
   185                     BRANDABLE_GRAPHIC { id = EFSMailboxIcon;
       
   186                     icon_id = EMbmYahoo_brand_graphicsYahoo;
       
   187                     mask_id = EMbmYahoo_brand_graphicsYahoo_mask; }                    
       
   188                     };
       
   189                     
       
   190                 texts = 
       
   191                     {
       
   192                     BRANDABLE_TEXT { id = EFSMailboxName; text = "Yahoo! Mail"; }
       
   193                     };
       
   194                     
       
   195                 colors =
       
   196                 	{
       
   197                 	BRANDABLE_COLOR { id = EFSMailboxNameColor;
       
   198                 	red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   199                 	};
       
   200                 },
       
   201 
       
   202                 BRAND {
       
   203                     // Definition of Yahoo!7 Mail brand   
       
   204                     graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
       
   205 
       
   206                     brand_id_match_strings =
       
   207                         {
       
   208                         BRAND_MATCH_STRING { text = "*.y7mail.com"; },
       
   209                         BRAND_MATCH_STRING { text = "y7mail.com"; },
       
   210                         BRAND_MATCH_STRING { text = "*.yahoo.com.au"; },
       
   211                         BRAND_MATCH_STRING { text = "yahoo.com.au"; }
       
   212                         };
       
   213                     
       
   214                     graphics = 
       
   215                         {
       
   216                         BRANDABLE_GRAPHIC { id = EFSMailboxIcon;
       
   217                         icon_id = EMbmYahoo_brand_graphicsYahoo;
       
   218                         mask_id = EMbmYahoo_brand_graphicsYahoo_mask; }                    
       
   219                         };
       
   220                         
       
   221                     texts = 
       
   222                         {
       
   223                         BRANDABLE_TEXT { id = EFSMailboxName; text = "Yahoo!7 Mail"; }
       
   224                         };
       
   225                         
       
   226                     colors =
       
   227                         {
       
   228                         BRANDABLE_COLOR { id = EFSMailboxNameColor;
       
   229                         red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   230                         };
       
   231                     },
       
   232                      
       
   233                                     BRAND {
       
   234                                         // Definition of Yahoo!Xtra Mail brand   
       
   235                                         graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
       
   236 
       
   237                                         brand_id_match_strings =
       
   238                                             {
       
   239                                             BRAND_MATCH_STRING { text = "yahoo.co.nz"; }
       
   240                                             };
       
   241                                         
       
   242                                         graphics = 
       
   243                                             {
       
   244                                             BRANDABLE_GRAPHIC { id = EFSMailboxIcon;
       
   245                                             icon_id = EMbmYahoo_brand_graphicsYahoo;
       
   246                                             mask_id = EMbmYahoo_brand_graphicsYahoo_mask; }                    
       
   247                                             };
       
   248                                             
       
   249                                         texts = 
       
   250                                             {
       
   251                                             BRANDABLE_TEXT { id = EFSMailboxName; text = "Yahoo!Xtra Mail"; }
       
   252                                             };
       
   253                                             
       
   254                                         colors =
       
   255                                             {
       
   256                                             BRANDABLE_COLOR { id = EFSMailboxNameColor;
       
   257                                             red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   258                                             };
       
   259                                         },
       
   260                     
       
   261             BRAND {
       
   262                 // Definition of Hotmail brand   
       
   263                 graphics_file_path = APP_BITMAP_DIR"\\microsoft_brand_graphics.mif";
       
   264 
       
   265                 brand_id_match_strings =
       
   266                         {
       
   267                         BRAND_MATCH_STRING { text = "*.msn.com"; },
       
   268                         BRAND_MATCH_STRING { text = "msn.com"; },
       
   269                         BRAND_MATCH_STRING { text = "*.hotmail.com"; },
       
   270                         BRAND_MATCH_STRING { text = "hotmail.com"; },
       
   271                         BRAND_MATCH_STRING { text = "*.hotmail.co.uk"; },
       
   272                         BRAND_MATCH_STRING { text = "hotmail.co.uk"; },
       
   273                         BRAND_MATCH_STRING { text = "*.hotmail.co.jp"; },
       
   274                         BRAND_MATCH_STRING { text = "hotmail.co.jp"; },
       
   275                         BRAND_MATCH_STRING { text = "*.hotmail-int.com"; },
       
   276                         BRAND_MATCH_STRING { text = "hotmail-int.com"; },
       
   277                         BRAND_MATCH_STRING { text = "*.hotmail.de"; },
       
   278                         BRAND_MATCH_STRING { text = "hotmail.de"; },
       
   279                         BRAND_MATCH_STRING { text = "*.hotmail.fr"; },
       
   280                         BRAND_MATCH_STRING { text = "hotmail.fr"; },
       
   281                         BRAND_MATCH_STRING { text = "*.hotmail.it"; },
       
   282                         BRAND_MATCH_STRING { text = "hotmail.it"; },
       
   283                         BRAND_MATCH_STRING { text = "*.hotmail.nl"; },
       
   284                         BRAND_MATCH_STRING { text = "hotmail.nl"; },
       
   285                         BRAND_MATCH_STRING { text = "*.hotmail.es"; },
       
   286                         BRAND_MATCH_STRING { text = "hotmail.es"; },
       
   287                         BRAND_MATCH_STRING { text = "*.live.com"; },
       
   288                         BRAND_MATCH_STRING { text = "live.com"; },
       
   289                         BRAND_MATCH_STRING { text = "*.live.at"; },
       
   290                         BRAND_MATCH_STRING { text = "live.at"; },
       
   291                         BRAND_MATCH_STRING { text = "*.live.be"; },
       
   292                         BRAND_MATCH_STRING { text = "live.be"; },
       
   293                         BRAND_MATCH_STRING { text = "*.live.ca"; },
       
   294                         BRAND_MATCH_STRING { text = "live.ca"; },
       
   295                         BRAND_MATCH_STRING { text = "*.live.cl"; },
       
   296                         BRAND_MATCH_STRING { text = "live.cl"; },
       
   297                         BRAND_MATCH_STRING { text = "*.live.cn"; },
       
   298                         BRAND_MATCH_STRING { text = "live.cn"; },
       
   299                         BRAND_MATCH_STRING { text = "*.live.de"; },
       
   300                         BRAND_MATCH_STRING { text = "live.de"; },
       
   301                         BRAND_MATCH_STRING { text = "*.live.dk"; },
       
   302                         BRAND_MATCH_STRING { text = "live.dk"; },
       
   303                         BRAND_MATCH_STRING { text = "*.live.fr"; },
       
   304                         BRAND_MATCH_STRING { text = "live.fr"; },
       
   305                         BRAND_MATCH_STRING { text = "*.live.hk"; },
       
   306                         BRAND_MATCH_STRING { text = "live.hk"; },
       
   307                         BRAND_MATCH_STRING { text = "*.live.it"; },
       
   308                         BRAND_MATCH_STRING { text = "live.it"; },
       
   309                         BRAND_MATCH_STRING { text = "*.live.jp"; },
       
   310                         BRAND_MATCH_STRING { text = "live.jp"; },
       
   311                         BRAND_MATCH_STRING { text = "*.live.nl"; },
       
   312                         BRAND_MATCH_STRING { text = "live.nl"; },
       
   313                         BRAND_MATCH_STRING { text = "*.live.no"; },
       
   314                         BRAND_MATCH_STRING { text = "live.no"; },
       
   315                         BRAND_MATCH_STRING { text = "*.live.ph"; },
       
   316                         BRAND_MATCH_STRING { text = "live.ph"; },
       
   317                         BRAND_MATCH_STRING { text = "*.live.ru"; },
       
   318                         BRAND_MATCH_STRING { text = "live.ru"; },
       
   319                         BRAND_MATCH_STRING { text = "*.live.se"; },
       
   320                         BRAND_MATCH_STRING { text = "live.se"; },
       
   321                         BRAND_MATCH_STRING { text = "*.live.ie"; },
       
   322                         BRAND_MATCH_STRING { text = "live.ie"; },
       
   323                         BRAND_MATCH_STRING { text = "*.live.in"; },
       
   324                         BRAND_MATCH_STRING { text = "live.in"; },
       
   325                         BRAND_MATCH_STRING { text = "*.live.co.kr"; },
       
   326                         BRAND_MATCH_STRING { text = "live.co.kr"; },
       
   327                         BRAND_MATCH_STRING { text = "*.live.co.uk"; },
       
   328                         BRAND_MATCH_STRING { text = "live.co.uk"; },
       
   329                         BRAND_MATCH_STRING { text = "*.live.co.za"; },
       
   330                         BRAND_MATCH_STRING { text = "live.co.za"; },
       
   331                         BRAND_MATCH_STRING { text = "*.live.com.ar"; },
       
   332                         BRAND_MATCH_STRING { text = "live.com.ar"; },
       
   333                         BRAND_MATCH_STRING { text = "*.live.com.au"; },
       
   334                         BRAND_MATCH_STRING { text = "live.com.au"; },
       
   335                         BRAND_MATCH_STRING { text = "*.live.com.mx"; },
       
   336                         BRAND_MATCH_STRING { text = "live.com.mx"; },
       
   337                         BRAND_MATCH_STRING { text = "*.live.com.my"; },
       
   338                         BRAND_MATCH_STRING { text = "live.com.my"; },
       
   339                         BRAND_MATCH_STRING { text = "*.live.com.pe"; },
       
   340                         BRAND_MATCH_STRING { text = "live.com.pe"; },
       
   341                         BRAND_MATCH_STRING { text = "*.live.com.pk"; },
       
   342                         BRAND_MATCH_STRING { text = "live.com.pk"; },
       
   343                         BRAND_MATCH_STRING { text = "*.live.com.pt"; },
       
   344                         BRAND_MATCH_STRING { text = "live.com.pt"; },
       
   345                         BRAND_MATCH_STRING { text = "*.live.com.sg"; },
       
   346                         BRAND_MATCH_STRING { text = "live.com.sg"; },
       
   347                         BRAND_MATCH_STRING { text = "*.live.com.ve"; },
       
   348                         BRAND_MATCH_STRING { text = "live.com.ve"; },
       
   349                         BRAND_MATCH_STRING { text = "*.live.com.ph"; },
       
   350                         BRAND_MATCH_STRING { text = "live.com.ph"; },
       
   351                         BRAND_MATCH_STRING { text = "*.livemail.com.br"; },
       
   352                         BRAND_MATCH_STRING { text = "livemail.com.br"; },
       
   353                         BRAND_MATCH_STRING { text = "*.livemail.tw"; },
       
   354                         BRAND_MATCH_STRING { text = "livemail.tw"; },
       
   355                         BRAND_MATCH_STRING { text = "*.windowslive.com"; },
       
   356                         BRAND_MATCH_STRING { text = "windowslive.com"; },
       
   357                         BRAND_MATCH_STRING { text = "*.windowslive.es"; },
       
   358                         BRAND_MATCH_STRING { text = "windowslive.es"; }
       
   359                         };
       
   360                 
       
   361                 graphics = 
       
   362                         {
       
   363                         BRANDABLE_GRAPHIC { id = EFSMailboxIcon; 
       
   364                         icon_id = EMbmMicrosoft_brand_graphicsMicrosoft;
       
   365                         mask_id = EMbmMicrosoft_brand_graphicsMicrosoft_mask; }                    
       
   366                         };
       
   367                     
       
   368                 texts = 
       
   369                         {
       
   370                         BRANDABLE_TEXT { id = EFSMailboxName; text = "Hotmail"; }
       
   371                         };
       
   372                     
       
   373                 colors =
       
   374                         {
       
   375                         BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   376                         };
       
   377                 },
       
   378                 
       
   379                 BRAND {
       
   380         	    // definition of OVI brand
       
   381         	    graphics_file_path = APP_BITMAP_DIR"\\ovi_brand_graphics.mif";
       
   382 
       
   383         	    brand_id_match_strings =
       
   384                     {
       
   385                     BRAND_MATCH_STRING { text = "*.ovi.com"; },
       
   386                     BRAND_MATCH_STRING { text = "ovi.com"; }
       
   387                     };
       
   388             
       
   389         	    graphics = 
       
   390                     {
       
   391                     BRANDABLE_GRAPHIC { id = EFSMailboxIcon;
       
   392                     icon_id = EMbmOvi_brand_graphicsOvi;
       
   393                     mask_id = EMbmOvi_brand_graphicsOvi_mask; }                    
       
   394                     };
       
   395                 
       
   396         	    texts = 
       
   397                     {
       
   398                     BRANDABLE_TEXT { id = EFSMailboxName; text = "Ovi Mail"; }
       
   399                     };
       
   400                 
       
   401         	    colors =
       
   402                     {
       
   403                     BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   404                     };
       
   405             },
       
   406 
       
   407             BRAND {
       
   408         	    // definition of Mail for Exchange brand
       
   409         	    graphics_file_path = APP_BITMAP_DIR"\\mail_for_exchange_brand_graphics.mif";
       
   410 
       
   411         	    brand_id_match_strings =
       
   412                     {
       
   413                     BRAND_MATCH_STRING { text = "Mail for Exchange"; }
       
   414                     };
       
   415             
       
   416         	    graphics = 
       
   417                     {
       
   418                     BRANDABLE_GRAPHIC { id = EFSMailboxIcon;
       
   419                     icon_id = EMbmMail_for_exchange_brand_graphicsMail_for_exchange;
       
   420                     mask_id = EMbmMail_for_exchange_brand_graphicsMail_for_exchange_mask; }                    
       
   421                     };
       
   422 
       
   423         	    colors =
       
   424                     {
       
   425                     BRANDABLE_COLOR { id = EFSMailboxNameColor; red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
       
   426                     };
       
   427             }
       
   428         };
       
   429     }