commsconfig/rom/csc.iby
branchRCL_3
changeset 22 d38647835c2e
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2005 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 *       IBY file for CSC Application
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef CSC_IBY__
       
    22 #define CSC_IBY__
       
    23 
       
    24 
       
    25     file=ABI_DIR/BUILD_DIR/cscengine.dll      SHARED_LIB_DIR/cscengine.dll
       
    26     file=ABI_DIR/BUILD_DIR/cscsettingsui.dll  SHARED_LIB_DIR/cscsettingsui.dll
       
    27 
       
    28     DATA=DATAZ_/RESOURCE_FILES_DIR/cscengine.rsc RESOURCE_FILES_DIR/cscengine.rsc
       
    29 
       
    30     ECOM_PLUGIN( cscgsplugin.dll,2001E639.rsc )
       
    31 
       
    32 		// stub SIS, provides support for SIS upgrading
       
    33 		data=ZSYSTEM/install/commsconfig_stub.sis    System/Install/commsconfig_stub.sis
       
    34     ECOM_PLUGIN( cscsipvoipcleanupplugin.dll,2000B007.rsc )
       
    35 
       
    36     SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,CSC)
       
    37     
       
    38     S60_APP_EXE(CSC)
       
    39     S60_APP_AIF_ICONS(CSC)
       
    40     S60_UPGRADABLE_APP_REG_RSC(CSC)
       
    41 
       
    42 
       
    43 #endif // CSC_IBY__