sbsv2/raptor/test/smoke_suite/test_resources/tracecompiler/TC_winscw/tcwinsStaticDLL.mmp
author Iain Williamson <iain.williamson@nokia.com>
Tue, 02 Feb 2010 16:08:55 +0000
branchfix
changeset 184 860699b2b944
parent 183 7c04ad290aca
child 272 c44b6b5929ea
permissions -rw-r--r--
Adding extra source file to TC winscw test code, and fixing it so it works
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
183
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     1
/*
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     2
* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     3
* All rights reserved.
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     8
*
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
     9
* Initial Contributors:
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    11
*
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    12
* Contributors:
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    13
*
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    14
* Description: 
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    15
*
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    16
*/
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    17
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    18
TARGET        tcwinsstaticdll.dll
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    19
TARGETTYPE    dll
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    20
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    21
UID             0xE800004C
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    22
CAPABILITY   All -TCB
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    23
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    24
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    25
VENDORID 0x70000001
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    26
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    27
SOURCEPATH    .
184
860699b2b944 Adding extra source file to TC winscw test code, and fixing it so it works
Iain Williamson <iain.williamson@nokia.com>
parents: 183
diff changeset
    28
SOURCE        tcwinsStaticDLL.cpp
860699b2b944 Adding extra source file to TC winscw test code, and fixing it so it works
Iain Williamson <iain.williamson@nokia.com>
parents: 183
diff changeset
    29
SOURCE        tcwinsfiletwo.cpp
183
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    30
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    31
USERINCLUDE   .
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    32
SYSTEMINCLUDE /epoc32/include
184
860699b2b944 Adding extra source file to TC winscw test code, and fixing it so it works
Iain Williamson <iain.williamson@nokia.com>
parents: 183
diff changeset
    33
SYSTEMINCLUDE /epoc32/include/internal
860699b2b944 Adding extra source file to TC winscw test code, and fixing it so it works
Iain Williamson <iain.williamson@nokia.com>
parents: 183
diff changeset
    34
USERINCLUDE traces
183
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    35
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    36
LIBRARY       euser.lib
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    37
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    38
#if defined(WINS)
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    39
    deffile ./TCSTATICDLLWINS.def
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    40
#endif
7c04ad290aca First drop of untested winscw TC code. Also adding missing testcase ID to tracecompiler_whatlog
Iain Williamson <iain.williamson@nokia.com>
parents:
diff changeset
    41
nostrictdef