equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2008 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 * Find Utilities provides generic find implementation |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 #include <platform_paths.hrh> |
|
28 |
|
29 TARGET findutilimpljapan.dll |
|
30 TARGETTYPE DLL |
|
31 UID 0x1000008d 0x10005A20 |
|
32 |
|
33 CAPABILITY CAP_GENERAL_DLL |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 USERINCLUDE . ../inc |
|
37 |
|
38 // This is a SYSTEMINCLUDE macro containing the middleware |
|
39 // layer specific include directories |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 SYSTEMINCLUDE ../../../inc |
|
43 |
|
44 SOURCEPATH ../src |
|
45 |
|
46 // Japanese find implementation |
|
47 SOURCE FindUtilJapanese.cpp |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY findutil.lib |
|
51 LIBRARY ptiengine.lib |
|
52 LIBRARY commonengine.lib |
|
53 LIBRARY CentralRepository.lib |
|
54 LIBRARY CenRepNotifHandler.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY fepbase.lib |
|
57 LIBRARY avkon.lib eikcoctl.lib eikctl.lib form.lib uiklaf.lib |
|
58 |
|
59 // end of file |