os/ossrv/lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/DefaultImage/MultipleImageExampleI.RSS
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".
 
     8 // Initial Contributors:
 
     9 // Nokia Corporation - initial contribution.
 
    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.
 
    20 #include <ecom/registryinfo.rh>
 
    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"
 
    31 RESOURCE REGISTRY_INFO theInfo
 
    38 			interface_uid = 0x10282307;
 
    43 					implementation_uid = 0x10282318;
 
    45 					display_name = STRING_displayNameI;
 
    46 					default_data = "Multiple Image Example I - version 1";