mmserv/metadatautility/3GPExtParserLib/group/3GPExtParser.mmp
changeset 53 eabc8c503852
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : 3GPExtParser
       
     4 *  Part of     : 3GPExtParser- MetaDataUtility
       
     5 *  Description : Project file for 3GPExtParser
       
     6 *  Version     : 1
       
     7 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     8 * All rights reserved.
       
     9 * This component and the accompanying materials are made available
       
    10 * under the terms of "Eclipse Public License v1.0"
       
    11 * which accompanies this distribution, and is available
       
    12 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 *
       
    14 * Initial Contributors:
       
    15 * Nokia Corporation - initial contribution.
       
    16 *
       
    17 * Contributors:
       
    18 *
       
    19 * Description:  MMP File
       
    20 * ==============================================================================
       
    21 */
       
    22 
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 
       
    27 TARGET      3GPExtParser.dll
       
    28 TARGETTYPE  DLL
       
    29 UID         0x1000008D 0x10207B25
       
    30 VENDORID    VID_DEFAULT
       
    31 
       
    32 CAPABILITY ALL -Tcb
       
    33 
       
    34 VERSION 10.0
       
    35 
       
    36 SOURCEPATH		../Src 
       
    37 SOURCE			3GPExtParser.cpp
       
    38 
       
    39 //Need to add a path to  "/MetadataUtility/src/MetaDataId3v1Genre.h"
       
    40 USERINCLUDE     	../../Src
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE		/epoc32/include/libc
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         efsrv.lib	// File handling
       
    47 LIBRARY         charconv.lib
       
    48 LIBRARY         3gpmp4lib.lib
       
    49 LIBRARY         caf.lib
       
    50 LIBRARY         estlib.lib
       
    51