author | William Roberts <williamr@symbian.org> |
Wed, 10 Nov 2010 12:08:34 +0000 | |
branch | RCL_3 |
changeset 76 | 5c9f0ba5102a |
parent 72 | a5e7a4f63858 |
permissions | -rw-r--r-- |
56 | 1 |
/*TYPE TESTCLASS*//* |
2 |
* Copyright (c) 2002 - 2007 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: ?Description |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include <data_caging_paths.hrh> |
|
20 |
#include <platform_paths.hrh> |
|
21 |
||
22 |
||
23 |
TARGET testsdkqueries.dll |
|
24 |
TARGETTYPE dll |
|
25 |
UID 0x1000008D 0x2001CB82 |
|
26 |
||
27 |
CAPABILITY ALL -TCB |
|
28 |
||
29 |
DEFFILE testsdkqueries.def |
|
30 |
||
31 |
USERINCLUDE ../inc |
|
32 |
||
33 |
MW_LAYER_SYSTEMINCLUDE |
|
34 |
||
35 |
SOURCEPATH ../data |
|
36 |
START RESOURCE testsdkqueries.rss |
|
37 |
TARGETPATH RESOURCE_FILES_DIR |
|
38 |
HEADER |
|
39 |
END |
|
40 |
SOURCEPATH ../src |
|
41 |
||
42 |
||
43 |
SOURCE testsdkqueries.cpp |
|
44 |
SOURCE testsdkqueriesblocks.cpp |
|
45 |
SOURCE testsdkqueriesblocksdlg.cpp |
|
46 |
SOURCE testsdkqueriescontainer.cpp |
|
47 |
SOURCE testsdkqueriesview.cpp |
|
48 |
SOURCE testsdkqueriesblockslistquerycontrol.cpp |
|
49 |
SOURCE testsdkqueriesblockslistquerydlg.cpp |
|
50 |
SOURCE testsdkqueriesblocksmessagequerycontrol.cpp |
|
51 |
SOURCE testsdkqueriesblocksmessagequerydlg.cpp |
|
52 |
SOURCE testsdkqueriesblocksmultilinequerycontrol.cpp |
|
53 |
SOURCE testsdkqueriesblocksquerycontrol.cpp |
|
54 |
SOURCE testsdkqueriesblocksquerydata.cpp |
|
55 |
SOURCE testsdkqueriesblocksquerydlg.cpp |
|
56 |
SOURCE testsdkqueriesblocksqueryvalue.cpp |
|
57 |
SOURCE testsdkqueriesblocksqueryvaluedate.cpp |
|
58 |
SOURCE testsdkqueriesblocksqueryvalueduration.cpp |
|
59 |
SOURCE testsdkqueriesblocksqueryvaluenumber.cpp |
|
60 |
SOURCE testsdkqueriesblocksqueryvaluephone.cpp |
|
61 |
SOURCE testsdkqueriesblocksqueryvaluetext.cpp |
|
62 |
SOURCE testsdkqueriesblocksqueryvaluetime.cpp |
|
63 |
SOURCE testsdkaknListquerydialogprotected.cpp |
|
64 |
SOURCE testsdkdialogmediatorobserver.cpp |
|
65 |
SOURCE testsdkaknquerydialogprotected.cpp |
|
66 |
||
67 |
LIBRARY euser.lib |
|
72
a5e7a4f63858
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
68 |
LIBRARY stiftestinterface.lib |
56 | 69 |
LIBRARY stiftestengine.lib |
70 |
LIBRARY avkon.lib |
|
71 |
LIBRARY eikcoctl.lib |
|
72 |
LIBRARY eikcore.lib |
|
73 |
LIBRARY cone.lib |
|
74 |
LIBRARY eikdlg.lib |
|
75 |
LIBRARY bafl.lib |
|
76 |
LIBRARY aknicon.lib |
|
77 |
LIBRARY egul.lib |
|
72
a5e7a4f63858
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
78 |
LIBRARY Lbs.lib |
56 | 79 |
LIBRARY insock.lib |
80 |
||
81 |
LANG SC |
|
82 |
||
83 |
// End of File |
|
84 |
||
85 |
||
86 |