29
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
TARGET dunutilstest.dll
|
|
19 |
TARGETTYPE dll
|
|
20 |
UID 0x1000008d 0xE9AF118D
|
|
21 |
|
|
22 |
CAPABILITY ALL -TCB
|
|
23 |
|
|
24 |
//TARGETPATH ?target_path
|
|
25 |
DEFFILE dunutilstest.def
|
|
26 |
|
|
27 |
USERINCLUDE ../inc ../../utils/inc
|
|
28 |
|
|
29 |
SYSTEMINCLUDE /epoc32/include/mw/hb/hbwidgets
|
|
30 |
|
|
31 |
#if defined(__S60_)
|
|
32 |
// OSEXT_LAYER_SYSTEMINCLUDE
|
|
33 |
MW_LAYER_SYSTEMINCLUDE
|
|
34 |
#else
|
|
35 |
//SYSTEMINCLUDE /epoc32/include
|
|
36 |
//SYSTEMINCLUDE /epoc32/include/internal
|
|
37 |
#endif
|
|
38 |
|
|
39 |
SOURCEPATH ../src
|
|
40 |
|
|
41 |
SOURCE dunutilstest.cpp
|
|
42 |
|
|
43 |
SOURCEPATH ../../utils/src
|
|
44 |
|
|
45 |
SOURCE DunNoteHandler.cpp
|
|
46 |
|
|
47 |
|
|
48 |
LIBRARY euser.lib
|
|
49 |
LIBRARY stiftestinterface.lib
|
|
50 |
LIBRARY sysutil.lib
|
|
51 |
LIBRARY HbWidgets.lib
|
|
52 |
|
|
53 |
LANG SC
|