appsupport_pub/flash_viewer_framework_api/tsrc/bc/flashviewerframework/group/saflash.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:      
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET	    testdrive_saflash.exe
       
    21 TARGETTYPE  exe
       
    22 
       
    23 UID               0x100039CE 0x10282355
       
    24 
       
    25 CAPABILITY  NetworkServices LocalServices Location ReadUserData
       
    26                         WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment NetworkControl 
       
    27 
       
    28 VENDORID    0  
       
    29 SOURCEPATH        ../src
       
    30 SOURCE            saflash.cpp
       
    31 
       
    32 START RESOURCE    ../data/testdrive_saflash.rss
       
    33 		DEPENDS avkon.rsg
       
    34     HEADER
       
    35     TARGETPATH    APP_RESOURCE_DIR
       
    36     LANG          SC
       
    37 END
       
    38 
       
    39 START RESOURCE ../data/testdrive_saflash_reg.rss
       
    40 		DEPENDS testdrive_saflash.rsg
       
    41     TARGETPATH /private/10003a3f/apps
       
    42 END
       
    43 
       
    44 USERINCLUDE       ../inc
       
    45 
       
    46  
       
    47  
       
    48  MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 LIBRARY           euser.lib
       
    51 LIBRARY           apparc.lib
       
    52 LIBRARY           eikcore.lib
       
    53 LIBRARY           avkon.lib
       
    54 LIBRARY           centralrepository.lib
       
    55 
       
    56 epocstacksize 0x5000
       
    57 epocheapsize 1048576 16777216
       
    58 
       
    59 
       
    60