notepad/notepad1/group/Notepad.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Project specification file of Notepad application.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Target information
       
    22 TARGET      notepad.exe
       
    23 TARGETTYPE  exe
       
    24 EPOCHEAPSIZE 0x400 0x400000
       
    25 EPOCSTACKSIZE 0x4000
       
    26 
       
    27 UID         0x100039CE 0x10005907
       
    28 
       
    29 CAPABILITY CAP_APPLICATION NetworkControl
       
    30 VENDORID    VID_DEFAULT
       
    31 
       
    32 
       
    33 // Sources
       
    34 
       
    35 SOURCE          ../AppSrc/NpdApp.cpp 
       
    36 SOURCE          ../AppSrc/NpdAppUi.cpp
       
    37 SOURCE          ../AppSrc/NpdDocument.cpp
       
    38 
       
    39 
       
    40 // Include paths
       
    41 USERINCLUDE     . ../AppInc ../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 // Resources
       
    47 
       
    48 START RESOURCE ../AppData/Notepad.rss
       
    49 HEADER
       
    50 TARGETPATH APP_RESOURCE_DIR
       
    51 LANGUAGE_IDS
       
    52 END  // RESOURCE
       
    53 
       
    54 
       
    55 START RESOURCE ../AppData/Notepad_reg.rss
       
    56 DEPENDS notepad.rsg
       
    57 TARGETPATH /private/10003a3f/apps
       
    58 END
       
    59 
       
    60 
       
    61 // Static dependencies
       
    62 LIBRARY         euser.lib 
       
    63 LIBRARY         apparc.lib 
       
    64 LIBRARY         cone.lib 
       
    65 LIBRARY         eikcore.lib 
       
    66 LIBRARY         avkon.lib 
       
    67 LIBRARY         npdlib.lib
       
    68 
       
    69 
       
    70