appinstaller/AppMngr2/group/swinstadapter.mmp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2005-2008 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:   OMA DM adapter that allows to configure SW Installer settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../SWInstAdapter/inc/swinstadapteruids.hrh"
       
    21 
       
    22 TARGET          SWInstAdapter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D KSWInstAdapterDllUid3
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../SWInstAdapter/src
       
    30 SOURCE          swinstadapter.cpp
       
    31 SOURCE          swinstadaptermain.cpp
       
    32 
       
    33 USERINCLUDE     ../SWInstAdapter/inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE   /epoc32/include/ecom    // smldmadapter.h needs this
       
    37 
       
    38 SOURCEPATH      ../SWInstAdapter/data
       
    39 START RESOURCE  ./swinstadapter.rss
       
    40 TARGET          swinstadapter.rsc
       
    41 END
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         ecom.lib
       
    45 LIBRARY         centralrepository.lib
       
    46 LIBRARY         charconv.lib
       
    47 
       
    48 SMPSAFE
       
    49