commsconfig/commsdatabaseshim/commdbshim/group/commdb.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // commdb.dll Comms database API
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @deprecated since v9.1. IT is replaced by commsdat functionality
       
    21 */
       
    22 
       
    23 #include <comms-infras/commsdebugutility.mmh>
       
    24 
       
    25 TARGET          commdb.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x1000008d 0x10004e1c
       
    28 VENDORID 0x70000001
       
    29 
       
    30 
       
    31 SOURCEPATH      ../SCDB
       
    32 SOURCE          CDBDATA.CPP CDBDLL.CPP CDBTABLE.CPP CDBPrefTable.cpp
       
    33 SOURCE          CDBTEMP.CPP RESNUM.CPP CDBOVER.CPP commdb_impl.cpp
       
    34 SOURCE          CDBSTORE.CPP OVERRIDE.CPP CommDbConnPref.cpp
       
    35 
       
    36 SOURCEPATH	 ../ProtectedDB
       
    37 SOURCE	         ProtectDB.cpp protectcpdb.cpp
       
    38 
       
    39 USERINCLUDE	../INC
       
    40 USERINCLUDE	../SCDB
       
    41 USERINCLUDE	../ProtectedDB 
       
    42 USERINCLUDE	../Notifier/inc 
       
    43 USERINCLUDE ../../../../commsfwtools/preparedefaultcommsdatabase/inc 
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY         euser.lib  efsrv.lib  estor.lib
       
    48 LIBRARY         edbms.lib  dial.lib
       
    49 LIBRARY         esock.lib
       
    50 LIBRARY         commsdat.lib
       
    51 LIBRARY         shimnotifiercli.lib
       
    52 
       
    53 DEFFILE		COMMDB.DEF
       
    54 
       
    55 START WINS
       
    56 BASEADDRESS     0x47a00000
       
    57 END
       
    58 
       
    59 
       
    60 CAPABILITY ALL -Tcb
       
    61 
       
    62 SMPSAFE