examples/AppFramework/egsysStart/egSysStart.mmp

00001 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 // @file
00015 //
00016 
00017 
00018 target                  egsysstart_techview.exe
00019 targettype              exe
00020 uid                     0xE80000A1 0xE80000A0 // dummy last uid as we never keep anything we build
00021 VENDORID 0x70000001
00022 
00023 
00024 sourcepath              .
00025 source          egSysStart.cpp
00026 
00027 userinclude             .
00028 SYSTEMINCLUDE   /epoc32/include
00029 
00030 library         euser.lib  
00031 
00032 #if defined(WINS)
00033 sourcepath resource/wins
00034 
00035 // Startup in techview mode without watchers  
00036 START RESOURCE  SSCForStartupMode5.rss
00037 TARGETPATH      /private/10205c44
00038 END
00039 
00040 #else
00041 sourcepath resource/armv5
00042 
00043 // Startup in techview mode without watchers  
00044 START RESOURCE  SSCForStartupMode5_target.rss
00045 TARGETPATH      /private/10205C44
00046 END
00047 
00048 #endif
00049 
00050 SMPSAFE
00051  

Generated by  doxygen 1.6.2