commsfwtools/preparedefaultcommsdatabase/group/CommsDat.MMP
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2004-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 // commsdat.dll Comms database Access
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #include <comms-infras/commsdebugutility.mmh>
       
    24 
       
    25 
       
    26 TARGET          commsdat.dll
       
    27 TARGETTYPE      DLL
       
    28 
       
    29 UID             0x1000008d 0x10204DDB
       
    30 VENDORID 	0x70000001
       
    31 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE		MetaDatabaseVisitor.cpp MetaDatabase.cpp MetaDatabaseVisitorRecordSet.cpp MetaDatabaseVisitorRecordLink.cpp
       
    35 SOURCE          MetaDatabaseVisitorGenericRecord.cpp  
       
    36 SOURCE		CommsDatSessionImpl.cpp CommsDatNotifier.cpp CommsDatMapper.cpp CommsDatValidator.cpp 
       
    37 SOURCE		CommsDat.cpp CommsDatTypesV1_1.cpp   CommsDatUtilImpl.cpp CommsDatSchema.cpp
       
    38 SOURCE      CommsDatMapperAndValidatorUtils.cpp
       
    39 
       
    40 USERINCLUDE     ../inc ../../../commsconfig/commsdatabaseshim/commdbshim/Notifier/inc
       
    41 USERINCLUDE	../src
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 LIBRARY         euser.lib  
       
    46 LIBRARY		dial.lib   netmeta.lib
       
    47 LIBRARY		centralrepository.lib  
       
    48 
       
    49 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    50 	deffile COMMSDAT_BEARER_MOBILITY.DEF
       
    51 #else
       
    52 	deffile COMMSDAT.DEF
       
    53 #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    54 
       
    55 CAPABILITY ALL -Tcb
       
    56 
       
    57 SMPSAFE