telephonyprotocols/csdagt/group/CSD.MMP
changeset 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2000-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 // csd.agt Circuit-switched agent plug-in for the Comms-infras/Nifman framework, for GSM and CDMA connectivity
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			csd.agt
       
    23 TARGETTYPE		DLL
       
    24 UID				0x10003d39 0x10008b69
       
    25 VENDORID 0x70000001
       
    26 TARGETPATH    	/system/libs
       
    27 
       
    28 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    29                     for RVCT builds                            */
       
    30                     
       
    31 SOURCEPATH		../src
       
    32 SOURCE			Nd_Bases.cpp ND_DBACC.CPP ND_DIRCT.CPP
       
    33 SOURCE			ND_DIRECTSTATES.CPP ND_DLIN.CPP  Nd_dlinStates.cpp
       
    34 SOURCE			ND_DLL.CPP  ND_DLUP.CPP  Nd_dlupStates.cpp
       
    35 SOURCE			ND_ETEL.CPP ND_SCR.CPP Nd_CallBack.cpp
       
    36 SOURCE			Nd_Agent.cpp
       
    37 
       
    38 SOURCEPATH		../script
       
    39 SOURCE			SCHAT.CPP  SCHCONV.CPP  SCOMMAND.CPP  SIO.CPP
       
    40 SOURCE			SSCREXEC.CPP  SSCRREAD.CPP  SVARLAB.CPP
       
    41 
       
    42 USERINCLUDE		../src
       
    43 USERINCLUDE		../script 
       
    44 USERINCLUDE		../inc
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 // The resource file containing csd error messages, generated
       
    48 // for the system error resolver
       
    49 SOURCEPATH              ../group
       
    50 START RESOURCE          csdErr.rss
       
    51 TARGETPATH		/resource/errors
       
    52 LANG                    01
       
    53 END
       
    54 
       
    55 LIBRARY			euser.lib efsrv.lib c32.lib charconv.lib
       
    56 LIBRARY			etel.lib nifman.lib 
       
    57 LIBRARY			etelmm.lib
       
    58 
       
    59 LIBRARY			commsdat.lib
       
    60 
       
    61 #if defined(WINS)
       
    62 deffile    /epoc32/release/wins/agent.def
       
    63 #elif defined(GCC32)
       
    64 deffile    /epoc32/release/marm/agent.def
       
    65 #else
       
    66 deffile    /epoc32/include/def/eabi/agent.def
       
    67 #endif
       
    68 
       
    69 START WINS
       
    70 BASEADDRESS		0x47900000
       
    71 END
       
    72 
       
    73 #include	<comms-infras/commsdebugutility.mmh>
       
    74 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    75 
       
    76 UNPAGED
       
    77 
       
    78 SMPSAFE