bluetoothengine/bthid/mouse/PaintCursor/group/paintcursor.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:28:57 +0200
changeset 0 f63038272f30
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 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:
*
*/

#include <defaultcaps.hrh>
#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET		  paintcursor.exe
TARGETTYPE	  exe

UID 0x1000008d 0x2001FE5C
CAPABILITY CAP_APPLICATION PowerMgmt

VENDORID VID_DEFAULT

USERINCLUDE	 ../inc
USERINCLUDE  ../../Sesame_client/inc
USERINCLUDE  ../../../common/inc
USERINCLUDE  ../../../inc
USERINCLUDE  ../../../loc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE ../../../../inc

SOURCEPATH ../../../common/src
SOURCE bthidpskeywatcher.cpp

SOURCEPATH ../src
SOURCE  paintcursorapp.cpp 
SOURCE  paintcursorappui.cpp 
SOURCE  paintcursordocument.cpp 
SOURCE  paintcursorappview.cpp 

// Application Resource
//
START RESOURCE  ../data/paintcursor.rss
HEADER
TARGETPATH APP_RESOURCE_DIR
LANGUAGE_IDS
END

// Application Registeration Resource
//
START RESOURCE ../data/paintcursor_reg.rss
DEPENDS paintcursor.rsg
// Do not change the UID below.
TARGETPATH /private/10003a3f/apps
END

LIBRARY   euser.lib
LIBRARY   apparc.lib
LIBRARY   cone.lib
LIBRARY   eikcore.lib 
LIBRARY   eikcoctl.lib 
LIBRARY   avkon.lib
LIBRARY   bafl.lib 
LIBRARY   aknskins.lib
LIBRARY   apgrfx.lib 
LIBRARY   ws32.lib
LIBRARY   BTMouse_Animation_client.lib
LIBRARY   flogger.lib

// End of File