equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: Project definition file for Search Manager ECom Hook |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "../../group/searchdlluids.hrh" |
|
21 |
|
22 |
|
23 TARGET searchecomhook.dll |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 TARGETTYPE PLUGIN |
|
26 UID XIMP_SEARCH_DLL_UID_ECOM_PLUGIN XIMP_DLL_UID_SEARCH_HOOK |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 VERSION 10.0 |
|
30 |
|
31 SOURCEPATH ../srcecomhook |
|
32 START RESOURCE searchecomhook.rss |
|
33 TARGET searchecomhook.rsc |
|
34 END |
|
35 |
|
36 |
|
37 SOURCEPATH ../srcecomhook |
|
38 SOURCE searchecomhook.cpp |
|
39 |
|
40 |
|
41 USERINCLUDE ../srcecomhook |
|
42 USERINCLUDE ../srcsearchmanager |
|
43 USERINCLUDE ../../srcsearchdatamodel |
|
44 USERINCLUDE ../../group |
|
45 |
|
46 |
|
47 |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY searchmanager.lib |
|
53 LIBRARY ecom.lib |
|
54 |
|
55 |
|
56 |
|
57 #if defined( ARMCC ) |
|
58 DEFFILE ../../eabi/ |
|
59 #elif defined ( WINSCW ) |
|
60 deffile ../../bwins/ |
|
61 #endif |