dvrengine/CommonRecordingEngine/DvrRtpClipHandler/group/DvrRtpClipHandler.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 DvrRtpClipHandler.dll.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DvrRtpClipHandler.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x1020844B
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CRtpClipHandler.cpp
       
    30 SOURCE          CRtpClipManager.cpp
       
    31 SOURCE          CRtpClipRepairer.cpp
       
    32 SOURCE          CRtpFileBase.cpp
       
    33 SOURCE          CRtpToFile.cpp
       
    34 SOURCE          CRtpFromFile.cpp
       
    35 SOURCE          CRtpMetaHeader.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../inc
       
    39 USERINCLUDE     ../../DvrRtpUtils/inc
       
    40 USERINCLUDE     ../../../../conf
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         euser.lib              // Common
       
    45 LIBRARY         bafl.lib               // Bafl utils
       
    46 LIBRARY         efsrv.lib              // File server
       
    47 LIBRARY         DvrRtpUtils.lib		   // DVR rtp utils
       
    48 LIBRARY         flogger.lib            // Debug logger
       
    49 LIBRARY         PlatformEnv.lib