24
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// RPSMaster.mmp
|
|
15 |
// MMP file for the RPS Master API which provides the
|
|
16 |
// client with the ability to issue RPS requests.
|
|
17 |
// rpsmaster.dll RPS master library dll
|
|
18 |
//
|
|
19 |
//
|
|
20 |
|
|
21 |
/**
|
|
22 |
@file
|
|
23 |
*/
|
|
24 |
|
|
25 |
TARGET rpscommon.dll
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x1000008d 0x0F9C6F87
|
|
28 |
|
|
29 |
CAPABILITY All -TCB
|
|
30 |
|
|
31 |
SOURCEPATH ../RPSCommon/Src
|
|
32 |
SOURCE RpsCommon.cpp
|
|
33 |
|
|
34 |
USERINCLUDE ../RPSCommon/Inc
|
|
35 |
USERINCLUDE ../RPSMaster/Inc
|
|
36 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
37 |
|
|
38 |
LIBRARY euser.lib bafl.lib
|
|
39 |
LIBRARY etelmm.lib
|
|
40 |
|
|
41 |
deffile ../RPSCommon/~/RpsCommon.def
|
|
42 |
|
|
43 |
macro USE_RDEBUGLOGGING //enable this for use of RDebug::RPrint logging in the RPSCommon.dll
|
|
44 |
|
|
45 |
|
|
46 |
|
|
47 |
|