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 // |
23 // |
15 // |
24 // |
16 // |
25 // |
18 PRJ_PLATFORMS |
27 PRJ_PLATFORMS |
19 DEFAULT |
28 DEFAULT |
20 |
29 |
21 PRJ_EXPORTS |
30 PRJ_EXPORTS |
22 ../group/openwfc_ref.iby /epoc32/rom/include/openwfc_ref.iby |
31 ../group/openwfc_ref.iby /epoc32/rom/include/openwfc_ref.iby |
|
32 ../inc/openwfc_ri_display.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(WF/openwfc_ri_display.h) |
|
33 ../inc/openwfc_ri_display_update.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(WF/openwfc_ri_display_update.h) |
|
34 ../bwins/openwfc_ri_displayu.def SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/win32/openwfc_ri_displayu.def) |
|
35 ../eabi/openwfc_ri_displayu.def SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(def/eabi/openwfc_ri_displayu.def) |
23 |
36 |
24 PRJ_MMPFILES |
37 PRJ_MMPFILES |
|
38 openwfc_ri_displaylib.mmp |
25 openwfc.mmp |
39 openwfc.mmp |
26 |
|
27 PRJ_TESTMMPFILES |
|
28 owfsharect.mmp |
|
29 |
40 |
30 PRJ_TESTEXPORTS |
41 PRJ_TESTEXPORTS |
31 ../adaptation/include/owfnativestream.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfnativestream.h) |
42 ../adaptation/include/owfnativestream.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfnativestream.h) |
32 ../adaptation/include/owfmutex.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfmutex.h) |
43 ../adaptation/include/owfmutex.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfmutex.h) |
33 ../adaptation/include/owfsemaphore.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfsemaphore.h) |
44 ../adaptation/include/owfsemaphore.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfsemaphore.h) |
34 ../adaptation/include/owfthread.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfthread.h) |
45 ../adaptation/include/owfthread.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfthread.h) |
35 ../common/include/owflinkedlist.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owflinkedlist.h) |
46 ../common/include/owflinkedlist.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owflinkedlist.h) |
36 ../common/include/owfpool.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfpool.h) |
47 ../common/include/owfpool.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfpool.h) |
37 ../common/include/owfimage.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfimage.h) |
48 ../common/include/owfimage.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owfimage.h) |
38 ../common/include/owftypes.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owftypes.h) |
49 ../common/include/owftypes.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(owftypes.h) |
|
50 |
|
51 #include "../test/group/bld.inf" |