htiui/HtiAdmin/group/HtiAdmin.mmp
changeset 0 d6fe6244b863
child 22 822c625f7adc
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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:  Project file for HtiAdmin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          HtiAdmin.exe
       
    23 TARGETTYPE      EXE
       
    24 
       
    25 UID             0x100039CE 0x1020DEB5
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 EPOCSTACKSIZE   0x5000
       
    32 
       
    33 TARGETPATH      PROGRAMS_DIR
       
    34 
       
    35 LANG            SC
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          HtiAdmin.cpp
       
    42 SOURCE          HtiAdminApplication.cpp
       
    43 SOURCE          HtiAdminAppView.cpp
       
    44 SOURCE          HtiAdminAppUi.cpp
       
    45 SOURCE          HtiAdminDocument.cpp
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  HtiAdmin.rss
       
    50 HEADER
       
    51 TARGETPATH      APP_RESOURCE_DIR
       
    52 LANG            SC
       
    53 END
       
    54 
       
    55 START RESOURCE  HtiAdmin_reg.rss
       
    56 HEADER
       
    57 TARGETPATH      /private/10003a3f/apps
       
    58 END
       
    59 
       
    60 START RESOURCE  1020DEB6.rss
       
    61 HEADER
       
    62 TARGETPATH      /private/101f875a/import
       
    63 END
       
    64 
       
    65 LIBRARY         apparc.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         cone.lib
       
    68 LIBRARY         ecom.lib
       
    69 LIBRARY         eikcoctl.lib
       
    70 LIBRARY         eikcore.lib
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         gdi.lib
       
    73 LIBRARY         hticfg.lib
       
    74 LIBRARY         ws32.lib
       
    75 LIBRARY         flogger.lib
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY         commdb.lib
       
    78 
       
    79 SMPSAFE
       
    80 
       
    81 // End of file