equal
deleted
inserted
replaced
|
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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET CPixSearchClient.dll |
|
20 TARGETTYPE dll |
|
21 |
|
22 // TODO: Should the uid be this or from our own range?? |
|
23 UID 0x1000008d 0x2001F6FE |
|
24 VENDORID 0 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 |
|
28 SOURCE CSearchDocument.cpp |
|
29 SOURCE CDocumentField.cpp |
|
30 SOURCE CCPixIndexer.cpp |
|
31 SOURCE CCPixSearcher.cpp |
|
32 SOURCE RSearchServerSession.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../../searchsrv_plat/cpix_utility_api/inc |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY estor.lib |
|
40 |
|
41 LIBRARY flogger.lib |
|
42 |
|
43 CAPABILITY CAP_GENERAL_DLL -DRM |
|
44 |
|
45 // End of File |