commsprocess/commsrootserverconfig/group/ts_rootserver.iby
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     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 #ifndef __TS_ROOTSERVER_IBY__
       
    18 #define __TS_ROOTSERVER_IBY__
       
    19 
       
    20 REM Comms Framework FLogger extension
       
    21 #include <commsdebugutility.iby>
       
    22 
       
    23 #include <commsrootserver.iby>
       
    24 
       
    25 // copy the dll, scripts and ini files to rom
       
    26 file=ABI_DIR\DEBUG_DIR\ts_rootserver.dll     System\libs\ts_rootserver.dll
       
    27 file=ABI_DIR\DEBUG_DIR\testcpm.cpm           System\libs\testcpm.cpm
       
    28 
       
    29 data=EPOCROOT##epoc32\data\z\TestData\Scripts\ts_rootserver.script \TestData\Scripts\ts_rootserver.script
       
    30 
       
    31 
       
    32 data=EPOCROOT##epoc32\data\z\TestData\configs\ts_rootserver.ini 			\TestData\configs\ts_rootserver.ini
       
    33 
       
    34 #endif
       
    35 
       
    36