userdict/rom/userdict_Variant.iby
branchRCL_3
changeset 12 e9f0e1110077
parent 9 38691ba2fda5
child 13 261ff9819be3
equal deleted inserted replaced
9:38691ba2fda5 12:e9f0e1110077
     1 /*
       
     2 * Copyright (c) 2005-2007 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:     userdict application IBY file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __USERDICT_VARIANT_IBY__
       
    23 #define __USERDICT_VARIANT_IBY__
       
    24 
       
    25 #ifdef __JAPANESE
       
    26 
       
    27 ///////////////////////////////////////////////////////////////////////////////
       
    28 // Application binaries
       
    29 S60_APP_EXE(UserDict)
       
    30 
       
    31 ///////////////////////////////////////////////////////////////////////////////
       
    32 // Application information resource
       
    33 S60_APP_AIF_RSC(UserDict)
       
    34 
       
    35 ///////////////////////////////////////////////////////////////////////////////
       
    36 // Application Icons
       
    37 S60_APP_AIF_ICONS(UserDict)
       
    38 
       
    39 ///////////////////////////////////////////////////////////////////////////////
       
    40 // UserDict embeded ECOM plugin
       
    41 ECOM_PLUGIN(userdict.dll,101F86A9.rsc)
       
    42 
       
    43 ///////////////////////////////////////////////////////////////////////////////
       
    44 // Application resouce file
       
    45 #define USER_APP_RESOURCE_LOCALIZED UserDict
       
    46 #include <Variant/localized_resources.iby>
       
    47 
       
    48 #endif  // __JAPANESE
       
    49 
       
    50 #endif  // __USERDICT_IBY__