author | jakl.martin@cell-telecom.com |
Mon, 06 Dec 2010 18:07:30 +0100 | |
branch | NewGraphicsArchitecture |
changeset 218 | 99b3451c560e |
parent 144 | 314cdf966406 |
permissions | -rwxr-xr-x |
52
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
1 |
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
218 | 2 |
// Portions copyright (c) 2010 Cell Telecom Ltd |
52
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
3 |
// All rights reserved. |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
4 |
// This component and the accompanying materials are made available |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
5 |
// under the terms of "Eclipse Public License v1.0" |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
6 |
// which accompanies this distribution, and is available |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
8 |
// |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
9 |
// Initial Contributors: |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
10 |
// Nokia Corporation - initial contribution. |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
11 |
// |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
12 |
// Contributors: |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
13 |
// |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
14 |
// Description: |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
15 |
// Common project include header for OpenWFC DLL implementations |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
16 |
// The need for this common header is so that three different versions of the |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
17 |
// implementation can be generated: |
53
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
52
diff
changeset
|
18 |
// 1. WINSCW version |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
52
diff
changeset
|
19 |
// 2. ARM version for Nokia Reference Boards |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
52
diff
changeset
|
20 |
// 3. Syborg version for Symbian Foundation SVP Reference Platform |
52
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
21 |
// |
53
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
52
diff
changeset
|
22 |
// Note for syborg platform, the dll is aliased to libWFC.dll via rombuild |
52
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
23 |
// |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
24 |
// |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
25 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
26 |
#include <WF/openwfcuids.hrh> |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
27 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
28 |
NOEXPORTLIBRARY |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
29 |
EPOCALLOWDLLDATA |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
30 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
31 |
#ifdef WINS |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
32 |
deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/win32/libWFC.def) |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
33 |
#else |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
34 |
deffile SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/eabi/libWFC.def) |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
35 |
#endif |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
36 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
37 |
MACRO __KHR_EXPORTS |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
38 |
TARGETTYPE dll |
218 | 39 |
CAPABILITY All -TCB |
144
314cdf966406
Bug 2318 "LibWFC.dll fail to load : UIDFAIL"
Matt Plumtree <matt.plumtree@nokia.com>
parents:
53
diff
changeset
|
40 |
UID 0x1000008D KUidOpenWfcDllUidValue |
52
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
41 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
42 |
OPTION ARMCC -O3 -Otime --cpu 6 |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
43 |
ALWAYS_BUILD_AS_ARM |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
44 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
45 |
OS_LAYER_SYSTEMINCLUDE |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
46 |
OS_LAYER_LIBC_SYSTEMINCLUDE |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
47 |
MACRO HG_NO_ALLOCA_H |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
48 |
MACRO EGL_DLL |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
49 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
50 |
USERINCLUDE ../composition/include |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
51 |
USERINCLUDE ../common/include |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
52 |
USERINCLUDE ../adaptation/include |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
53 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
54 |
LIBRARY libEGL.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
55 |
LIBRARY euser.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
56 |
LIBRARY libc.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
57 |
LIBRARY libpthread.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
58 |
LIBRARY libm.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
59 |
LIBRARY hal.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
60 |
LIBRARY wfcinterop.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
61 |
LIBRARY surfacemanager.lib |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
62 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
63 |
SOURCEPATH ../composition/src |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
64 |
SOURCE wfcapi.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
65 |
SOURCE wfccontext.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
66 |
SOURCE wfcdevice.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
67 |
SOURCE wfcelement.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
68 |
SOURCE wfcimageprovider.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
69 |
SOURCE wfcscene.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
70 |
SOURCE wfcpipeline.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
71 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
72 |
SOURCEPATH ../common/src |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
73 |
SOURCE owfarray.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
74 |
SOURCE owfattributes.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
75 |
SOURCE owfdebug.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
76 |
SOURCE owfimage.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
77 |
SOURCE owflinkedlist.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
78 |
SOURCE owfmemory.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
79 |
SOURCE owfobject.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
80 |
SOURCE owfpool.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
81 |
SOURCE owfutils.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
82 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
83 |
SOURCEPATH ../adaptation/src/Platform/OS/symbian |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
84 |
SOURCE owfconsole.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
85 |
SOURCE owfmessagequeue.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
86 |
SOURCE owfmutex.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
87 |
SOURCE owfsemaphore.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
88 |
SOURCE owfthread.c |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
89 |
SOURCE owfextensions.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
90 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
91 |
SOURCEPATH ../adaptation/src/Platform/Graphics/symbian |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
92 |
SOURCE owfdisplaycontext.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
93 |
SOURCE owfscreen_displaychannel.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
94 |
SOURCE owfnativestreamstub.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
95 |
SOURCE owfnotifications.cpp |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
96 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
97 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
98 |
|
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
99 |
SMPSAFE |
0c41673def7a
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
100 |