searchui/rom/searchresources.iby
changeset 0 ccd0fd43f247
child 15 df6898e696c6
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     1 /*
       
     2 * Copyright (c) 2010 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:  search IBY file
       
    15 */
       
    16 
       
    17 #ifndef __SEARCHRESOURCES_IBY__
       
    18 #define __SEARCHRESOURCES_IBY__
       
    19 
       
    20 
       
    21 #ifdef FF_SEARCH_SW
       
    22 
       
    23 #include <data_caging_paths_for_iby.hrh>
       
    24 
       
    25 //Language resource files
       
    26 data=DATAZ_\QT_TRANSLATIONS_DIR\searchsw.qm QT_TRANSLATIONS_DIR\searchsw.qm
       
    27 
       
    28 // Application resource file.
       
    29 data=DATAZ_/resource/apps/Searchapplication.RSC     /resource/apps/Searchapplication.RSC
       
    30 
       
    31 #endif //FF_SEARCH_SW
       
    32 
       
    33 #endif //__SEARCHRESOURCES_IBY__