equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-2009 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 the License "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: |
|
15 * BLD.INF |
|
16 * Builds the security subsystem |
|
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 |
|
19 * what gets built. |
|
20 * |
|
21 */ |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 /** |
|
27 @file |
|
28 */ |
|
29 |
|
30 #ifndef TOOLS2 |
|
31 // Disable everything except sistools and security_tools for TOOLS2 target |
|
32 |
|
33 #include "common/group/bld.inf" |
|
34 |
|
35 #include "testframework/group/bld.inf" |
|
36 |
|
37 #include "securityconfig/group/bld.inf" |
|
38 |
|
39 |
|
40 #include "swi/group/bld.inf" |
|
41 #include "swi/devicetools/group/bld.inf" |
|
42 #include "swi/pctools/group/bld.inf" |
|
43 |
|
44 #include "caf2/test/RefTestAgent/group/bld.inf" |
|
45 |
|
46 #endif |
|
47 |
|
48 // Only the SISTOOLS (makesis/signsis) and certapp build with TOOLS2 |
|
49 #include "swi/sistools/group/bld.inf" |