messagingappbase/sendui/group/MmsUploadConfig.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:   This file contains configurable resources
       
    15 *				 for the MmsDirectUpload and MmsIndirect services.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include "SendingServiceConfig.rh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // r_mms_upload_service_names
       
    29 // Service names for MMS upload services.
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE SERVICE_NAME_ARRAY r_mms_upload_service_names
       
    33 	{
       
    34 	serviceNames=
       
    35 		{
       
    36 		SERVICE_NAMES
       
    37 			{
       
    38 			service_name =			"";
       
    39 			service_menu_name =		"";
       
    40 			},
       
    41 		SERVICE_NAMES
       
    42 			{
       
    43 			service_name =			"";
       
    44 			service_menu_name =		"";
       
    45 			},
       
    46 		SERVICE_NAMES
       
    47 			{
       
    48 			service_name =			"";
       
    49 			service_menu_name =		"";
       
    50 			},
       
    51 		SERVICE_NAMES
       
    52 			{
       
    53 			service_name =			"";
       
    54 			service_menu_name =		"";
       
    55 			}
       
    56 		};
       
    57 	}
       
    58 
       
    59 // End of File