webservices/wsidentitymanager/group/senidentitymanager.mmp
changeset 0 62f9d29f7211
child 25 52bdfc273ec5
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 senidentity manager    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../inc/webservices.hrh"
       
    24 
       
    25 TARGETTYPE      DLL
       
    26 
       
    27 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    28 TARGET          SenIdentityManager.dll
       
    29 UID             0x1000008d 0x101F96F7
       
    30 #else
       
    31 TARGET          wsidentitymanager.dll
       
    32 UID             0x1000008d 0x101F972E
       
    33 #endif
       
    34 
       
    35 #ifdef EKA2
       
    36     #if !defined ( VID_DEFAULT ) 
       
    37         VENDORID 0x101FB657
       
    38     #else
       
    39         VENDORID VID_DEFAULT
       
    40     #endif 
       
    41   
       
    42     #if !defined ( CAP_GENERAL_DLL )
       
    43         CAPABILITY ALL -TCB
       
    44     #else
       
    45         CAPABILITY CAP_GENERAL_DLL
       
    46     #endif
       
    47 #endif
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          senidentitymanagerdll.cpp
       
    51 SOURCE          sensecuritymechanismobserver.cpp
       
    52 SOURCE          senbaseidentitymanager.cpp
       
    53 SOURCE          senmultiuseridentitymanager.cpp
       
    54 SOURCE          senuser.cpp
       
    55 SOURCE          senbaseidentity.cpp
       
    56 SOURCE          senwiseidentityprovider.cpp
       
    57 
       
    58 USERINCLUDE     ../inc
       
    59 USERINCLUDE     ../../wsutils/inc // SenDebug.h - file logging MACROs
       
    60 USERINCLUDE     ../../wsnotifierplugins/inc // notifier client headers 
       
    61 
       
    62 USERINCLUDE     ../../wscore/inc  // MSenCoreServiceManager.h
       
    63 USERINCLUDE   ../../wsframework/inc // SenSecurityMechanism.h
       
    64 USERINCLUDE     ../../wslogger/inc
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE
       
    67 SYSTEMINCLUDE   ../../inc
       
    68 
       
    69 SYSTEMINCLUDE   /epoc32/include/ecom
       
    70 SYSTEMINCLUDE   /epoc32/include/libc
       
    71 
       
    72 #ifdef __CRYPTO_HW__
       
    73 SYSTEMINCLUDE   /epoc32/include/internal
       
    74 #endif // __CRYPTO_HW__
       
    75 
       
    76 // System libs
       
    77 LIBRARY         euser.lib
       
    78 LIBRARY         efsrv.lib   // for RFs
       
    79 LIBRARY         estor.lib   // for RFileWriteStream
       
    80 LIBRARY         sysutil.lib // sysutil.h
       
    81 LIBRARY         ecom.lib    // for ecoms
       
    82 LIBRARY         flogger.lib
       
    83 
       
    84 #ifdef __CRYPTO_HW__
       
    85 #ifndef WINSCW 
       
    86 LIBRARY         SecEnv.lib
       
    87 #endif //WINSCW
       
    88 #endif // __CRYPTO_HW__
       
    89 /*
       
    90 #if defined(ARMCC)
       
    91 LIBRARY PLPVARIANT.LIB
       
    92 #elif defined(WINSCW)
       
    93 #elif defined(WINS)
       
    94 #else  // MARM
       
    95 LIBRARY         PLPVARIANT.LIB // for reading IMEI (not in public Series 60 2.1b SDK)
       
    96 #endif
       
    97 */
       
    98 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    99 // Serene libs
       
   100 LIBRARY         SenXml.lib
       
   101 LIBRARY         SenServDesc.lib
       
   102 LIBRARY         SenNotDlg.lib
       
   103 LIBRARY         SenLogger.lib
       
   104 LIBRARY			SenFramework.lib
       
   105 LIBRARY         SenUtils.lib
       
   106 #else
       
   107 // Serene libs
       
   108 LIBRARY         wsXml.lib
       
   109 LIBRARY         wsServDesc.lib
       
   110 LIBRARY         wsNotDlg.lib
       
   111 LIBRARY         wsLogger.lib
       
   112 LIBRARY			wsFramework.lib
       
   113 LIBRARY         wsUtils.lib
       
   114 #endif
       
   115 
       
   116 #if defined(ARMCC)
       
   117 DEFFILE ../eabi/SENIDENTITYMANAGER.DEF
       
   118 #elif defined(WINSCW)
       
   119 DEFFILE ../BWINSCW/SENIDENTITYMANAGER.DEF
       
   120 #elif defined(WINS)
       
   121   DEFFILE    ../BWINS/SENIDENTITYMANAGER.DEF
       
   122 #else 
       
   123   DEFFILE     ../BMARM/SENIDENTITYMANAGER.DEF
       
   124 #endif
       
   125 
       
   126 SMPSAFE
       
   127