29
|
1 |
/*
|
|
2 |
* Copyright (c) 2006, 2007 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: This is the project file for PictBridge engine
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET pictbridge.dll
|
|
22 |
TARGETTYPE dll
|
|
23 |
UID 0x1000008d 0x10274798
|
|
24 |
CAPABILITY CAP_GENERAL_DLL
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
|
|
27 |
USERINCLUDE ../inc
|
|
28 |
MW_LAYER_SYSTEMINCLUDE
|
|
29 |
SYSTEMINCLUDE /epoc32/include/xml
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE pictbridge.cpp
|
|
33 |
SOURCE dpsxmlstring.cpp
|
|
34 |
SOURCE dpsxmlparser.cpp
|
|
35 |
SOURCE dpsxmlgenerator.cpp
|
|
36 |
SOURCE dpsstatemachine.cpp
|
|
37 |
SOURCE dpsoperation.cpp
|
|
38 |
SOURCE dpsparam.cpp
|
|
39 |
SOURCE dpstransaction.cpp
|
|
40 |
SOURCE dpsstate.cpp
|
|
41 |
SOURCE dpsfile.cpp
|
|
42 |
SOURCE dpsusbnotifier.cpp
|
|
43 |
SOURCE dpsscriptsender.cpp
|
|
44 |
SOURCE dpsscriptreceiver.cpp
|
|
45 |
SOURCE dpsptpnotifier.cpp
|
|
46 |
SOURCE dpsconnectnotifier.cpp
|
|
47 |
|
|
48 |
START RESOURCE dps.rss
|
|
49 |
TARGETPATH resource
|
|
50 |
HEADER
|
|
51 |
END
|
|
52 |
|
|
53 |
LIBRARY euser.lib xmlframework.lib efsrv.lib bafl.lib platformenv.lib
|
|
54 |
LIBRARY rptp.lib usbman.lib usbwatcher.lib centralrepository.lib estor.lib
|
|
55 |
|