uiutils/Findutil/group/FindUtilImpl.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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          findutilimpl.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 // Western find implementation
       
    47 SOURCE          FindUtilWestern.cpp
       
    48 SOURCE          FindUtilKorean.cpp
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         findutil.lib
       
    52 LIBRARY         ptiengine.lib
       
    53 LIBRARY         commonengine.lib
       
    54 LIBRARY         CentralRepository.lib
       
    55 LIBRARY         CenRepNotifHandler.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         fepbase.lib 
       
    58 LIBRARY         avkon.lib eikcoctl.lib eikctl.lib form.lib uiklaf.lib 
       
    59 
       
    60 // end of file