sdkcreationmw/sdkexamples/cppexamples/S60Ex/RichTextEditor/group/RichTextEditor.mmp
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    15 *     This is the project specification file for RichTextEditor.
    15 *     This is the project specification file for RichTextEditor.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 TARGET              RichTextEditor.app
    20 TARGET              RichTextEditor.exe
    21 TARGETTYPE          app
    21 TARGETTYPE          exe
    22 UID                 0x100039CE 0x01EF0030 
    22 UID                 0x100039ce 0xe1ef0030 
    23 TARGETPATH          \system\apps\RichTextEditor
    23 SECUREID            0xe1ef0030
       
    24 CAPABILITY          none
       
    25 
       
    26 // resources
       
    27 
       
    28 SOURCEPATH          ..\data
       
    29 
       
    30 START RESOURCE      RichTextEditor.rss
       
    31 	HEADER
       
    32 	TARGETPATH      \resource\apps
       
    33 END
       
    34 
       
    35 START RESOURCE      RichTextEditor_reg.rss
       
    36 	TARGETPATH      \private\10003a3f\apps
       
    37 END
       
    38 
       
    39 // Additional SOURCE definitions used when importing to Carbide IDE
       
    40 #ifdef _CARBIDE_CPP_
       
    41 SOURCE              picture.mbm
       
    42 SOURCEPATH          ..\sis
       
    43 SOURCE              RichTextEditor_S60_3rd_Ed_Carbide.pkg
       
    44 #endif  // Carbide
       
    45 
       
    46 LANG                SC
       
    47 
       
    48 USERINCLUDE 	    ..\inc
       
    49 
       
    50 SYSTEMINCLUDE   	\epoc32\include
       
    51 SYSTEMINCLUDE    \epoc32\include\mw
       
    52 SYSTEMINCLUDE    \epoc32\include\app
       
    53 
       
    54 // sources
    24 
    55 
    25 SOURCEPATH          ..\src
    56 SOURCEPATH          ..\src
    26 SOURCE              RichTextEditorApp.cpp 
    57 SOURCE              RichTextEditorApp.cpp 
    27 SOURCE              RichTextEditorAppUi.cpp
    58 SOURCE              RichTextEditorAppUi.cpp
    28 SOURCE              RichTextEditorDocument.cpp
    59 SOURCE              RichTextEditorDocument.cpp
    29 SOURCE              RichTextEditorContainer.cpp
    60 SOURCE              RichTextEditorContainer.cpp
    30 SOURCE              MyPicture.cpp
    61 SOURCE              MyPicture.cpp
    31 
    62 
    32 SOURCEPATH          ..\data
    63 // libraries
    33 RESOURCE            RichTextEditor.rss
       
    34 RESOURCE            RichTextEditor_caption.rss
       
    35 
       
    36 // Additional SOURCE definitions used when importing to Carbide IDE
       
    37 #ifdef _CARBIDE_CPP_
       
    38 SOURCE              picture.mbm
       
    39 SOURCEPATH          ..\sis
       
    40 SOURCE              RichTextEditor_S60_2nd_Ed_Carbide.pkg
       
    41 #endif  // Carbide
       
    42 
       
    43 LANG                SC
       
    44 
       
    45 USERINCLUDE         ..\inc
       
    46 
       
    47 SYSTEMINCLUDE       \epoc32\include
       
    48 SYSTEMINCLUDE    \epoc32\include\mw
       
    49 SYSTEMINCLUDE    \epoc32\include\app
       
    50 
    64 
    51 LIBRARY             euser.lib
    65 LIBRARY             euser.lib
    52 LIBRARY             avkon.lib 
       
    53 LIBRARY             apparc.lib
    66 LIBRARY             apparc.lib
    54 LIBRARY             cone.lib
    67 LIBRARY             cone.lib
    55 LIBRARY             eikcore.lib 
    68 LIBRARY             eikcore.lib 
    56 LIBRARY             eikcoctl.lib
    69 LIBRARY             eikcoctl.lib
       
    70 LIBRARY             avkon.lib 
    57 LIBRARY             gdi.lib
    71 LIBRARY             gdi.lib
    58 LIBRARY             etext.lib
    72 LIBRARY             etext.lib
    59 LIBRARY             fbscli.lib
    73 LIBRARY             fbscli.lib
    60 LIBRARY             eikctl.lib
    74 LIBRARY             eikctl.lib
    61 LIBRARY             estor.lib
    75 LIBRARY             estor.lib
       
    76 LIBRARY             efsrv.lib
    62 
    77 
    63 AIF RichTextEditor.aif ..\aif RichTextEditorAif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp
    78 // eof