equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 // |
|
15 |
|
16 |
|
17 TARGET ptpipcontroller.dll |
|
18 TARGETTYPE DLL |
|
19 // This is taken from music dp |
|
20 UID 0x10009D8D 0xA0004A5B |
|
21 CAPABILITY All -Tcb |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../src |
|
25 |
|
26 |
|
27 SOURCE cptpipcontroller.cpp |
|
28 SOURCE cptpipsockethandler.cpp |
|
29 SOURCE rptpipframework.cpp |
|
30 SOURCE cptpiptimer.cpp |
|
31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 USERINCLUDE ../inc/ |
|
34 USERINCLUDE ../interface/ |
|
35 USERINCLUDE ../../common/inc/ |
|
36 USERINCLUDE ../../ptpipdatatypes/inc/ |
|
37 USERINCLUDE ../../../../mtpfws/mtpfw/common/inc |
|
38 |
|
39 |
|
40 |
|
41 LIBRARY euser.lib esock.lib insock.lib ecom.lib |
|
42 LIBRARY mtpdatatypes.lib ptpipdatatypes.lib mtpclient.lib centralrepository.lib ptpipfilterapi.lib comsdbgutil.lib commdb.lib |
|
43 |
|
44 SMPSAFE |