equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-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 ExifLib. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET ExifLib.dll |
|
22 TARGETTYPE DLL |
|
23 |
|
24 UID 0x1000008D 0x101F864A |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 // Define directories for the .def-files of WINS and WINSCW builds separately. |
|
30 // IMPORTANT NOTICE: The lines in the example that end with a backslash |
|
31 // must have one space after the backslash. |
|
32 #if defined(ARMCC) |
|
33 deffile ../EABI/ |
|
34 #elif defined( WINSCW ) |
|
35 deffile ../Bwinscw/ |
|
36 #elif defined( WINS ) |
|
37 deffile ../Bwins/ |
|
38 #else |
|
39 deffile ../Bmarm/ |
|
40 #endif |
|
41 |
|
42 SOURCEPATH ../src |
|
43 SOURCE ExifCommon.cpp |
|
44 SOURCE ExifTag.cpp |
|
45 SOURCE ExifIfd.cpp |
|
46 SOURCE ExifRead.cpp |
|
47 SOURCE ExifModify.cpp |
|
48 SOURCE ExifCore.cpp |
|
49 SOURCE ExifEndian.cpp |
|
50 |
|
51 USERINCLUDE ../inc |
|
52 USERINCLUDE ../../inc // subsystem level inc dir |
|
53 USERINCLUDE ../../../inc // ADo level inc dir |
|
54 |
|
55 OS_LAYER_SYSTEMINCLUDE |
|
56 |
|
57 LIBRARY euser.lib |
|
58 |
|
59 // End of file |