htiui/HtiServicePlugins/HtiAppServicePlugin/group/HtiAppControl.mmp
branchRCL_3
changeset 18 48060abbbeaf
parent 17 d40e813b23c0
child 19 b3cee849fa46
equal deleted inserted replaced
17:d40e813b23c0 18:48060abbbeaf
     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:  Build description file for HtiAppControl
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../symbian_version.hrh"
       
    21 
       
    22 TARGET      HtiAppControl.dll
       
    23 TARGETTYPE  dll
       
    24 
       
    25 
       
    26 UID 0x1020DEB7 0x2002B3E9
       
    27 
       
    28 VENDORID    0x101FB657
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      HtiAppControl.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY     bafl.lib
       
    39 LIBRARY     ecom.lib
       
    40 LIBRARY     efsrv.lib
       
    41 LIBRARY     euser.lib
       
    42 LIBRARY     apgrfx.lib
       
    43 LIBRARY     apparc.lib
       
    44 LIBRARY     apmime.lib
       
    45 LIBRARY     ws32.lib
       
    46 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    47 LIBRARY     swinstcli.lib
       
    48 #else
       
    49 LIBRARY     sif.lib       // USIF
       
    50 LIBRARY     scrclient.lib // SCR
       
    51 #endif
       
    52 LIBRARY     sisregistryclient.lib
       
    53 LIBRARY     javaregistryclient.lib
       
    54 LIBRARY     widgetregistryclient.lib
       
    55 LIBRARY     flogger.lib
       
    56 
       
    57 SMPSAFE
       
    58 
       
    59 // End of File