2
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: MMP file for STIF Test Framework's CapsModifier
|
|
15 |
* module.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET CapsModifierXXX.exe
|
|
22 |
TARGETTYPE exe
|
|
23 |
|
|
24 |
/* Specify the capabilities according to your test environment */
|
|
25 |
CAPABILITY ALL -TCB
|
|
26 |
/* Remove comments and replace 0x00000000 with correct vendor id */
|
|
27 |
// VENDORID 0x00000000
|
|
28 |
/* Remove comments and replace 0x00000000 with correct secure id */
|
|
29 |
// SECUREID 0x00000000
|
|
30 |
|
|
31 |
OS_LAYER_SYSTEMINCLUDE
|
|
32 |
|
|
33 |
/* Source files */
|
|
34 |
SOURCEPATH ../src
|
|
35 |
|
|
36 |
|
|
37 |
SOURCE CapsModifierXXX_exe.cpp
|
|
38 |
|
|
39 |
/* Used libraries */
|
|
40 |
LIBRARY euser.lib
|
|
41 |
LIBRARY stiftestinterface.lib
|
|
42 |
|
|
43 |
EPOCSTACKSIZE 40960
|
|
44 |
|
|
45 |
// End of File
|