userdict/group/UserDict.mmp
branchRCL_3
changeset 12 e9f0e1110077
parent 9 38691ba2fda5
child 13 261ff9819be3
equal deleted inserted replaced
9:38691ba2fda5 12:e9f0e1110077
     1 /*
       
     2 * Copyright (c) 2002-2004 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 Japanese user dictionary.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 ////////////////////////////////////////////////////////////
       
    26 // Target information
       
    27 TARGET          UserDict.exe
       
    28 TARGETTYPE      exe
       
    29 UID             0x100039CE 0x101F8645
       
    30 EPOCSTACKSIZE   0x4000
       
    31 
       
    32 CAPABILITY      CAP_APPLICATION
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 ////////////////////////////////////////////////////////////
       
    36 // Sources
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          UdictAppExe.cpp
       
    39 
       
    40 ////////////////////////////////////////////////////////////
       
    41 // Include paths
       
    42 USERINCLUDE     . ../inc
       
    43 
       
    44 // This is a SYSTEMINCLUDE macro containing the applications
       
    45 // layer specific include directories
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 SYSTEMINCLUDE   ../../inc
       
    49 
       
    50 ////////////////////////////////////////////////////////////
       
    51 // Resources
       
    52 START RESOURCE ../data/UserDict.rss
       
    53 HEADER
       
    54 
       
    55 TARGETPATH APP_RESOURCE_DIR
       
    56 
       
    57 Lang    sc 32 160
       
    58 END  // RESOURCE
       
    59 
       
    60 ////////////////////////////////////////////////////////////
       
    61 // AIF file
       
    62 START RESOURCE ../data/UserDict_reg.rss
       
    63 DEPENDS userdict.rsg
       
    64 TARGETPATH /private/10003a3f/apps
       
    65 END
       
    66 
       
    67 ////////////////////////////////////////////////////////////
       
    68 // Static dependencies
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         apparc.lib
       
    71 LIBRARY         eikcore.lib
       
    72 LIBRARY         cone.lib
       
    73 
       
    74 // End of File