equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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:IBY file for search feature plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __SEARCHFEATUREPLUGIN_IBY__ |
|
19 #define __SEARCHFEATUREPLUGIN_IBY__ |
|
20 |
|
21 // searchfeature plugin : |
|
22 //dlls |
|
23 file=ABI_DIR\BUILD_DIR\searchmanager.dll SHARED_LIB_DIR\searchmanager.dll |
|
24 file=ABI_DIR\BUILD_DIR\searchdatamodel.dll SHARED_LIB_DIR\searchdatamodel.dll |
|
25 file=ABI_DIR\BUILD_DIR\searchoperation.dll SHARED_LIB_DIR\searchoperation.dll |
|
26 file=ABI_DIR\BUILD_DIR\searchprocessor.dll SHARED_LIB_DIR\searchprocessor.dll |
|
27 |
|
28 //ECom hook |
|
29 ECOM_PLUGIN( searchecomhook.dll, searchecomhook.rsc) |
|
30 ECOM_PLUGIN( searchdatamodelhook.dll, searchdatamodelhook.rsc) |
|
31 ECOM_PLUGIN( searchoperationshook.dll, searchoperationshook.rsc) |
|
32 ECOM_PLUGIN( searchprocessorhook.dll, searchprocessorhook.rsc) |
|
33 |
|
34 #endif |
|
35 |
|
36 |