|
1 // Copyright (c) 2000-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 // Name : %name% |
|
15 // Part of : ?module_name (e.g. Continuus subproject name) |
|
16 // Origin : ?project,?company |
|
17 // Created : %date_created% by %created_by% |
|
18 // This file provides the information required for building the |
|
19 // whole of a ?module_name. |
|
20 // Version : |
|
21 // %version: %, %date_modified: % by %derived_by: % |
|
22 // Version history: |
|
23 // Template version: 1.0, 28.2.2000 by maparnan |
|
24 // <ccm_history> |
|
25 // Version: %version%, %date_modified% by %derived_by% |
|
26 // Ref: ?reference_to_reason_doc_if_any (e.g. ActionDb Id) |
|
27 // ?change_reason_comment |
|
28 // </ccm_history> |
|
29 // IPv6/IPv4 socket library |
|
30 // |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 /** |
|
36 @file |
|
37 */ |
|
38 |
|
39 PRJ_PLATFORMS |
|
40 // specify the platforms your component needs to be built for here |
|
41 // defaults to WINS MARM so you can ignore this if you just build these |
|
42 |
|
43 PRJ_EXPORTS |
|
44 // Specify the source file followed by its destination here |
|
45 // copy will be used to copy the source file to its destination |
|
46 // If there's no destination then the source file will be copied |
|
47 // to the same name in epoc32include |
|
48 |
|
49 ../inc/dns_qry.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dns_qry.h) |
|
50 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
51 ../inc/dns_qry_internal.h |
|
52 #endif |
|
53 ../inc/dns_qry.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dns_qry.inl) |
|
54 ../inc/eui_addr.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(eui_addr.h) |
|
55 ../inc/in_sock.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(in_sock.h) |
|
56 ../inc/in_sock_internal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(in_sock_internal.h) |
|
57 ../inc/in6_opt.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(in6_opt.h) |
|
58 ../inc/in6_if.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(in6_if.h) |
|
59 ../inc/inet6err.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(inet6err.h) |
|
60 ../inc/in_iface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(in_iface.h) |
|
61 |
|
62 ../group/sockerr.ra SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/sockerr.ra) |
|
63 ../group/tcperr.ra SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/tcperr.ra) |
|
64 ../group/sockerr.rls SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/sockerr.rls) |
|
65 ../group/tcperr.rls SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(errors/generic/tcperr.rls) |
|
66 |
|
67 ../group/insock.iby /epoc32/rom/include/insock.iby |
|
68 |
|
69 |
|
70 PRJ_MMPFILES |
|
71 // Specify the .mmp files required for building the important component |
|
72 // releasables. Note that you should specify any .mmp files for test |
|
73 // programs further down the file. |
|
74 // |
|
75 // Specify "tidy" if the component you need to build doesn't need to be |
|
76 // released to the rest of the company |
|
77 // specify "ignore" if the MMP file exists but should be |
|
78 // ignored. |
|
79 |
|
80 insock.mmp |
|
81 |
|
82 |
|
83 PRJ_TESTMMPFILES |
|
84 // specify the .mmp files required for building any test programs here |
|
85 // |
|
86 // You can specify "manual" to denote that a test should be listed in a |
|
87 // generated batch file for running a group of tests |
|
88 // which require user input during testing. |
|
89 // You can specify "support" to denote that a file is a test support file |
|
90 // and shouldn't be listed in a batch file for running a group of tests |
|
91 // By default, each test will be listed in a batch file for running a group |
|
92 // of tests which can be left to run without requiring watching over |
|
93 // by the person running the tests, i.e. tests where no user |
|
94 // input is required. The default will apply if neither "manual" |
|
95 // or "support" is specified. |