telephonyserverplugins/common_tsy/test/component/ussdtestclient/group/ussdtestclient.mmp
author Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
Fri, 04 Jun 2010 13:03:15 +0100
branchopencode
changeset 35 6fbc08ed9c42
permissions -rw-r--r--
opencode: Added USSD test client to CTSY component tests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     2
// All rights reserved.
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     7
//
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     8
// Initial Contributors:
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    10
//
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    11
// Contributors:
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    12
//
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    13
// Description:
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    14
//
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    15
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    16
TARGET        ussdtestclient.exe
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    17
CAPABILITY    All -Tcb
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    18
TARGETTYPE    EXE
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    19
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    20
UID 			0xE000008d 0xE0004264
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    21
VENDORID		0x70000001
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    22
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    23
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    24
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    25
OS_LAYER_ESTLIB_SYSTEMINCLUDE
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    26
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    27
USERINCLUDE		../inc
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    28
USERINCLUDE		../../inc
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    29
USERINCLUDE		../inc
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    30
USERINCLUDE		../../mockltsy/mockltsy/inc
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    31
USERINCLUDE		../../mockltsy/mockltsydll/inc
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    32
USERINCLUDE		../../../../commontsy/inc // telephony.h
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    33
USERINCLUDE		../../../../commontsy/inc/mmpacket
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    34
USERINCLUDE		../../../../commontsy/inc/mmtsy // cmmphonetsy.h cmmmessagemanagerbase.h
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    35
USERINCLUDE		../../../../commontsy/inc/mmutility
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    36
USERINCLUDE		../../../../commontsy/inc/mmgsmwcdma // mmgsmwcdmaprivateutils.h
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    37
USERINCLUDE		../../../../commontsy/inc/mmcustomtsy
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    38
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    39
SOURCEPATH		../src
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    40
SOURCE			ussdtestclient.cpp
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    41
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    42
LIBRARY			euser.lib
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    43
LIBRARY			etel.lib
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    44
LIBRARY			etelmm.lib
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    45
LIBRARY			mocksy.lib
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    46
LIBRARY			mockltsydll.lib
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    47
6fbc08ed9c42 opencode: Added USSD test client to CTSY component tests
Oscar Gonzalez <oscar.1.gonzalez@nokia.com>
parents:
diff changeset
    48