commsconfig/commsdatabaseshim/TE_commdb/te_cdma2000Settings/group/te_cdmacommdbsettings.mmp
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 // te_cdmacommdbsettings.mmp
       
     2 //
       
     3 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 //
       
    17 //
       
    18 // Using relative paths for sourcepath and user includes
       
    19 
       
    20 TARGET      te_cdmacommdbsettingssvr.exe
       
    21 TARGETTYPE  exe
       
    22 UID             0x1000007A 0x102014E6
       
    23 VENDORID 0x70000001
       
    24 
       
    25 
       
    26 
       
    27 SOURCEPATH  ../src
       
    28 SOURCE	    ../src/te_cdmacommdbsettingssvr.cpp
       
    29 SOURCE	    ../src/Cdma2000settingsstep.cpp	
       
    30 
       
    31 		
       
    32 
       
    33 USERINCLUDE    ../inc
       
    34 SYSTEMINCLUDE  /epoc32/include
       
    35 SYSTEMINCLUDE  /epoc32/include/test
       
    36 
       
    37 LIBRARY		testexecutelogclient.lib
       
    38 LIBRARY		testexecuteutils.lib
       
    39 LIBRARY     	euser.lib
       
    40 LIBRARY         commdb.lib
       
    41 
       
    42 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    43 
       
    44 
       
    45