dvrengine/CommonRecordingEngine/DvrSdpParser/group/DvrSdpparser.mmp
branchRCL_3
changeset 48 13a33d82ad98
parent 0 822a42b6c3f1
equal deleted inserted replaced
47:826cea16efd9 48:13a33d82ad98
       
     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 DvrSdpParser.dll.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DvrSdpParser.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x1020844D
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CDvrSdpParser.cpp
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../inc
       
    33 USERINCLUDE     ../../../../conf
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib              // Common
       
    38 LIBRARY         efsrv.lib              // File server
       
    39 LIBRARY         insock.lib             // Inet address
       
    40 LIBRARY         flogger.lib            // Debug logger
       
    41 
       
    42 // End of File