equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 #ifndef __IRDA_IBY__ |
|
17 #define __IRDA_IBY__ |
|
18 |
|
19 // If __IRDA_DEBUG__ is defined pull in debug versions of the |
|
20 // IrDA DLLs regardless of the ROM type |
|
21 #ifdef __IRDA_DEBUG__ |
|
22 define IRDA_DIR UDEB |
|
23 #else |
|
24 define IRDA_DIR BUILD_DIR |
|
25 #endif |
|
26 |
|
27 REM *** The following iby files are always included, whether IRDA is |
|
28 REM *** supported by the device or not. |
|
29 |
|
30 #if defined(_DEBUG) || defined (__IRDA_DEBUG__) |
|
31 #include <commsdebugutility.iby> |
|
32 #endif |
|
33 |
|
34 #include <obexprotocol.iby> |
|
35 |
|
36 REM *** irda.dll and irtranp.dll (Infrared Transfer Picture) are |
|
37 REM *** client side dlls. They are always included in the ROM whether |
|
38 REM *** IRDA is supported by the device or not, so that client |
|
39 REM *** applications can link against them regardless. |
|
40 |
|
41 file=ABI_DIR\IRDA_DIR\irda.dll System\Libs\IrDA.dll |
|
42 file=ABI_DIR\IRDA_DIR\irtranp.dll System\Libs\IrTranp.dll |
|
43 |
|
44 #endif |
|
45 |