appinstaller/AppMngr2/group/swinstadapter.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 21:31:28 +0300
branchRCL_3
changeset 70 e8965914fac7
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   OMA DM adapter that allows to configure SW Installer settings
*
*/


#include <platform_paths.hrh>
#include "../SWInstAdapter/inc/swinstadapteruids.hrh"

TARGET          SWInstAdapter.dll
TARGETTYPE      PLUGIN
UID             0x10009D8D KSWInstAdapterDllUid3

CAPABILITY      CAP_ECOM_PLUGIN CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

SOURCEPATH      ../SWInstAdapter/src
SOURCE          swinstadapter.cpp
SOURCE          swinstadaptermain.cpp

USERINCLUDE     ../SWInstAdapter/inc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/ecom    // smldmadapter.h needs this

SOURCEPATH      ../SWInstAdapter/data
START RESOURCE  ./swinstadapter.rss
TARGET          swinstadapter.rsc
END

LIBRARY         euser.lib
LIBRARY         ecom.lib
LIBRARY         centralrepository.lib
LIBRARY         charconv.lib

SMPSAFE