32
|
1 |
/*
|
|
2 |
* Copyright (c) 2003 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:
|
|
15 |
* This is project specification file for the SRCS IrDA Plug-in.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
TARGET obexservicemanir.dll
|
|
21 |
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
|
|
24 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
|
|
27 |
// ECom Dll recognition UID followed by the unique UID for this dll
|
|
28 |
UID 0x10009D8D 0x101F9695
|
|
29 |
|
|
30 |
|
|
31 |
SOURCEPATH ../src/ir
|
|
32 |
SOURCE obexsmirdaconnection.cpp
|
|
33 |
SOURCE proxy.cpp
|
|
34 |
|
|
35 |
|
|
36 |
START RESOURCE 101F9695.rss
|
|
37 |
TARGET obexservicemanir.rsc
|
|
38 |
END
|
|
39 |
|
|
40 |
USERINCLUDE ../inc/ir ../../obexservicemanserver/inc ../../utils/inc
|
57
|
41 |
SYSTEMINCLUDE /epoc32/include/ecom
|
32
|
42 |
MW_LAYER_SYSTEMINCLUDE
|
|
43 |
|
|
44 |
LIBRARY euser.lib // Base library
|
|
45 |
LIBRARY ecom.lib // ECom library
|
|
46 |
LIBRARY irda.lib // IrDA library
|
|
47 |
LIBRARY irobex.lib // For Object exchange
|
|
48 |
DEBUGLIBRARY flogger.lib // For logging
|
|
49 |
LIBRARY esock.lib // Socket functionality
|
|
50 |
LIBRARY obexutils.lib // opaque_data parser
|