sapi_mediamanagement/tsrc/dev/tmediamgmtprovidertest/group/tmediamgmtprovidertest.mmp
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2002 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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../../../group/sapiincludes.mmpi"
       
    20 
       
    21 TARGET          tmediamgmtprovidertest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x10281F2D
       
    24 
       
    25 #if defined(EKA2)
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 #endif
       
    32 
       
    33 EPOCALLOWDLLDATA
       
    34 
       
    35 //TARGETPATH      ?target_path
       
    36 DEFFILE         mediamgmt.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          mediamgmt.cpp
       
    40 SOURCE          mediamgmtblocks.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 //RESOURCE        resource_file2
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../../../mediamanagementservice/inc
       
    47 
       
    48 
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         liwServiceHandler.lib
       
    53 
       
    54 
       
    55 
       
    56 LANG            SC
       
    57 
       
    58 /*
       
    59 START WINS
       
    60 ?wins_specific_information
       
    61 END
       
    62 
       
    63 START MARM
       
    64 ?marm_specific_information
       
    65 END
       
    66 */
       
    67 // Other possible keywords:
       
    68 
       
    69 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    70 /*
       
    71 START BITMAP ?target
       
    72 TARGETPATH   ?emulated_path_on_target_machine
       
    73 HEADER
       
    74 SOURCE       ?color_depth ?source_bitmap
       
    75 END
       
    76 */
       
    77 // DEFFILE ?filename
       
    78 // AIF ?filename
       
    79 
       
    80 // End of File