telephonyprotocols/csdagt/group/CSD.IBY
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CSD_IBY__
       
    19 #define __CSD_IBY__
       
    20 
       
    21 REM CSD Agent - Dialup networking
       
    22 
       
    23 #include <etel.iby>
       
    24 #include <commdb.iby>
       
    25 #include <charconv.iby>
       
    26 #ifdef _DEBUG
       
    27 #include <commsdebugutility.iby>
       
    28 #endif
       
    29 #include <etelmm.iby>
       
    30 #include <nifman.iby>
       
    31 
       
    32 REM Make sure the error strings appear in the ROM
       
    33 
       
    34 data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\CSDERR	Resource\Errors\csderr)
       
    35 
       
    36 file=ABI_DIR\DEBUG_DIR\csd.agt		System\Libs\Csd.agt
       
    37 
       
    38 #endif
       
    39