searchui/rom/search.iby
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
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 __SEARCH_IBY__
       
    18 #define __SEARCH_IBY
       
    19 
       
    20 
       
    21 #ifdef FF_SEARCH_SW
       
    22 #include <bldvariant.hrh>
       
    23 #include <data_caging_paths_for_iby.hrh>
       
    24 S60_APP_EXE( Searchapplication)
       
    25 
       
    26 
       
    27 // Application registration file.
       
    28 data=DATAZ_/private/10003a3f/import/apps/Searchapplication_reg.rsc	/private/10003a3f/import/apps/Searchapplication_reg.rsc
       
    29 
       
    30 data=DATAZ_/resource/apps/Searchapplication.mif    /resource/apps/Searchapplication.mif
       
    31 
       
    32 //SearchIndevice handler
       
    33 file=/epoc32/release/armv5/urel/searchindevicehandler.dll SHARED_LIB_DIR/searchindevicehandler.dll
       
    34 
       
    35 
       
    36 
       
    37 //runtime provider dll
       
    38 data=/epoc32/data/z/searchresources/plugins/runtimeproviders/searchruntimeprovider.manifest  searchresources/plugins/runtimeproviders/searchruntimeprovider.manifest
       
    39 data=/epoc32/data/z/searchresources/plugins/runtimeproviders/searchruntimeprovider.qtplugin  searchresources/plugins/runtimeproviders/searchruntimeprovider.qtplugin
       
    40 file=/epoc32/release/armv5/urel/searchruntimeprovider.dll SHARED_LIB_DIR/searchruntimeprovider.dll
       
    41 
       
    42 
       
    43 
       
    44 
       
    45 //state provider dll
       
    46 
       
    47 data=/epoc32/data/z/searchresources/plugins/stateproviders/searchstateprovider.manifest  searchresources/plugins/stateproviders/searchstateprovider.manifest
       
    48 data=/epoc32/data/z/searchresources/plugins/stateproviders/searchstateprovider.qtplugin  searchresources/plugins/stateproviders/searchstateprovider.qtplugin
       
    49 file=/epoc32/release/armv5/urel/searchstateprovider.dll SHARED_LIB_DIR/searchstateprovider.dll
       
    50 
       
    51 #endif //FF_SEARCH_SW
       
    52 
       
    53 #endif // __SEARCH_IBY__
       
    54