imagingmodules/H264AVCVideoEncARM/group/bld.inf
changeset 11 5718a2233bf2
parent 10 ac33adcbae0f
child 12 c562ea23d3d1
equal deleted inserted replaced
10:ac33adcbae0f 11:5718a2233bf2
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : H.264 ARM Video Encoder for S60
       
     4 *  Part of  : H.264 ARM Video Encoder
       
     5 *
       
     6 *  Description: H.264 ARM Video Encoder for S60
       
     7 *
       
     8 *  Version: 1.0
       
     9 *
       
    10 *  Copyright © 2004-2008 Nokia. All rights reserved.
       
    11 *  This material, including documentation and any related 
       
    12 *  computer programs, is protected by copyright controlled by 
       
    13 *  Nokia. All rights are reserved. Copying, including 
       
    14 *  reproducing, storing, adapting or translating, any 
       
    15 *  or all of this material requires the prior written consent of 
       
    16 *  Nokia. This material also contains confidential 
       
    17 *  information which may not be disclosed to others without the 
       
    18 *  prior written consent of Nokia.
       
    19 * ==============================================================================
       
    20 */
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 // Exported headers
       
    27 PRJ_EXPORTS
       
    28 
       
    29 // WINSCW UDEB
       
    30 ../binaries/winscw/udeb/armh264enchwdevice.dll       /epoc32/release/winscw/udeb/armh264enchwdevice.dll  
       
    31 ../binaries/winscw/udeb/armutilities.dll             /epoc32/release/winscw/udeb/armutilities.dll        
       
    32 ../binaries/winscw/udeb/armprocessengine.dll         /epoc32/release/winscw/udeb/armprocessengine.dll    
       
    33 ../binaries/winscw/udeb/armh264codec.dll             /epoc32/release/winscw/udeb/armh264codec.dll        
       
    34 ../binaries/winscw/udeb/armh264encoder.dll           /epoc32/release/winscw/udeb/armh264encoder.dll      
       
    35 
       
    36 
       
    37 // WINSCW UREL                                                                                 
       
    38 ../binaries/winscw/urel/armh264enchwdevice.dll       /epoc32/release/winscw/urel/armh264enchwdevice.dll  
       
    39 ../binaries/winscw/urel/armutilities.dll             /epoc32/release/winscw/urel/armutilities.dll        
       
    40 ../binaries/winscw/urel/armprocessengine.dll         /epoc32/release/winscw/urel/armprocessengine.dll    
       
    41 ../binaries/winscw/urel/armh264codec.dll             /epoc32/release/winscw/urel/armh264codec.dll        
       
    42 ../binaries/winscw/urel/armh264encoder.dll           /epoc32/release/winscw/urel/armh264encoder.dll      
       
    43 
       
    44 
       
    45 // ARMV5 UDEB
       
    46 ../binaries/armv5/udeb/armh264enchwdevice.dll        /epoc32/release/armv5/udeb/armh264enchwdevice.dll   
       
    47 ../binaries/armv5/udeb/armutilities.dll              /epoc32/release/armv5/udeb/armutilities.dll         
       
    48 ../binaries/armv5/udeb/armprocessengine.dll          /epoc32/release/armv5/udeb/armprocessengine.dll     
       
    49 ../binaries/armv5/udeb/armh264codec.dll              /epoc32/release/armv5/udeb/armh264codec.dll         
       
    50 ../binaries/armv5/udeb/armh264encoder.dll            /epoc32/release/armv5/udeb/armh264encoder.dll       
       
    51 
       
    52 
       
    53 // ARMV5 UREL
       
    54 ../binaries/armv5/urel/armh264enchwdevice.dll        /epoc32/release/armv5/urel/armh264enchwdevice.dll   
       
    55 ../binaries/armv5/urel/armutilities.dll              /epoc32/release/armv5/urel/armutilities.dll         
       
    56 ../binaries/armv5/urel/armprocessengine.dll          /epoc32/release/armv5/urel/armprocessengine.dll     
       
    57 ../binaries/armv5/urel/armh264codec.dll              /epoc32/release/armv5/urel/armh264codec.dll         
       
    58 ../binaries/armv5/urel/armh264encoder.dll            /epoc32/release/armv5/urel/armh264encoder.dll       
       
    59 
       
    60 
       
    61 // RESOURCE BINARY
       
    62 ../binaries/rsc/armh264enchwdevice.rsc               /epoc32/data/Z/resource/plugins/armh264enchwdevice.rsc
       
    63 
       
    64 
       
    65 // SIS stub
       
    66 ../data/H264AVCVideoEncARM.SIS						   /epoc32/data/z/system/install/H264AVCVideoEncARM.sis
       
    67 ../rom/h264avcvideoencarm.iby   CORE_OS_LAYER_IBY_EXPORT_PATH(h264avcvideoencarm.iby)
       
    68 
       
    69 // End of File