|
1 // Copyright (c) 2005-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 // bld.inf - name resolver (without UI) |
|
15 // dnd.exe Domain name daemon providing dynamic name resolution for hosts |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 // specify the platforms your component needs to be built for here |
|
27 // defaults to WINS MARM so you can ignore this if you just build these |
|
28 |
|
29 PRJ_EXPORTS |
|
30 // Specify the source file followed by its destination here |
|
31 // copy will be used to copy the source file to its destination |
|
32 // If there's no destination then the source file will be copied |
|
33 // to the same name in epoc32/include |
|
34 |
|
35 ../group/dnd.iby /epoc32/rom/include/dnd.iby |
|
36 ../include/llmnrconflict.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/llmnrconflict.h) |
|
37 |
|
38 #include "../data/bld.inf" |
|
39 |
|
40 PRJ_MMPFILES |
|
41 // Specify the .mmp files required for building the important component |
|
42 // releasables. Note that you should specify any .mmp files for test |
|
43 // programs further down the file. |
|
44 // |
|
45 // Specify "tidy" if the component you need to build doesn't need to be |
|
46 // released to the rest of the company |
|
47 // specify "ignore" if the MMP file exists but should be |
|
48 // ignored. |
|
49 |
|
50 dndexe.mmp |
|
51 dndexe_def.mmp |
|
52 |
|
53 PRJ_TESTMMPFILES |
|
54 // specify the .mmp files required for building any test programs here |
|
55 // |
|
56 // You can specify "manual" to denote that a test should be listed in a |
|
57 // generated batch file for running a group of tests |
|
58 // which require user input during testing. |
|
59 // You can specify "support" to denote that a file is a test support file |
|
60 // and shouldn't be listed in a batch file for running a group of tests |
|
61 // By default, each test will be listed in a batch file for running a group |
|
62 // of tests which can be left to run without requiring watching over |
|
63 // by the person running the tests, i.e. tests where no user |
|
64 // input is required. The default will apply if neither "manual" |
|
65 // or "support" is specified. |
|
66 |
|
67 // dndapp.mmp |