dvrengine/CommonRecordingEngine/DvrRtpClipRecognizer/group/RtpClipRecognizer.mmp
branchRCL_3
changeset 47 826cea16efd9
parent 45 798ee5f1972c
child 48 13a33d82ad98
equal deleted inserted replaced
45:798ee5f1972c 47:826cea16efd9
     1 /*
       
     2 * Copyright (c) 2007 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:    Symbian style build specification for RtpClipRecognizer.dll.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 //OPTION ARMCC --asm --interleave
       
    22 ALWAYS_BUILD_AS_ARM
       
    23 
       
    24 TARGET          RtpClipRecognizer.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x10208445
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH      ../data
       
    31 
       
    32 START RESOURCE  10208445.rss
       
    33 #ifdef SYMBIAN_SECURE_ECOM
       
    34 TARGET          RtpClipRecognizer.rsc
       
    35 #endif
       
    36 END
       
    37 
       
    38 VENDORID        VID_DEFAULT
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          CRtpClipRecognizer.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         apmime.lib
       
    49 LIBRARY         etel.lib
       
    50 LIBRARY         etelmm.lib
       
    51 LIBRARY         flogger.lib