graphicscomposition/openwfcompositionengine/group/openwfc.mmh
author Faisal Memon <faisal.memon@nokia.com>
Thu, 06 May 2010 18:24:48 +0100
branchNewGraphicsArchitecture
changeset 52 0c41673def7a
child 53 c4e876502c00
permissions -rwxr-xr-x
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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).
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
     2
// 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
     3
// 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
     4
// 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
     5
// 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
     6
// 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
     7
//
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
// 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
     9
// 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
    10
//
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
// 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
    12
//
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
// 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
    14
// 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
    15
// 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
    16
// implementation can be generated:
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
//   1.  WINSCW version (libWFC.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
    18
//   2.  Nokia ARM Reference Boards version (libwfchwref.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
    19
//   3.  Symbian Foundation Syborg Virtual Platform version (libwfchwsyborg.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
    20
//
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
//  Note for hardware platforms, the dll is aliased to libWFC.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
    22
//
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
#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
    26
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
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
    28
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
    29
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
#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
    31
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
    32
#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
    33
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
    34
#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
    35
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
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
    37
TARGETTYPE             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
    38
CAPABILITY             PowerMgmt ReadDeviceData WriteDeviceData ProtServ
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
    39
UID                            0 KUidOpenWfcDllUidValue
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
    40
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
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
    42
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
    43
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
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
    45
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
    46
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
    47
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
    48
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
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
    50
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
    51
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
    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
    53
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
    54
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
    55
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
    56
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
    57
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
    58
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
    59
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
    60
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
    61
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
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
    63
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
    64
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
    65
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
    66
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
    67
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
    68
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
    69
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
    70
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
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
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
    78
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
    79
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
    80
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
    81
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
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
    83
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
    84
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
    85
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
    86
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
    87
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
    88
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
    89
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
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
    91
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
    92
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
    93
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
    94
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
    95
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
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
    99