1 /* |
1 /* |
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2005-2010 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 "Eclipse Public License v1.0" |
5 * under the terms of "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". |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "../x509certnameparser/group/bld.inf" |
19 #include "../x509certnameparser/group/bld.inf" |
20 #include "../PKCS12/group/bld.inf" |
20 #include "../PKCS12/group/bld.inf" |
21 #include "../CertmanUi/GROUP/bld.inf" |
|
22 #include "../CTSecurityDialogs/Group/bld.inf" |
|
23 #include "../CertSaver/group/bld.inf" |
21 #include "../CertSaver/group/bld.inf" |
24 #include "../SecModUI/group/bld.inf" |
|
25 #include "../DeviceToken/Group/bld.inf" |
22 #include "../DeviceToken/Group/bld.inf" |
|
23 #include "../securitydialognotifier/group/bld.inf" |
|
24 #include "../securitydialognotifiersrv/group/bld.inf" |
26 |
25 |
27 //Stub SIS |
26 //Stub SIS |
28 PRJ_EXPORTS |
27 PRJ_EXPORTS |
29 ../StubSIS/CenRepStub.sis /epoc32/data/z/system/install/CenRepStub.sis |
28 ../StubSIS/CenRepStub.sis /epoc32/data/z/system/install/CenRepStub.sis |
30 |
29 |
31 |
30 |
32 //SWI and TLSProvider config files |
|
33 ../StubSIS/swipolicy.ini /epoc32/release/winscw/udeb/z/system/data/swipolicy.ini |
|
34 ../StubSIS/swipolicy.ini /epoc32/release/winscw/urel/z/system/data/swipolicy.ini |
|
35 ../StubSIS/swipolicy.ini /epoc32/data/z/system/data/swipolicy.ini |
|
36 |
|
37 ../StubSIS/tlsproviderpolicy.ini /epoc32/release/winscw/urel/z/resource/tlsproviderpolicy.ini |
|
38 ../StubSIS/tlsproviderpolicy.ini /epoc32/release/winscw/udeb/z/resource/tlsproviderpolicy.ini |
|
39 |
|
40 // export iby files |
31 // export iby files |
41 ../rom/x509certnameparser.iby CORE_MW_LAYER_IBY_EXPORT_PATH( x509certnameparser.iby ) |
32 ../rom/x509certnameparser.iby CORE_MW_LAYER_IBY_EXPORT_PATH( x509certnameparser.iby ) |
42 ../rom/pkcs12.iby CORE_MW_LAYER_IBY_EXPORT_PATH( pkcs12.iby ) |
33 ../rom/pkcs12.iby CORE_MW_LAYER_IBY_EXPORT_PATH( pkcs12.iby ) |
43 ../rom/certmanui.iby CORE_MW_LAYER_IBY_EXPORT_PATH( certmanui.iby ) |
34 ../rom/certmanui_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( certmanui_resources.iby ) // needed by CTSecurityDialogs |
44 ../rom/certmanui_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( certmanui_resources.iby ) |
|
45 ../rom/CTSecurityDialogs.iby CORE_MW_LAYER_IBY_EXPORT_PATH( CTSecurityDialogs.iby ) |
|
46 ../rom/CTSecurityDialogs_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( CTSecurityDialogs_resources.iby ) |
|
47 ../rom/CertSaver.iby CORE_MW_LAYER_IBY_EXPORT_PATH( CertSaver.iby ) |
35 ../rom/CertSaver.iby CORE_MW_LAYER_IBY_EXPORT_PATH( CertSaver.iby ) |
48 ../rom/CertSaver_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( CertSaver_resources.iby ) |
36 ../rom/CertSaver_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( CertSaver_resources.iby ) |
49 ../rom/SecModUI.iby CORE_MW_LAYER_IBY_EXPORT_PATH( SecModUI.iby ) |
|
50 ../rom/SecModUI_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( SecModUI_resources.iby ) |
|
51 ../rom/DevToken.iby CORE_MW_LAYER_IBY_EXPORT_PATH( DevToken.iby ) |
37 ../rom/DevToken.iby CORE_MW_LAYER_IBY_EXPORT_PATH( DevToken.iby ) |
52 ../rom/StubSIS.iby CORE_MW_LAYER_IBY_EXPORT_PATH( StubSIS.iby ) |
38 ../rom/StubSIS.iby CORE_MW_LAYER_IBY_EXPORT_PATH( StubSIS.iby ) |
53 |
39 |