sbsv2/raptor/test/smoke_suite/test_resources/simple_plugin/plugin3.mmp
author Jon Chatten
Thu, 25 Mar 2010 12:24:53 +0000
branchfix
changeset 392 8f0708af8451
parent 234 5350032783e4
permissions -rw-r--r--
release note: SF Bug 2308 - [Raptor]: PLUGIN3 TARGETTYPEs don't set resource output offsets correctly

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
* Example ECOM plugin3 component, with no UID listed
*
*/



TARGET			plugin3.dll
TARGETTYPE		plugin3
CAPABILITY		Protserv
VENDORID		0x70000001
SOURCEPATH		.
SOURCE			plugin.cpp
SYSTEMINCLUDE	/epoc32/include
SYSTEMINCLUDE	/epoc32/include/ecom
SYSTEMINCLUDE	/epoc32/include/techview
LIBRARY			euser.lib apmime.lib efsrv.lib

START RESOURCE	plugin3.rss
END