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 // Provide dummy TEST STUB implementation for OpenVG 1.1 version |
|
15 // This test stub has been manually created based on the .def file generator |
|
16 // utility available in ../group/openvg11 |
|
17 // |
|
18 // |
|
19 |
|
20 |
|
21 #include <VG/openvguids.hrh> |
|
22 |
|
23 TARGET libOpenVG_stub.dll |
|
24 TARGETTYPE dll |
|
25 CAPABILITY All -TCB |
|
26 |
|
27 UID KUidSharedDllUidValue KUidOpenVGDllUidValue |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 MACRO __OPENVGHEADERS_USE_VG_1_1 |
|
32 SOURCEPATH . |
|
33 SOURCE topenvg11_stub.cpp |
|
34 |
|
35 LIBRARY euser.lib |
|
36 |
|
37 #ifdef WINS |
|
38 deffile ../bwins/libopenvg11.def |
|
39 #else |
|
40 deffile ../eabi/libopenvg11.def |
|
41 #endif |
|
42 NOEXPORTLIBRARY |
|
43 |
|
44 SMPSAFE |