webservices/wsnotifierplugins/group/sennotplugindlgclient.mmp
changeset 0 62f9d29f7211
child 24 c86679a46cef
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 specification file for sennotplugindlgclient   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../inc/webservices.hrh"
       
    22 
       
    23 TARGETTYPE        dll
       
    24 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    25 TARGET            sennotdlg.dll
       
    26 UID               0x1000008d 0x101F9766
       
    27 #else
       
    28 TARGET            wsnotdlg.dll
       
    29 UID               0x1000008d 0x101F9745
       
    30 #endif
       
    31 
       
    32 
       
    33 #ifdef EKA2
       
    34     #if !defined ( VID_DEFAULT ) 
       
    35         VENDORID 0x101FB657
       
    36     #else
       
    37         VENDORID VID_DEFAULT
       
    38     #endif 
       
    39   
       
    40     #if !defined ( CAP_GENERAL_DLL )
       
    41         CAPABILITY ALL -TCB
       
    42     #else
       
    43         CAPABILITY CAP_GENERAL_DLL
       
    44     #endif
       
    45 #endif
       
    46 
       
    47 
       
    48 SOURCEPATH        ../src
       
    49 SOURCE            sennotplugindlg.cpp 
       
    50 
       
    51 USERINCLUDE       ../inc
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 SYSTEMINCLUDE   ../../inc
       
    55 
       
    56 
       
    57 LIBRARY           euser.lib 
       
    58 
       
    59 #ifdef SYMBIAN_SECURE_ECOM 
       
    60   #if defined(ARMCC)
       
    61     DEFFILE ../eabi/SENNOTPLUGINDLGCLIENT.DEF
       
    62   #elif defined(WINSCW)
       
    63     DEFFILE ../BWINSCW/SENNOTPLUGINDLGCLIENT.DEF
       
    64   #elif defined(WINS)
       
    65     DEFFILE ../BWINS/SENNOTPLUGINDLGCLIENT.DEF
       
    66   #else 
       
    67     DEFFILE ../BMARM/SENNOTPLUGINDLGCLIENT.DEF
       
    68   #endif
       
    69 #else // not SYMBIAN_SECURE_ECOM 
       
    70   #if defined(ARMCC)
       
    71     DEFFILE ../EABI/SENNOTPLUGINDLGCLIENT_2.6.DEF
       
    72   #elif defined(WINSCW)
       
    73     DEFFILE ../BWINSCW/SENNOTPLUGINDLGCLIENT_2.6.DEF
       
    74   #elif defined(WINS)
       
    75     DEFFILE ../BWINS/SENNOTPLUGINDLGCLIENT_2.6.DEF
       
    76   #else 
       
    77     DEFFILE ../BMARM/SENNOTPLUGINDLGCLIENT_2.6.DEF
       
    78   #endif
       
    79 #endif // SYMBIAN_SECURE_ECOM 
       
    80 
       
    81 SMPSAFE
       
    82