equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2008 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: Project definition file for project natsettings |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET natfwnatsettings.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x10282F04 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE cnatfwsettingsapi.cpp |
|
31 SOURCE cnatfwsettingsimpl.cpp |
|
32 SOURCE cnatfwserversettings.cpp |
|
33 SOURCE cnatfwicesettings.cpp |
|
34 SOURCE tnatfwicepreferences.cpp |
|
35 SOURCE cnatfwstunsettings.cpp |
|
36 SOURCE cnatfwturnsettings.cpp |
|
37 SOURCE tnatfwsettingsparser.cpp |
|
38 SOURCE cnatfwcenrephandler.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../data |
|
42 USERINCLUDE ../../natfwshared/inc |
|
43 |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY centralrepository.lib |
|
50 LIBRARY bafl.lib |
|
51 |
|
52 PAGED |