os/security/cryptoservices/asnpkcs/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2007-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 * Cryptotoken-based software implementation of a keystore
    16 * asnpkcs
    17 *
    18 */
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 PRJ_PLATFORMS
    26 DEFAULT
    27 
    28 PRJ_EXPORTS
    29 ../inc/asnpkcs.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(asnpkcs.h)
    30 
    31 // ROMKIT includes
    32 ../inc/asnpkcs.iby	/epoc32/rom/include/asnpkcs.iby
    33 
    34 PRJ_TESTEXPORTS
    35 
    36 // asnpkcs
    37 ../test/scripts/tasnpkcstests.script	/epoc32/winscw/c/tasnpkcstests.script
    38 ../test/scripts/tasnpkcstests.ini	/epoc32/winscw/c/tasnpkcstests.ini
    39 
    40 
    41 // ROMKIT includes
    42 ../inc/asnpkcstests.iby	/epoc32/rom/include/asnpkcstests.iby
    43 
    44 PRJ_MMPFILES
    45 
    46 #ifndef TOOLS
    47 #ifndef TOOLS2
    48 asnpkcs.mmp
    49 #endif // TOOLS2
    50 #endif // TOOLS
    51 
    52 PRJ_TESTMMPFILES
    53 
    54 #ifndef TOOLS
    55 #ifndef TOOLS2
    56 ../test/tasnpkcs.mmp
    57 #endif //TOOLS2
    58 #endif //TOOLS