diff -r d1838696558c -r 9dcba1ee99f7 appinstall_plat/appmngr2runtimeapi/group/appmngr2pluginapi.mmp --- a/appinstall_plat/appmngr2runtimeapi/group/appmngr2pluginapi.mmp Thu Oct 14 14:11:30 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ -/* -* Copyright (c) 2008-2009 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: Runtime plugin API -* -*/ - - -#include -#include - -TARGET appmngr2pluginapi.dll -TARGETTYPE DLL -UID 0x1000008d 0x20016BF3 - -CAPABILITY CAP_GENERAL_DLL -VENDORID VID_DEFAULT - -SOURCEPATH ../src -SOURCE appmngr2runtime.cpp -SOURCE appmngr2infobase.cpp -SOURCE appmngr2appinfo.cpp -SOURCE appmngr2packageinfo.cpp -SOURCE appmngr2driveutils.cpp -SOURCE appmngr2drmutils.cpp -SOURCE appmngr2infoiterator.cpp -SOURCE appmngr2recognizedfile.cpp - -USERINCLUDE ../inc - -MW_LAYER_SYSTEMINCLUDE - -LIBRARY euser.lib // Base -LIBRARY ecom.lib // ECom -LIBRARY commonengine.lib // StringLoader -LIBRARY avkon.lib // AknTextUtils -LIBRARY cone.lib // CCoeEnv -LIBRARY eikcore.lib // CEikonEnv -LIBRARY bafl.lib // TResourceReader, BaflUtils -LIBRARY efsrv.lib // TParse -LIBRARY caf.lib // ContentAccess::CContent -LIBRARY drmhelper.lib // CDRMHelper -LIBRARY platformenv.lib // DriveInfo -LIBRARY apmime.lib // TDataType - -DEBUGLIBRARY flogger.lib // RFileLogger - -SMPSAFE -