commsfwtools/preparedefaultcommsdatabase/Tools/ced/group/ced.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 // MMP file to build CED.EXE to use with version Comms 9.1 and later
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET ced.exe
       
    23 TARGETTYPE exe
       
    24 
       
    25 SOURCE 		../src/ced.cpp
       
    26 SOURCE 		../src/CIniFile.cpp
       
    27 SOURCE 		../src/database.cpp
       
    28 SOURCE 		../src/filedump.cpp
       
    29 SOURCE 		../src/epocerror.cpp
       
    30 SOURCE 		../src/CXMLFile.cpp
       
    31 SOURCE 		../src/CXMLContentHandler.cpp
       
    32 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    33 SOURCE 		../src/input.cpp
       
    34 #endif
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY 	euser.lib efsrv.lib bafl.lib commsdat.lib xmlframework.lib centralrepository.lib
       
    41 
       
    42 EPOCSTACKSIZE 0x6000
       
    43 EPOCHEAPSIZE 1000 5000000
       
    44 CAPABILITY ALL -Tcb
       
    45 
       
    46 VENDORID 0x70000001
       
    47 
       
    48 
       
    49 UNPAGED
       
    50 
       
    51 SMPSAFE