phonebookengines/CntSortPlugin/group/CntSortPlugin.mmp
branchRCL_3
changeset 63 f4a778e096c2
parent 62 5b6f26637ad3
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
    15 *     Build information file for contact model plugin needed for japanese sort
    15 *     Build information file for contact model plugin needed for japanese sort
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include "cntsortpluginuid.h"
    20 #include "CntSortPluginUid.h"
    21 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    22 #include <data_caging_paths.hrh>
    22 #include <data_caging_paths.hrh>
    23 
    23 
    24 TARGET          cntsortplugin.dll
    24 TARGET          CntSortPlugin.DLL
    25 TARGETTYPE      PLUGIN
    25 TARGETTYPE      PLUGIN
    26 UID             KEComPluginUID2 KCntModelSortPluginDllUID3
    26 UID             KEComPluginUID2 KCntModelSortPluginDllUID3
    27 CAPABILITY      CAP_ECOM_PLUGIN
    27 CAPABILITY      CAP_ECOM_PLUGIN
    28 VENDORID        VID_DEFAULT
    28 VENDORID        VID_DEFAULT
    29 
    29 
    30 SOURCEPATH      ../src
    30 SOURCEPATH      ../src
    31 SOURCE          dllmain.cpp
    31 SOURCE          DllMain.cpp
    32 SOURCE          ccntsortplugin.cpp
    32 SOURCE          CCntSortPlugin.cpp
    33 SOURCE          csortkeyarray.cpp
    33 SOURCE          CSortKeyArray.cpp
    34 
    34 
    35 USERINCLUDE     ../group
    35 USERINCLUDE     ../group
    36 APP_LAYER_SYSTEMINCLUDE
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 // Symbian uses #include <ecom.h> in cntviewsortplugin.h
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom
    37 
    39 
    38 START RESOURCE  101f85a9.rss
    40 START RESOURCE  101f85a9.rss
    39 TARGET          cntsortplugin
    41 TARGET          CntSortPlugin
    40 TARGETPATH      resource/plugins
    42 TARGETPATH      resource/plugins
    41 END
    43 END
    42 
    44 
    43 LIBRARY         euser.lib
    45 LIBRARY         euser.lib
    44 LIBRARY         ECom.lib
    46 LIBRARY         ECom.lib