pkiutilities/group/bld.inf
changeset 0 164170e6151a
child 15 318c4eab2439
child 16 9971b621ef6c
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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:   Common build information for the SecurityUIs project
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../x509certnameparser/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"
       
    24 #include "../SecModUI/group/bld.inf"
       
    25 #include "../DeviceToken/Group/bld.inf"
       
    26 
       
    27 //Stub SIS
       
    28 PRJ_EXPORTS
       
    29 ../StubSIS/CenRepStub.sis   /epoc32/data/z/system/install/CenRepStub.sis
       
    30 ../StubSIS/c32exe.sis   /epoc32/data/z/system/install/c32exe.sis
       
    31 
       
    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
       
    41 ../rom/x509certnameparser.iby   CORE_MW_LAYER_IBY_EXPORT_PATH( x509certnameparser.iby )
       
    42 ../rom/pkcs12.iby               CORE_MW_LAYER_IBY_EXPORT_PATH( pkcs12.iby )
       
    43 ../rom/certmanui.iby            CORE_MW_LAYER_IBY_EXPORT_PATH( certmanui.iby )
       
    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 )
       
    48 ../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 )
       
    52 ../rom/StubSIS.iby              CORE_MW_LAYER_IBY_EXPORT_PATH( StubSIS.iby )
       
    53