author | Faisal Memon <faisal.memon@nokia.com> |
Thu, 06 May 2010 19:17:55 +0100 | |
branch | NewGraphicsArchitecture |
changeset 53 | c4e876502c00 |
child 86 | 841b49c57c50 |
permissions | -rwxr-xr-x |
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:
diff
changeset
|
1 |
// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of "Eclipse Public License v1.0" |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
7 |
// |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
10 |
// |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
12 |
// |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
13 |
// Description: |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
14 |
// OpenWFC Sample Implementation |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
15 |
// |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
16 |
// |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
17 |
|
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
18 |
|
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
19 |
//macros to enable filtering debug log output. |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
20 |
//DEBUG_LOG must also be defined to enable logging |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
21 |
//(automatic if _DEBUG is defined, and DEBUG_DONOT_LOG is not defined) |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
22 |
MACRO DEBUG_DONOT_LOG |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
23 |
//MACRO DEBUG_LOG_FUNCTION=WFC_Element_ |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
24 |
//MACRO DEBUG_LOG_FILE=owfnotifications.c |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
25 |
|
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
26 |
#include "openwfc.mmh" |
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
27 |
|
c4e876502c00
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
28 |
TARGET libWFC.dll |