localisation/apparchitecture/tef/serverapp3_reg.RSS
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file serverapp3_reg.rss
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #include <appinfo.rh>
       
    24 
       
    25 UID2 KUidAppRegistrationResourceFile
       
    26 UID3 0x10004c57 // UID of the application this registration file represents
       
    27 
       
    28 RESOURCE APP_REGISTRATION_INFO
       
    29 	{
       
    30 	app_file="serverapp3";
       
    31 	//
       
    32 	datatype_list = 
       
    33 		{
       
    34 		DATATYPE { priority=EDataTypePriorityHigh; type="text/priority"; }
       
    35 		};
       
    36 
       
    37 	service_list = 
       
    38 		{
       
    39 		SERVICE_INFO 
       
    40 			{
       
    41 			uid = 0x01020304; 
       
    42 			datatype_list = 
       
    43 				{
       
    44 				DATATYPE { priority=EDataTypePriorityNormal; type="text/custom1"; }
       
    45 				};
       
    46 			opaque_data = r_first_service_specific_data;
       
    47 			},
       
    48 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_second_service_specific_data;},
       
    49 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    50 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_fourth_service_specific_data;},
       
    51 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_fifth_service_specific_data;},
       
    52 		SERVICE_INFO { uid = 0x01234000; opaque_data = r_fifth_service_specific_data;},
       
    53 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_fourth_service_specific_data;},
       
    54 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    55 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_second_service_specific_data;},
       
    56 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_first_service_specific_data;},
       
    57 		SERVICE_INFO { uid = 0x01234000; opaque_data = r_fifth_service_specific_data;},
       
    58 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_fourth_service_specific_data;},
       
    59 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    60 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_second_service_specific_data;},
       
    61 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_first_service_specific_data;}
       
    62 		//SERVICE_INFO { uid = 0x05678001; opaque_data = the_large_struct;}
       
    63 		};
       
    64 	}
       
    65 
       
    66 STRUCT SERVICE_NAME
       
    67 	{
       
    68 	LTEXT name = "";
       
    69 	}
       
    70 
       
    71 STRUCT LARGE_STRUCT
       
    72 	{
       
    73 	LONG arrays[256];
       
    74 	}
       
    75 
       
    76 RESOURCE LARGE_STRUCT the_large_struct
       
    77 	{
       
    78 	
       
    79 	}
       
    80 
       
    81 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    82 	{
       
    83 	name = "Non-localised text for service uid 0x01020304";
       
    84 	}
       
    85 
       
    86 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    87 	{
       
    88 	name = "Non-localised text for service uid 0x02345000";
       
    89 	}
       
    90 
       
    91 RESOURCE SERVICE_NAME r_third_service_specific_data
       
    92 	{
       
    93 	name = "Non-localised text for service uid 0x03456000";
       
    94 	}
       
    95 
       
    96 RESOURCE SERVICE_NAME r_fourth_service_specific_data
       
    97 	{
       
    98 	name = "Non-localised text for service uid 0x04567000";
       
    99 	}
       
   100 
       
   101 RESOURCE SERVICE_NAME r_fifth_service_specific_data
       
   102 	{
       
   103 	name = "Non-localised text for service uid 0x05678000";
       
   104 	}