1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
2 // |
8 // Initial Contributors: |
3 // Permission is hereby granted, free of charge, to any person obtaining a |
9 // Nokia Corporation - initial contribution. |
4 // copy of this software and/or associated documentation files (the |
|
5 // "Materials"), to deal in the Materials without restriction, including |
|
6 // without limitation the rights to use, copy, modify, merge, publish, |
|
7 // distribute, sublicense, and/or sell copies of the Materials, and to |
|
8 // permit persons to whom the Materials are furnished to do so, subject to |
|
9 // the following conditions: |
10 // |
10 // |
11 // Contributors: |
11 // The above copyright notice and this permission notice shall be included |
|
12 // in all copies or substantial portions of the Materials. |
|
13 // |
|
14 // THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
15 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
16 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
17 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
|
18 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|
19 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
|
20 // MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |
12 // |
21 // |
13 // Description: |
22 // Description: |
14 // libWFC.dll OpenWFC Sample Implementation |
23 // libWFC.dll OpenWFC Sample Implementation |
15 // |
24 // |
16 // |
25 // |
18 #include <WF/openwfcuids.hrh> |
27 #include <WF/openwfcuids.hrh> |
19 |
28 |
20 //macros to enable filtering debug log output. |
29 //macros to enable filtering debug log output. |
21 //DEBUG_LOG must also be defined to enable logging |
30 //DEBUG_LOG must also be defined to enable logging |
22 //(automatic if _DEBUG is defined, and DEBUG_DONOT_LOG is not defined) |
31 //(automatic if _DEBUG is defined, and DEBUG_DONOT_LOG is not defined) |
23 MACRO DEBUG_DONOT_LOG |
32 //MACRO DEBUG_DONOT_LOG |
24 //MACRO DEBUG_LOG_FUNCTION=WFC_Element_ |
33 //MACRO DEBUG_LOG_FUNCTION=WFC_Element_ |
25 //MACRO DEBUG_LOG_FILE=owfnotifications.c |
34 //MACRO DEBUG_LOG_FILE=owfnotifications.c |
26 |
35 |
27 TARGET libWFC.dll |
36 TARGET libWFC.dll |
28 NOEXPORTLIBRARY |
37 NOEXPORTLIBRARY |
77 SOURCE owfpool.c |
87 SOURCE owfpool.c |
78 SOURCE owfutils.c |
88 SOURCE owfutils.c |
79 |
89 |
80 SOURCEPATH ../adaptation/src/Platform/OS/symbian |
90 SOURCEPATH ../adaptation/src/Platform/OS/symbian |
81 SOURCE owfconsole.cpp |
91 SOURCE owfconsole.cpp |
82 SOURCE owfmessagequeue.c |
92 SOURCE owfmessagequeue.cpp |
83 SOURCE owfmutex.c |
93 SOURCE owfmutex.c |
84 SOURCE owfsemaphore.c |
94 SOURCE owfsemaphore.c |
85 SOURCE owfthread.c |
95 SOURCE owfthread.c |
86 SOURCE owfextensions.cpp |
96 SOURCE owfextensions.cpp |
87 |
97 |
88 SOURCEPATH ../adaptation/src/Platform/Graphics/symbian |
98 SOURCEPATH ../adaptation/src/Platform/Graphics/symbian |
89 SOURCE owfdisplaycontext.cpp |
99 SOURCE owfdisplaycontext.cpp |
90 SOURCE owfscreen_displaychannel.cpp |
|
91 SOURCE owfnativestreamstub.cpp |
100 SOURCE owfnativestreamstub.cpp |
92 SOURCE owfnotifications.cpp |
101 SOURCE owfnotifications.cpp |
|
102 SOURCE owfscreen.cpp |
93 |
103 |
94 |
104 |
95 |
105 |
96 SMPSAFE |
106 SMPSAFE |
97 |
107 |