imagingmodules/H264AVCVideoEncARM/rom/h264avcvideoencarm.iby
changeset 10 ac33adcbae0f
equal deleted inserted replaced
0:469c91dae73b 10:ac33adcbae0f
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : h264avcvideoencarm.iby
       
     4 *  Part of     : h264avcvideoencarm
       
     5 *  Description : Arm encoder plugin for H264.
       
     6 *  Version     : Initial
       
     7 *
       
     8 *  Copyright © 2002-2006 Nokia. All rights reserved.
       
     9 *  This material, including documentation and any related
       
    10 *  computer programs, is protected by copyright controlled by
       
    11 *  Nokia. All rights are reserved. Copying, including
       
    12 *  reproducing, storing, adapting or translating, any
       
    13 *  or all of this material requires the prior written consent of
       
    14 *  Nokia. This material also contains confidential
       
    15 *  information which may not be disclosed to others without the
       
    16 *  prior written consent of Nokia.
       
    17 * ==============================================================================
       
    18 */
       
    19 
       
    20 #ifndef __H264AVCVIDEOENCARM_IBY__
       
    21 #define __H264AVCVIDEOENCARM_IBY__
       
    22 
       
    23 
       
    24 ECOM_PLUGIN(armh264enchwdevice.dll,armh264enchwdevice.rsc)
       
    25 
       
    26 file=ABI_DIR\BUILD_DIR\armutilities.DLL                  SHARED_LIB_DIR\armutilities.DLL
       
    27 file=ABI_DIR\BUILD_DIR\armprocessengine.DLL              SHARED_LIB_DIR\armprocessengine.DLL
       
    28 file=ABI_DIR\BUILD_DIR\armh264codec.DLL                  SHARED_LIB_DIR\armh264codec.DLL
       
    29 file=ABI_DIR\BUILD_DIR\armh264encoder.dll                SHARED_LIB_DIR\armh264encoder.dll
       
    30 
       
    31 
       
    32 #endif  //__H264AVCVIDEOENCARM_IBY__
       
    33