equal
deleted
inserted
replaced
|
1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 target multiplesurfaces.exe |
|
17 CAPABILITY SwEvent WriteDeviceData ReadDeviceData |
|
18 targettype exe |
|
19 uid 0x100039CE 0x101FCABF |
|
20 vendorid 0x70000001 |
|
21 |
|
22 userinclude . |
|
23 userinclude ..\src |
|
24 userinclude ..\src\tests_flowwindow |
|
25 userinclude ..\src\tests_zorder |
|
26 userinclude ..\src\windows |
|
27 |
|
28 systeminclude /epoc32/include |
|
29 systeminclude /epoc32/include/stdapis |
|
30 |
|
31 sourcepath . |
|
32 START resource multiplesurfaces_reg.rss |
|
33 TARGETPATH /private/10003a3f/apps |
|
34 END |
|
35 |
|
36 library ecom.lib |
|
37 library euser.lib |
|
38 library cone.lib |
|
39 library ws32.lib |
|
40 library eikcore.lib |
|
41 LIBRARY hal.lib |
|
42 LIBRARY efsrv.lib |
|
43 LIBRARY eikcoctl.lib |
|
44 LIBRARY apparc.lib |
|
45 LIBRARY fbscli.lib |
|
46 LIBRARY gdi.lib |
|
47 LIBRARY surfaceupdateclient.lib imageconversion.lib bitmaptransforms.lib |
|
48 LIBRARY surfacemanager.lib |
|
49 |
|
50 SOURCEPATH ..\src |
|
51 SOURCE surfaceutility.cpp |
|
52 |
|
53 SOURCEPATH ..\src\tests_zorder |
|
54 SOURCE multiplesurfacesapp.cpp cmultiplesurfaces.cpp |
|
55 |
|
56 SOURCEPATH ..\src\windows |
|
57 SOURCE tsmallwindowraster.cpp |
|
58 SOURCE twindow.cpp |
|
59 |
|
60 |
|
61 SMPSAFE |