equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: |
|
15 * This is the project specification file for Landmarks Search Client Library |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET eposlmmultidbsearch.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x101FE995 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY CAP_CLIENT_DLL |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE EPos_CPosLmMultiDbSearch.cpp |
|
31 SOURCE EPos_CPosLmMultiDbSearchItem.cpp |
|
32 SOURCE EPos_CPosLmMultiDbSearchOperation.cpp |
|
33 SOURCE EPos_CPosLmActiveOperation.cpp |
|
34 SOURCE EPos_CPosLmMultiDbSortPref.cpp |
|
35 SOURCE EPos_PosLmCriteriaHelper.cpp |
|
36 SOURCE EPos_CPosLmEmptyIterator.cpp |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE ../../../inc |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY bafl.lib |
|
45 LIBRARY lbs.lib |
|
46 LIBRARY eposlandmarks.lib |
|
47 LIBRARY eposlmsearchlib.lib |
|
48 LIBRARY eposlmlocalaccess.lib |
|
49 LIBRARY eposlmintservices.lib |
|
50 |
|
51 SMPSAFE |
|
52 |
|
53 // END OF FILE |
|
54 |