posmsgpluginreferenceimpl/group/epos_omasuplposmessageplugin_ref.mmp
changeset 46 e1758cbb96ac
parent 0 0ce1b5ce9557
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Project file for POS Message plugin reference implementation
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          eposomasuplposrefapp.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 UID             0x10009d8d 0x1027509D
       
    23 
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          epos_comasuplposhandler.cpp
       
    29 SOURCE          epos_comasuplpossession.cpp
       
    30 SOURCE          epos_comasuplposhandlerproxy.cpp
       
    31 SOURCE          epos_comasuplposhandlermain.cpp
       
    32 SOURCE          epos_tomasuplposutility.cpp
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 //SYSTEMINCLUDE   /epoc32/include 
       
    39 //SYSTEMINCLUDE   /epoc32/include/ecom
       
    40 
       
    41 LIBRARY         euser.lib 
       
    42 LIBRARY         ecom.lib
       
    43 LIBRARY         eposomasuplposmessageplugin.lib
       
    44 
       
    45 
       
    46 START RESOURCE  ../data/1027509D.rss
       
    47     #ifdef SYMBIAN_SECURE_ECOM 
       
    48         TARGET eposomasuplposrefapp.rsc
       
    49     #endif	
       
    50 END