examples/ForumNokia/Document_Handler_Example/HandlerApp/group/handler.mmp

00001 /*
00002 * ============================================================================
00003 *  Name     : handler.mmp
00004 *  Part of  : RecognizerEx
00005 *  Created  : 10/11/2005 by Forum Nokia
00006 *  Description:
00007 *     This is the project specification file for handler/RecognizerEx.
00008 *  Version  : 1.0
00009 *  Copyright: Nokia Corporation
00010 * ============================================================================
00011 */
00012 
00013 TARGETPATH        \sys\bin
00014 TARGET            handler.exe
00015 TARGETTYPE        exe
00016 
00017 UID               0x0 0x0F084DF7
00018 SECUREID          0x0F084DF7
00019 VENDORID          0
00020 
00021 CAPABILITY        None
00022 
00023 EPOCSTACKSIZE     0x5000
00024 
00025 LANG              SC
00026 
00027 SOURCEPATH        ..\src
00028 SOURCE            handler.cpp
00029 SOURCE            handlerApplication.cpp 
00030 SOURCE            handlerAppView.cpp
00031 SOURCE            handlerAppUi.cpp
00032 SOURCE            handlerDocument.cpp 
00033 
00034 USERINCLUDE       ..\inc 
00035 
00036 SYSTEMINCLUDE     \epoc32\include
00037 SYSTEMINCLUDE   \epoc32\include\mw
00038 SYSTEMINCLUDE   \epoc32\include\platform\mw
00039 
00040 LIBRARY           euser.lib
00041 LIBRARY           apparc.lib
00042 LIBRARY           cone.lib 
00043 LIBRARY           eikcore.lib  
00044 LIBRARY           avkon.lib  
00045 LIBRARY           efsrv.lib 
00046 LIBRARY           charconv.lib 
00047 LIBRARY           apgrfx.lib 
00048 LIBRARY           commonui.lib 
00049 LIBRARY           apmime.lib 
00050 LIBRARY           bafl.lib 
00051 LIBRARY           eikcoctl.lib
00052 
00053 SOURCEPATH        ..\data
00054 
00055 START RESOURCE    handler.RSS
00056 HEADER
00057 TARGETPATH        \resource\apps
00058 END
00059 
00060 START RESOURCE    handler_reg.rss
00061 TARGETPATH        \private\10003a3f\apps
00062 END
00063    
00064 START RESOURCE    handler_loc.RSS
00065 TARGETPATH        \resource\apps
00066 END

Generated by  doxygen 1.6.2