predictivesearch/PcsAlgorithm/Algorithm1/group/PcsAlgorithm1.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2006-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:  PCS Algorithm
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY      CAP_ECOM_PLUGIN WriteDeviceData
       
    22 VENDORID        VID_DEFAULT
       
    23 TARGET          PcsAlgorithm1.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x2000B5B9
       
    26 
       
    27 // RESOURCE
       
    28 START  RESOURCE ../data/PcsAlgorithm1.rss
       
    29 TARGET          PcsAlgorithm1.rsc
       
    30 END
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          proxy.cpp
       
    34 SOURCE          CPcsAlgorithm1.cpp
       
    35 SOURCE          CPcsAlgorithm1Helper.cpp
       
    36 SOURCE          CPcsAlgorithm1FilterHelper.cpp
       
    37 SOURCE          CPcsAlgorithm1MultiSearchHelper.cpp
       
    38 SOURCE          CPcsAlgorithm1Utils.cpp
       
    39 SOURCE          CPcsCache.cpp
       
    40 SOURCE	        CPcsPoolElement.cpp
       
    41 SOURCE          CPcsKeyMap.cpp
       
    42 SOURCE 	        CPsDataPluginInterface.cpp
       
    43 SOURCE 	        CPcsAdaptiveGrid.cpp
       
    44 SOURCE 	        CPcsAdaptiveGridItem.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../inc
       
    48 USERINCLUDE     ../../../PcsServer/inc
       
    49 USERINCLUDE     ../../../PcsUtils/inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         eCom.lib
       
    55 LIBRARY         efsrv.lib 
       
    56 LIBRARY         estor.lib
       
    57 LIBRARY         flogger.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         gdi.lib 
       
    60 
       
    61 LIBRARY	    	PcsUtils.lib
       
    62 LIBRARY	        ptiengine.lib
       
    63 LIBRARY         centralrepository.lib