harvester/blacklistserver/group/blacklistserver.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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:  MMP file
       
    15 */
       
    16 
       
    17 #include <platform_paths.hrh>
       
    18 VERSION					  10.0
       
    19 TARGET            blacklistserver.exe
       
    20 TARGETTYPE        exe
       
    21 UID               0x0 0x2001B2EB 
       
    22 
       
    23 VENDORID          VID_DEFAULT
       
    24 
       
    25 CAPABILITY        CAP_SERVER 
       
    26 
       
    27 MW_LAYER_SYSTEMINCLUDE
       
    28 SYSTEMINCLUDE	  /epoc32/include/connect
       
    29 
       
    30 USERINCLUDE       ../inc
       
    31 USERINCLUDE       ../../common/inc
       
    32 USERINCLUDE       ../../../metadataengine/server/inc
       
    33 USERINCLUDE       ../../../inc
       
    34 
       
    35 SOURCEPATH        ../src
       
    36 SOURCE		      blacklistserver.cpp
       
    37 SOURCE		      blacklistsession.cpp
       
    38  
       
    39 SOURCEPATH        ../../../metadataengine/server/src
       
    40 SOURCE            mdssqliteconnection.cpp
       
    41 
       
    42 SOURCEPATH        ../../common/src
       
    43 SOURCE            blacklistitem.cpp
       
    44 
       
    45 LIBRARY     	  euser.lib
       
    46 LIBRARY           mdccommon.lib
       
    47 LIBRARY           sqldb.lib
       
    48 LIBRARY           platformenv.lib
       
    49 
       
    50 PAGED
       
    51 BYTEPAIRCOMPRESSTARGET
       
    52 
       
    53 EPOCPROCESSPRIORITY background