equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 * |
|
16 */ |
|
17 #ifndef __PPP_IBY__ |
|
18 #define __PPP_IBY__ |
|
19 |
|
20 REM dependencies |
|
21 #include <esock.iby> |
|
22 #include <insock.iby> |
|
23 #include <nifman.iby> |
|
24 #include <c32.iby> |
|
25 #include <random.iby> |
|
26 |
|
27 // The default BCA is C32, but may be replaced by another BCA if desired |
|
28 #include <c32bca.iby> |
|
29 |
|
30 data=EPOCROOT##epoc32\data\z\private\101F7989\esock\ccp.ini private\101f7989\esock\ccp.ini |
|
31 |
|
32 #ifdef _DEBUG |
|
33 ECOM_PLUGIN_UDEB(ppp.dll,10281C4E.rss) |
|
34 #else |
|
35 ECOM_PLUGIN(ppp.dll,10281C4E.rss) |
|
36 #endif |
|
37 |
|
38 file=ABI_DIR\DEBUG_DIR\pppmain.dll System\Libs\pppmain.dll |
|
39 file=ABI_DIR\DEBUG_DIR\vjcomp.dll System\Libs\vjcomp.dll |
|
40 |
|
41 #endif // __PPP_IBY__ |