htiui/HtiServicePlugins/HtiAppServicePlugin/group/HtiAppControl.mmp
changeset 0 d6fe6244b863
child 11 4df3a095718c
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:  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 LIBRARY     swinstcli.lib
       
    47 LIBRARY     sisregistryclient.lib
       
    48 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    49 LIBRARY     javaregistryclient.lib
       
    50 #endif
       
    51 LIBRARY     widgetregistryclient.lib
       
    52 LIBRARY     flogger.lib
       
    53 
       
    54 SMPSAFE
       
    55 
       
    56 // End of File