appinstaller/AppinstUi/swinstcli_stub/group/SWInstCli.mmp
changeset 80 9dcba1ee99f7
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
       
     1 /*
       
     2 * Copyright (c) 2002-2010 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 specification for obsolete SWInstCli.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          SWInstCli.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101F8759   // KSWInstCliUid
       
    24 
       
    25 CAPABILITY      CAP_CLIENT_DLL DRM
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../Src
       
    29 SOURCE          SWInstLauncher.cpp
       
    30 SOURCE          SWInstSilentLauncher.cpp
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 LIBRARY         euser.lib
       
    35 LIBRARY         eikcore.lib
       
    36 LIBRARY         apparc.lib
       
    37 
       
    38 SMPSAFE
       
    39