harvester/blacklistserver/group/blacklistserver.mmp
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 12:49:29 +0000
branchCompilerCompatibility
changeset 13 16369ba02293
parent 0 c53acadfccc6
child 14 646a02f170b9
permissions -rw-r--r--
Merge from PDK_3.0.h - (it's now identical)

/*
* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  MMP file
*/

#include <platform_paths.hrh>
VERSION					  10.0
TARGET            blacklistserver.exe
TARGETTYPE        exe
UID               0x0 0x2001B2EB 

VENDORID          VID_DEFAULT

CAPABILITY        CAP_SERVER 

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE	  /epoc32/include/connect

USERINCLUDE       ../inc
USERINCLUDE       ../../common/inc
USERINCLUDE       ../../../metadataengine/server/inc
USERINCLUDE       ../../../inc

SOURCEPATH        ../src
SOURCE		      blacklistserver.cpp
SOURCE		      blacklistsession.cpp
 
SOURCEPATH        ../../../metadataengine/server/src
SOURCE            mdssqliteconnection.cpp

SOURCEPATH        ../../common/src
SOURCE            blacklistitem.cpp

LIBRARY     	  euser.lib
LIBRARY           mdccommon.lib
LIBRARY           sqldb.lib
LIBRARY           platformenv.lib

PAGED
BYTEPAIRCOMPRESSTARGET

EPOCPROCESSPRIORITY background