hti/HtiFramework/group/HtiFramework.mmp
changeset 0 a03f92240627
equal deleted inserted replaced
-1:000000000000 0:a03f92240627
       
     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 HTI Framework executable
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          HtiFramework.exe
       
    21 TARGETTYPE      EXE
       
    22 
       
    23 UID             0x1000008d 0x1020DEB6
       
    24 
       
    25 VENDORID        0x101FB657
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 USERINCLUDE    ../inc
       
    30 OS_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          HtiFramework.cpp
       
    34 SOURCE          HtiDispatcher.cpp
       
    35 SOURCE          HtiMessage.cpp
       
    36 SOURCE          HtiCommAdapter.cpp
       
    37 SOURCE          HtiMessageQueue.cpp
       
    38 SOURCE          HtiSecurityManager.cpp
       
    39 SOURCE          HtiNotifier.cpp
       
    40 
       
    41 EPOCSTACKSIZE   0x4000
       
    42 EPOCHEAPSIZE    0x400 0x800000
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         bafl.lib
       
    48 LIBRARY         hticfg.lib
       
    49 LIBRARY         flogger.lib
       
    50 
       
    51 SMPSAFE
       
    52 
       
    53 // End of File