multimediacommsengine/tsrc/MMCTestDriver/rom/mcetestdriver.iby
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     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 
       
    19 /*
       
    20 Rom definition file for SIP binaries
       
    21 */
       
    22 
       
    23 #ifndef __SIPTESTDRIVER_IBY__
       
    24 #define __SIPTESTDRIVER_IBY__
       
    25 
       
    26 
       
    27 #ifdef RD_SECURE_BIN_RES
       
    28 
       
    29 /*=========================================================================
       
    30 * TestClient
       
    31 * =========================================================================
       
    32 */
       
    33 
       
    34 S60_APP_EXE(TestClient)
       
    35 S60_APP_RESOURCE(TestClient)
       
    36 
       
    37 
       
    38 file=ABI_DIR\BUILD_DIR\TesterCore.dll SHARED_LIB_DIR\TesterCore.dll
       
    39 
       
    40 file=ABI_DIR\BUILD_DIR\TestClientNet.dll SHARED_LIB_DIR\TestClientNet.dll
       
    41 
       
    42 file=ABI_DIR\BUILD_DIR\WatcherClient.dll SHARED_LIB_DIR\WatcherClient.dll
       
    43 
       
    44 file=ABI_DIR\BUILD_DIR\WatcherServ.exe PROGRAMS_DIR\WatcherServ.exe
       
    45 
       
    46 file=ABI_DIR\BUILD_DIR\FileHandlerClient.dll SHARED_LIB_DIR\FileHandlerClient.dll
       
    47 
       
    48 file=ABI_DIR\BUILD_DIR\TCFileHandlerServ.exe PROGRAMS_DIR\TCFileHandlerServ.exe
       
    49 
       
    50 
       
    51 data=\epoc32\data\z\resource\apps\TestClient_loc.rsc APP_RESOURCE_DIR\TestClient_loc.rsc
       
    52 
       
    53 data=\epoc32\data\z\private\10003a3f\apps\TestClient_reg.rsc private\10003a3f\apps\TestClient_reg.rsc
       
    54 
       
    55 /*========================================================================
       
    56 * MCETester
       
    57 * ========================================================================
       
    58 */
       
    59 
       
    60 ECOM_PLUGIN(MCETester.dll,MCETester.rsc)
       
    61 
       
    62 ECOM_PLUGIN(MCETTCNResolverPlugin.dll,MCETTCNResolverPlugin.rsc)
       
    63 
       
    64 /*========================================================================
       
    65 * SipTester
       
    66 * ========================================================================
       
    67 */
       
    68 
       
    69 ECOM_PLUGIN(SIPTester.dll,SIPTester.rsc)
       
    70 
       
    71 // SIP Tester resolver plugin should not be needed
       
    72 //ECOM_PLUGIN(SIPTTCNResolverPlugin.dll,SIPTTCNResolverPlugin.rsc)
       
    73 
       
    74 #endif /* RD_SECURE_BIN_RES */
       
    75 
       
    76 #endif /* __SIPTESTDRIVER_IBY__ */