20
|
1 |
/*
|
|
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: ganes_api
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <data_caging_paths.hrh>
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET testplatgane.dll
|
|
22 |
TARGETTYPE dll
|
|
23 |
UID 0x1000008D 0x2001CB80
|
|
24 |
|
|
25 |
CAPABILITY ALL -TCB
|
|
26 |
|
|
27 |
DEFFILE testplatgane.def
|
|
28 |
|
|
29 |
USERINCLUDE ../inc
|
|
30 |
|
|
31 |
MW_LAYER_SYSTEMINCLUDE
|
|
32 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
|
|
35 |
SOURCE testplatgane.cpp
|
|
36 |
SOURCE testplatganeblocks.cpp
|
|
37 |
|
|
38 |
SOURCE testplatganeblockshgdoublegraphiclist.cpp
|
|
39 |
SOURCE testplatganeblockshgdoublegraphiclistflat.cpp
|
|
40 |
SOURCE testplatganeblockshgdoubletextlist.cpp
|
|
41 |
SOURCE testplatganeblockshggrid.cpp
|
|
42 |
SOURCE testplatganeblockshgitem.cpp
|
|
43 |
SOURCE testplatganeblockshgscroller.cpp
|
|
44 |
SOURCE testplatganeblockshgscrollerwithtitle.cpp
|
|
45 |
SOURCE testplatganeblockshgsinglegraphiclist.cpp
|
|
46 |
SOURCE testplatganeblockshgsinglelargelist.cpp
|
|
47 |
SOURCE testplatganeblockshgsingletextlist.cpp
|
|
48 |
SOURCE testplatganeblockshgvgmediawall.cpp
|
|
49 |
SOURCE testplatganeblockshgvgitem.cpp
|
|
50 |
SOURCE testplatganeblockshgsingletextlistwithicon.cpp
|
|
51 |
|
|
52 |
LIBRARY euser.lib
|
|
53 |
LIBRARY StifTestInterface.lib
|
|
54 |
LIBRARY stiftestengine.lib
|
|
55 |
LIBRARY ganes.lib
|
|
56 |
LIBRARY ws32.lib
|
|
57 |
|
|
58 |
LANG SC
|
|
59 |
|
|
60 |
// End of File
|
|
61 |
|