homescreenpluginsrv/hspsmanager/tools/hspsthemeinstallercons.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        hspsthemeinstallercons.exe
       
    21 TARGETTYPE    exe
       
    22 UID     0x100039CE 0x200159C6 //0x054FDF26
       
    23 SECUREID 0x200159C6
       
    24 
       
    25 CAPABILITY ALL -tcb -DRM
       
    26 MACRO __SYMBIAN32__
       
    27 
       
    28 SOURCEPATH  .
       
    29 SOURCE      hspsthemeinstallercons.cpp
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE /epoc32/include/libc
       
    33 SYSTEMINCLUDE /epoc32/include/xml
       
    34 
       
    35 USERINCLUDE     . 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 
       
    39 LIBRARY euser.lib
       
    40 LIBRARY cone.lib
       
    41 LIBRARY eikcore.lib
       
    42 LIBRARY eikcoctl.lib
       
    43 LIBRARY eikctl.lib 
       
    44 LIBRARY bafl.lib 
       
    45 LIBRARY commonengine.lib
       
    46 LIBRARY	efsrv.lib
       
    47 LIBRARY hspsclientsession.lib
       
    48 LIBRARY hspsclient.lib
       
    49 LIBRARY hspsodt.lib
       
    50 LIBRARY hspsresult.lib
       
    51 LIBRARY fbscli.lib 
       
    52 LIBRARY estor.lib
       
    53 LIBRARY flogger.lib
       
    54 
       
    55 
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 
       
    61 
       
    62