cbsatplugin/atmisccmdplugin/group/atmisccmdplugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 16:49:44 +0300
branchRCL_3
changeset 16 b23265fb36da
child 32 19bd632b5100
permissions -rw-r--r--
Revision: 201015 Kit: 201017

/*
 * Copyright (c) 2010 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 :
 *
 */

#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include "../inc/atmisccmdpluginuids.hrh"

CAPABILITY 	    CAP_ECOM_PLUGIN 
VENDORID        VID_DEFAULT
TARGET          atmisccmdplugin.dll
TARGETTYPE	    PLUGIN
UID             0x10009D8D 0x2002C3BA

SOURCEPATH      ../src
SOURCE          main.cpp
SOURCE          atmisccmdplugin.cpp 
SOURCE          atmisccmdpluginbase.cpp 
SOURCE          atcommandparser.cpp
SOURCE          clckcommandhandler.cpp 
SOURCE          securitycodeverifier.cpp
SOURCE          securityeventhandler.cpp
SOURCE          cbsettinghandler.cpp
SOURCE          cpwdcommandhandler.cpp
SOURCE          cpincommandhandler.cpp
SOURCE          cusdcommandhandler.cpp 
SOURCE          cnumcommandhandler.cpp
SOURCE          cfuncommandhandler.cpp 
SOURCE          cbccommandhandler.cpp
SOURCE          cusdreadwriteimp.cpp

USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE

START RESOURCE  ../data/2002C3BA.rss
TARGET          atmisccmdplugin.rsc
END

LIBRARY	        ecom.lib
LIBRARY         euser.lib
LIBRARY         atextpluginbase.lib
LIBRARY         bafl.lib
LIBRARY         etelmm.lib
LIBRARY         etel.lib
LIBRARY         hash.lib

LIBRARY         ProfileEng.lib
LIBRARY         StarterClient.lib 

DEBUGLIBRARY    flogger.lib

// End of File