os/ossrv/lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/DefaultImage/MultipleImageExampleI.RSS
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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 "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Resource file for the Multiple ROM Image Example Collection
    15 // To be used with the full Client / Server architecture.
    16 // This is one of the resource files for the multiple rom image test for CR0759.
    17 // 
    18 //
    19 
    20 #include <ecom/registryinfo.rh>
    21 
    22 // Conditional compile, depending on locale
    23 #if defined LANGUAGE_02   // if language code is for French
    24  #include "MultipleImageExample_02.rls"
    25 #elif defined LANGUAGE_03 // if language code is for German
    26  #include "MultipleImageExample_03.rls"
    27 #else                     // if language code is default: UK English
    28  #include "MultipleImageExample_sc.rls"
    29 #endif 
    30 
    31 RESOURCE REGISTRY_INFO theInfo
    32 	{
    33 	dll_uid = 0x10282317;
    34 	interfaces = 
    35 		{
    36 		INTERFACE_INFO
    37 			{
    38 			interface_uid = 0x10282307;
    39 			implementations = 
    40 				{
    41 				IMPLEMENTATION_INFO
    42 					{
    43 					implementation_uid = 0x10282318;
    44 					version_no = 1;
    45 					display_name = STRING_displayNameI;
    46 					default_data = "Multiple Image Example I - version 1";
    47 					}
    48 				};
    49 			}
    50 		};
    51 	}
    52