equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project specification file for IclExtJpegApi. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <icl/icl_uids.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET IclExtJpegApi.dll |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 targettype DLL |
|
24 |
|
25 UID 0x1000008D 0x10204BF0 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE IclExtJpegApi.cpp |
|
30 SOURCE IclExtJpegApiFrameImplV2.cpp |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 OS_LAYER_SYSTEMINCLUDE |
|
34 SYSTEMINCLUDE /epoc32/include/ecom |
|
35 SYSTEMINCLUDE /epoc32/include/icl |
|
36 |
|
37 LIBRARY euser.lib |
|
38 LIBRARY ImageConversion.lib |
|
39 LIBRARY ecom.lib |
|
40 LIBRARY Jpegimageframeplugin.lib |
|
41 |
|
42 // End of file |