1 /* |
1 /* |
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * BLD.INF |
15 * BLD.INF |
16 * Builds the security subsystem |
16 * Builds for the apr subsystem |
17 * This is the bld.inf file for building the secuirity subsystem. It works for |
17 * This is the bld.inf file for building the secuirity subsystem. It works for |
18 * both beech and cedar, using the appropriate macros (if defined) to determine |
18 * both beech and cedar, using the appropriate macros (if defined) to determine |
19 * what gets built. |
19 * what gets built. |
20 * |
20 * |
21 */ |
21 */ |
22 |
|
23 |
|
24 |
22 |
25 |
23 |
26 /** |
24 /** |
27 @file |
25 @file |
28 */ |
26 */ |
29 |
27 |
30 #ifndef TOOLS2 |
28 #ifndef TOOLS2 |
31 // Disable everything except sistools and security_tools for TOOLS2 target |
29 // Disable everything except sistools and security_tools for TOOLS2 target |
32 |
30 |
33 #include "common/group/bld.inf" |
31 #include "installtestframework/group/bld.inf" |
34 |
32 |
35 #include "testframework/group/bld.inf" |
33 #include "installconfig/group/bld.inf" |
36 |
|
37 #include "securityconfig/group/bld.inf" |
|
38 |
|
39 |
34 |
40 #include "swi/group/bld.inf" |
35 #include "swi/group/bld.inf" |
41 #include "swi/devicetools/group/bld.inf" |
36 #include "swi/devicetools/group/bld.inf" |
42 #include "swi/pctools/group/bld.inf" |
37 #include "swi/pctools/group/bld.inf" |
43 |
38 |
44 #include "caf2/test/RefTestAgent/group/bld.inf" |
|
45 |
39 |
|
40 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
|
41 // SCR must be built before SIF, because SIF depends on the SCR |
|
42 #include "usif/scr/group/bld.inf" |
|
43 #include "usif/sif/group/bld.inf" |
|
44 #include "usif/sts/group/bld.inf" |
|
45 #include "usif/examples/installer/group/bld.inf" |
|
46 #include "usif/examples/appmanager/group/bld.inf" |
46 #endif |
47 #endif |
|
48 |
|
49 #endif //TOOLS2 |
47 |
50 |
48 // Only the SISTOOLS (makesis/signsis) and certapp build with TOOLS2 |
51 // Only the SISTOOLS (makesis/signsis) and certapp build with TOOLS2 |
49 #include "swi/sistools/group/bld.inf" |
52 #include "swi/sistools/group/bld.inf" |
|
53 |