os/security/cryptomgmtlibs/securityutils/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptomgmtlibs/securityutils/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,75 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Exports two header files 
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +/**
    1.24 + @file
    1.25 +*/
    1.26 +
    1.27 +PRJ_PLATFORMS
    1.28 +DEFAULT
    1.29 +
    1.30 +PRJ_EXPORTS
    1.31 +../inc/euserext.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(euserext.h)
    1.32 +../inc/miscutil.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(miscutil.h)
    1.33 +../inc/callbacktimer.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(callbacktimer.h)
    1.34 +../inc/secsettingsclient.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(secsettings/secsettingsclient.h)
    1.35 +
    1.36 +../inc/securityerr.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(securityerr.h)
    1.37 +// ROMKIT includes
    1.38 +../inc/secutil.iby 	/epoc32/rom/include/secutil.iby
    1.39 +../inc/sectcbutil.iby	/epoc32/rom/include/sectcbutil.iby
    1.40 +../inc/secsettings.iby			/epoc32/rom/include/secsettings.iby
    1.41 +
    1.42 +
    1.43 +PRJ_TESTEXPORTS
    1.44 +
    1.45 +// trecog cert exports
    1.46 +../test/trecog/scripts/trecogcert.ini		/epoc32/winscw/c/trecog/trecogcert.ini
    1.47 +../test/trecog/scripts/trecogcert.script		/epoc32/winscw/c/trecog/trecogcert.script
    1.48 +
    1.49 +
    1.50 +// trecog java exports
    1.51 +
    1.52 +../test/trecog/scripts/trecogpkcs12.ini			/epoc32/winscw/c/trecog/trecogpkcs12.ini
    1.53 +../test/trecog/scripts/trecogpkcs12.script		/epoc32/winscw/c/trecog/trecogpkcs12.script
    1.54 +../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.p12
    1.55 +../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.pfx
    1.56 +../test/trecog/data/pkcs12simple.p12			/epoc32/winscw/c/trecog/pkcs12simple.xyz
    1.57 +../test/trecog/data/root5ca_key.pk8				/epoc32/winscw/c/trecog/root5ca_key.pk8
    1.58 +../test/trecog/data/small.txt					/epoc32/winscw/c/trecog/small.txt
    1.59 +
    1.60 +
    1.61 +
    1.62 +// ROM test iby
    1.63 +../inc/secutiltests.iby /epoc32/rom/include/secutiltests.iby
    1.64 +
    1.65 +PRJ_MMPFILES
    1.66 +#ifndef TOOLS
    1.67 +#ifndef TOOLS2
    1.68 +secutil.mmp
    1.69 +sectcbutil.mmp
    1.70 +SecSettingsserver.mmp
    1.71 +SecSettingsclient.mmp
    1.72 +#endif //TOOLS2
    1.73 +#endif //TOOLS
    1.74 +
    1.75 +PRJ_TESTMMPFILES
    1.76 +../test/trecog/trecog.mmp
    1.77 +
    1.78 +