messagingappbase/msgeditor/group/bld.inf
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 *    BLD.INF file for all MsgEditor DLL's.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 ../viewinc/MsgAsyncControl.h                |../../../inc/msgasynccontrol.h
       
    29 ../viewinc/MsgAsyncControlObserver.h        |../../../inc/msgasynccontrolobserver.h
       
    30 ../viewinc/MsgXhtmlBodyControl.h            |../../../inc/msgxhtmlbodycontrol.h
       
    31 
       
    32 ../mediacontrolinc/MsgAudioControl.h         |../../../inc/msgaudiocontrol.h
       
    33 ../mediacontrolinc/MsgAudioControl.inl       |../../../inc/msgaudiocontrol.inl
       
    34 ../mediacontrolinc/MsgImageControl.h         |../../../inc/msgimagecontrol.h
       
    35 ../mediacontrolinc/MsgImageControl.inl       |../../../inc/msgimagecontrol.inl
       
    36 ../mediacontrolinc/MsgMediaControl.h         |../../../inc/msgmediacontrol.h
       
    37 ../mediacontrolinc/MsgMediaControl.inl       |../../../inc/msgmediacontrol.inl
       
    38 ../mediacontrolinc/MsgVideoControl.h         |../../../inc/msgvideocontrol.h
       
    39 ../mediacontrolinc/MsgVideoControl.inl       |../../../inc/msgvideocontrol.inl
       
    40 ../mediacontrolinc/MsgSvgControl.h           |../../../inc/msgsvgcontrol.h
       
    41 
       
    42 ../rom/MsgEditor.iby              CORE_APP_LAYER_IBY_EXPORT_PATH(MsgEditor.iby)
       
    43 ../rom/MsgEditorResources.iby     LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(MsgEditorResources.iby)
       
    44 
       
    45 ../loc/MsgEditorAppUi.loc         APP_LAYER_LOC_EXPORT_PATH(MsgEditorAppUi.loc)
       
    46 
       
    47 
       
    48 PRJ_EXTENSIONS
       
    49 
       
    50 START EXTENSION s60/mifconv
       
    51 OPTION TARGETFILE msgeditor.mif
       
    52 OPTION HEADERFILE msgeditor.mbg
       
    53 OPTION SOURCEFILE Msgeditor_Icons.txt
       
    54 END
       
    55 
       
    56 /* Using the relative path for the A_H folder as per platform build team's suggestion.
       
    57  * This was needed because the PF5250 robot and MCL robot builds were failing
       
    58  * because of new mifconv usage.
       
    59  */
       
    60 START EXTENSION s60/mifconv
       
    61 OPTION TARGETFILE msgeditor_ah.mif
       
    62 OPTION HEADERFILE msgeditor_ah.mbg
       
    63 OPTION SOURCEDIR ../../../../../../epoc32/s60/icons/A_H
       
    64 OPTION SOURCEFILE Msgeditor_Icons_AH.txt
       
    65 END
       
    66 PRJ_MMPFILES
       
    67 ../model/MsgEditorModel.mmp
       
    68 ../view/MsgEditorView.mmp
       
    69 ../appui/MsgEditorAppUi.mmp
       
    70 ../mediacontrol/MsgEditorMediaControl.mmp
       
    71 
       
    72 /* End of File */