os/security/cryptomgmtlibs/securityutils/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2005-2010 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 * Exports two header files 
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 PRJ_PLATFORMS
    25 DEFAULT
    26 
    27 PRJ_EXPORTS
    28 ../inc/euserext.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(euserext.h)
    29 ../inc/miscutil.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(miscutil.h)
    30 ../inc/callbacktimer.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(callbacktimer.h)
    31 ../inc/secsettingsclient.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(secsettings/secsettingsclient.h)
    32 
    33 ../inc/securityerr.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(securityerr.h)
    34 // ROMKIT includes
    35 ../inc/secutil.iby 	/epoc32/rom/include/secutil.iby
    36 ../inc/sectcbutil.iby	/epoc32/rom/include/sectcbutil.iby
    37 ../inc/secsettings.iby			/epoc32/rom/include/secsettings.iby
    38 
    39 
    40 PRJ_TESTEXPORTS
    41 
    42 // trecog cert exports
    43 ../test/trecog/scripts/trecogcert.ini		/epoc32/winscw/c/trecog/trecogcert.ini
    44 ../test/trecog/scripts/trecogcert.script		/epoc32/winscw/c/trecog/trecogcert.script
    45 
    46 
    47 // trecog java exports
    48 
    49 ../test/trecog/scripts/trecogpkcs12.ini			/epoc32/winscw/c/trecog/trecogpkcs12.ini
    50 ../test/trecog/scripts/trecogpkcs12.script		/epoc32/winscw/c/trecog/trecogpkcs12.script
    51 ../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.p12
    52 ../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.pfx
    53 ../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.xyz
    54 ../test/trecog/data/root5ca_key.pk8				/epoc32/winscw/c/trecog/root5ca_key.pk8
    55 ../test/trecog/data/small.txt					/epoc32/winscw/c/trecog/small.txt
    56 
    57 
    58 
    59 // ROM test iby
    60 ../inc/secutiltests.iby /epoc32/rom/include/secutiltests.iby
    61 
    62 PRJ_MMPFILES
    63 #ifndef TOOLS
    64 #ifndef TOOLS2
    65 secutil.mmp
    66 sectcbutil.mmp
    67 SecSettingsserver.mmp
    68 SecSettingsclient.mmp
    69 #endif //TOOLS2
    70 #endif //TOOLS
    71 
    72 PRJ_TESTMMPFILES
    73 ../test/trecog/trecog.mmp
    74 
    75