examples/Graphics/WS/PtBuffer/PtBuffer.mmp

00001 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // License: "Symbian Foundation License v1.0" to Symbian Foundation
00004 // members and "Symbian Foundation End User License Agreement v1.0"
00005 // to non-members at the URL
00006 // "http://www.symbianfoundation.org/legal/licencesv10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 
00017 TARGET                  ptbuffer.exe    
00018 TARGETTYPE              exe
00019 UID                     0x100039CE 0xE8000056
00020 VENDORID                0x70000001
00021 
00022 SOURCEPATH              .
00023 SOURCE                  AppHolder.cpp Base.cpp PointerMoveBuffer.cpp
00024 USERINCLUDE             .
00025 SYSTEMINCLUDE   /epoc32/include
00026 SYSTEMINCLUDE   /epoc32/include/techview
00027 SYSTEMINCLUDE   /epoc32/include/platform
00028 SYSTEMINCLUDE   /epoc32/include/platform/mw
00029 SYSTEMINCLUDE   /epoc32/include/mw
00030 
00031 EPOCSTACKSIZE 0x5000  
00032 
00033 // To support the new resource compilation practice from 9.1
00034 // provide the following details to generate .rss files
00035 
00036 START RESOURCE  PtBuffer.rss            
00037 TARGET                  ptbuffer.rsc
00038 TARGETPATH              /resource/apps
00039 HEADER
00040 LANG 01                 // Build English language versions
00041 END
00042 
00043 // In v8.1, both aif files and registration files are supported,
00044 // but from v9.0 onwards, only registration files are supported.
00045 start resource  ptbuffer_reg.rss        
00046 targetpath              /private/10003a3f/apps
00047 //lang                  01
00048 end
00049 
00050 // To support localisation for the UI applicatons
00051 start resource  ptbuffer_loc.rss                
00052 //targetpath    /resource/apps
00053 lang                    01
00054 end
00055 
00056 LIBRARY                 euser.lib
00057 LIBRARY                 apparc.lib
00058 LIBRARY                 cone.lib
00059 LIBRARY                 eikcore.lib 
00060 LIBRARY                 ws32.lib    

Generated by  doxygen 1.6.2