bluetoothengine/bthid/mouse/Sesame_server/group/animation_server.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:51:05 +0300
branchRCL_3
changeset 13 b6f55cd40afd
parent 11 a42ed326b458
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2004 - 2006 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 <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET          BTcursor_server.dll
TARGETTYPE      ani

// The second one is the UID of the server, different than main program's UID
UID      0x10003B22 0x2001FE5A

CAPABILITY      CAP_CLIENT_DLL
VENDORID        VID_DEFAULT

SECUREID	    0xA000022E
EPOCSTACKSIZE	0x5000

USERINCLUDE     ../../Sesame_client/inc
USERINCLUDE     ../inc
SYSTEMINCLUDE   /epoc32/include
APP_LAYER_SYSTEMINCLUDE

SOURCEPATH      ../src
SOURCE          mousecursorsrv.cpp mousecursorimage.cpp


LIBRARY         euser.lib
LIBRARY         fbscli.lib
LIBRARY         bitgdi.lib
// End of File