appinstaller/AppMngr2/group/swinstadapter.mmp
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/*
* 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