equal
deleted
inserted
replaced
|
1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Static library providing the additional functionality needed for the ct tests. |
|
15 |
|
16 target owfsharect.lib |
|
17 targettype lib |
|
18 NOEXPORTLIBRARY |
|
19 |
|
20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
21 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
22 |
|
23 USERINCLUDE ..\common\include |
|
24 USERINCLUDE ..\adaptation\include |
|
25 |
|
26 SOURCEPATH ..\common\src |
|
27 SOURCE owfmemory.c |
|
28 SOURCE owfdebug.c |
|
29 |
|
30 SOURCEPATH ..\adaptation\src\Platform\OS\symbian |
|
31 SOURCE owfmutex.c |
|
32 SOURCE owfthread.c |
|
33 SOURCE owfconsole.cpp |
|
34 |
|
35 |