equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // Client side implementation for DNS Proxy Server |
|
15 // |
|
16 |
|
17 |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 PRJ_MMPFILES |
|
24 |
|
25 #ifdef SYMBIAN_DNS_PROXY |
|
26 dnsproxyclient.mmp |
|
27 #endif |
|
28 |
|
29 PRJ_EXPORTS |
|
30 |
|
31 #ifdef SYMBIAN_DNS_PROXY |
|
32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
33 ../inc/dnsproxyclient.h /epoc32/include/dnsproxyclient.h |
|
34 #endif |
|
35 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
36 ../inc/dnsproxyclientconfigparams.h /epoc32/include/dnsproxyclientconfigparams.h |
|
37 #endif |
|
38 ../group/dnsproxyclient.iby /epoc32/rom/include/dnsproxyclient.iby |
|
39 #endif |