mobilemessaging/unieditor/rom/UniEditor.iby
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     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:  UniEditor.iby*
       
    15 */
       
    16 
       
    17 #ifndef __UNIEDITOR_IBY__
       
    18 #define __UNIEDITOR_IBY__
       
    19 
       
    20 // App
       
    21 S60_APP_EXE(UniEditor)          // unieditor.exe
       
    22 S60_UPGRADABLE_APP_REG_RSC(UniEditor)      // unieditor_reg
       
    23 S60_APP_AIF_ICONS(UniEditor)    // unieditor_mif
       
    24 // Stub sis files
       
    25 data=\epoc32\data\z\system\install\stub_unieditor.sis					\system\install\stub_unieditor.sis
       
    26 
       
    27 // MmsPlugin
       
    28 ECOM_PLUGIN( UniMmsPlugin.dll, UniMmsPlugin.rsc )    // MmsPlugin
       
    29 
       
    30 // Model
       
    31 file=ABI_DIR\BUILD_DIR\UniDataModel.dll		SHARED_LIB_DIR\UniDataModel.dll
       
    32 
       
    33 // MTMs
       
    34 file=ABI_DIR\BUILD_DIR\UniMtms.dll		    SHARED_LIB_DIR\UniMtms.dll
       
    35 
       
    36 // UniPluginApi
       
    37 file=ABI_DIR\BUILD_DIR\UniPluginApi.dll		SHARED_LIB_DIR\UniPluginApi.dll
       
    38 
       
    39 // VideoConversionApi
       
    40 file=ABI_DIR\BUILD_DIR\VideoConversionApi.dll		SHARED_LIB_DIR\VideoConversionApi.dll
       
    41 
       
    42 // SmsPlugin
       
    43 ECOM_PLUGIN( UniSmsPlugin.dll, UniSmsPlugin.rsc )            // SmsPlugin
       
    44 
       
    45 // UniUtils
       
    46 file=ABI_DIR\BUILD_DIR\UniUtils.dll		    SHARED_LIB_DIR\UniUtils.dll
       
    47 
       
    48 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR, uniutils)
       
    49 
       
    50 #endif   // __UNIEDITOR_IBY__