posmsgpluginreferenceimpl/group/epos_omasuplposmessageplugin_ref.mmp
author srilekhas <srilekhas@symbian.org>
Mon, 23 Aug 2010 13:54:26 +0100
branchRCL_3
changeset 36 88cd424627a2
parent 0 0ce1b5ce9557
permissions -rw-r--r--
Merge RCL_3 fixes with latest delivery.

/*
* Copyright (c) 2005-2006 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:  Project file for POS Message plugin reference implementation
*
*/

#include <platform_paths.hrh>

TARGET          eposomasuplposrefapp.dll
TARGETTYPE      PLUGIN
UID             0x10009d8d 0x1027509D

CAPABILITY      CAP_ECOM_PLUGIN
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE          epos_comasuplposhandler.cpp
SOURCE          epos_comasuplpossession.cpp
SOURCE          epos_comasuplposhandlerproxy.cpp
SOURCE          epos_comasuplposhandlermain.cpp
SOURCE          epos_tomasuplposutility.cpp

MW_LAYER_SYSTEMINCLUDE

USERINCLUDE     ../inc

//SYSTEMINCLUDE   /epoc32/include 
//SYSTEMINCLUDE   /epoc32/include/ecom

LIBRARY         euser.lib 
LIBRARY         ecom.lib
LIBRARY         eposomasuplposmessageplugin.lib


START RESOURCE  ../data/1027509D.rss
    #ifdef SYMBIAN_SECURE_ECOM 
        TARGET eposomasuplposrefapp.rsc
    #endif	
END