diff -r b26acd06ea60 -r ac50fd48361b sdkcreationmw/sdkexamples/cppexamples/S60Ex/RichTextEditor/group/RichTextEditor.mmp --- a/sdkcreationmw/sdkexamples/cppexamples/S60Ex/RichTextEditor/group/RichTextEditor.mmp Mon Mar 08 12:09:11 2010 +0530 +++ b/sdkcreationmw/sdkexamples/cppexamples/S60Ex/RichTextEditor/group/RichTextEditor.mmp Wed Apr 21 09:56:53 2010 +0530 @@ -2,7 +2,7 @@ * Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" +* under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -17,10 +17,41 @@ */ -TARGET RichTextEditor.app -TARGETTYPE app -UID 0x100039CE 0x01EF0030 -TARGETPATH \system\apps\RichTextEditor +TARGET RichTextEditor.exe +TARGETTYPE exe +UID 0x100039ce 0xe1ef0030 +SECUREID 0xe1ef0030 +CAPABILITY none + +// resources + +SOURCEPATH ..\data + +START RESOURCE RichTextEditor.rss + HEADER + TARGETPATH \resource\apps +END + +START RESOURCE RichTextEditor_reg.rss + TARGETPATH \private\10003a3f\apps +END + +// Additional SOURCE definitions used when importing to Carbide IDE +#ifdef _CARBIDE_CPP_ +SOURCE picture.mbm +SOURCEPATH ..\sis +SOURCE RichTextEditor_S60_3rd_Ed_Carbide.pkg +#endif // Carbide + +LANG SC + +USERINCLUDE ..\inc + +SYSTEMINCLUDE \epoc32\include +SYSTEMINCLUDE \epoc32\include\mw +SYSTEMINCLUDE \epoc32\include\app + +// sources SOURCEPATH ..\src SOURCE RichTextEditorApp.cpp @@ -29,35 +60,19 @@ SOURCE RichTextEditorContainer.cpp SOURCE MyPicture.cpp -SOURCEPATH ..\data -RESOURCE RichTextEditor.rss -RESOURCE RichTextEditor_caption.rss - -// Additional SOURCE definitions used when importing to Carbide IDE -#ifdef _CARBIDE_CPP_ -SOURCE picture.mbm -SOURCEPATH ..\sis -SOURCE RichTextEditor_S60_2nd_Ed_Carbide.pkg -#endif // Carbide - -LANG SC - -USERINCLUDE ..\inc - -SYSTEMINCLUDE \epoc32\include -SYSTEMINCLUDE \epoc32\include\mw -SYSTEMINCLUDE \epoc32\include\app +// libraries LIBRARY euser.lib -LIBRARY avkon.lib LIBRARY apparc.lib LIBRARY cone.lib LIBRARY eikcore.lib LIBRARY eikcoctl.lib +LIBRARY avkon.lib LIBRARY gdi.lib LIBRARY etext.lib LIBRARY fbscli.lib LIBRARY eikctl.lib LIBRARY estor.lib +LIBRARY efsrv.lib -AIF RichTextEditor.aif ..\aif RichTextEditorAif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp +// eof