mmplugins/cameraplugins/testapp/testcameraapps60/group/TestCameraAppS60.mmp
author Shimizu Satoshi <s_shimizu@isb.co.jp>
Tue, 19 Oct 2010 11:48:59 +0900
branchRCL_3
changeset 64 92a82bc706f7
parent 9 9ae0fe04e757
permissions -rw-r--r--
Obtain an image of Webcamera from QEMU and add the Bitmap change display function.

// Copyright (c) 2002-2009 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 "Symbian Foundation License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

TARGET			TestCameraApp.exe
TARGETTYPE		exe

CAPABILITY		ALL -TCB
//UID             0x100039CE 0x101F7D32
UID             0x100039CE 0x101F857A
VENDORID		0x70000001

USERINCLUDE		../inc

SYSTEMINCLUDE	/epoc32/include
SYSTEMINCLUDE	/epoc32/include/mw
SYSTEMINCLUDE	/epoc32/include/platform
SYSTEMINCLUDE	/epoc32/include/platform/mw

SOURCEPATH		../src
SOURCE			TestCameraApp.cpp

START RESOURCE	TestCameraApp.rss
HEADER
TARGETPATH		/resource/apps
lang			sc
END

LIBRARY         euser.lib fbscli.lib
LIBRARY         apparc.lib ws32.lib cone.lib 
LIBRARY         avkon.lib
LIBRARY         eikcore.lib
LIBRARY         ecam.lib
LIBRARY			bitgdi.lib


SOURCEPATH		../src
START RESOURCE	testcameraapp_reg.rss
TARGETPATH		/private/10003a3f/apps
END
   
START RESOURCE	testcameraapp_loc.RSS
TARGETPATH		/resource/apps
lang sc
END

START BITMAP	TestCameraApp.mbm
HEADER
TARGETPATH		/resource/apps
SOURCEPATH		../src
SOURCE			c8 AP24.BMP AP24M.BMP AP32.BMP AP32M.BMP AP48.BMP AP48M.BMP
END 

EPOCHEAPSIZE 0x1000 0x0400000