os/ossrv/ossrv_pub/crypto_symmetric_ciphers_api/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) 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:   File that exports the files belonging to 
    15 :                Crypto Symmetric Ciphers API
    16 *
    17 */
    18 
    19 
    20 
    21 #include <platform_paths.hrh>
    22 
    23 PRJ_PLATFORMS
    24 DEFAULT
    25 
    26 PRJ_EXPORTS
    27 
    28 ../inc/stdapis/openssl/rc2.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl/rc2.h)
    29 ../inc/stdapis/openssl/des_old.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl/des_old.h)
    30 ../inc/stdapis/openssl/rc4.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl/rc4.h)
    31 ../inc/stdapis/openssl/des.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl/des.h)
    32 ../inc/stdapis/openssl/aes.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl/aes.h)
    33 
    34 
    35 ../inc/stdapis/openssl/rc2.h     OS_LAYER_PUBLIC_EXPORT_PATH(../stdapis/openssl/rc2.h)
    36 ../inc/stdapis/openssl/des_old.h     OS_LAYER_PUBLIC_EXPORT_PATH(../stdapis/openssl/des_old.h)
    37 ../inc/stdapis/openssl/rc4.h     OS_LAYER_PUBLIC_EXPORT_PATH(../stdapis/openssl/rc4.h)
    38 ../inc/stdapis/openssl/des.h     OS_LAYER_PUBLIC_EXPORT_PATH(../stdapis/openssl/des.h)
    39 ../inc/stdapis/openssl/aes.h     OS_LAYER_PUBLIC_EXPORT_PATH(../stdapis/openssl/aes.h)