searchui/rom/search.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 19 Apr 2010 14:40:05 +0300
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  search IBY file
*/

#ifndef __SEARCH_IBY__
#define __SEARCH_IBY


#ifdef FF_SEARCH_SW
#include <bldvariant.hrh>
#include <data_caging_paths_for_iby.hrh>
S60_APP_EXE( Searchapplication)


// Application registration file.
data=DATAZ_/private/10003a3f/import/apps/Searchapplication_reg.rsc	/private/10003a3f/import/apps/Searchapplication_reg.rsc

data=DATAZ_/resource/apps/Searchapplication.mif    /resource/apps/Searchapplication.mif

//SearchIndevice handler
file=/epoc32/release/armv5/urel/searchindevicehandler.dll SHARED_LIB_DIR/searchindevicehandler.dll



//runtime provider dll
data=/epoc32/data/z/searchresources/plugins/runtimeproviders/searchruntimeprovider.manifest  searchresources/plugins/runtimeproviders/searchruntimeprovider.manifest
data=/epoc32/data/z/searchresources/plugins/runtimeproviders/searchruntimeprovider.qtplugin  searchresources/plugins/runtimeproviders/searchruntimeprovider.qtplugin
file=/epoc32/release/armv5/urel/searchruntimeprovider.dll SHARED_LIB_DIR/searchruntimeprovider.dll




//state provider dll

data=/epoc32/data/z/searchresources/plugins/stateproviders/searchstateprovider.manifest  searchresources/plugins/stateproviders/searchstateprovider.manifest
data=/epoc32/data/z/searchresources/plugins/stateproviders/searchstateprovider.qtplugin  searchresources/plugins/stateproviders/searchstateprovider.qtplugin
file=/epoc32/release/armv5/urel/searchstateprovider.dll SHARED_LIB_DIR/searchstateprovider.dll

#endif //FF_SEARCH_SW

#endif // __SEARCH_IBY__