omadrm/drmplugins/drmrecognizer/group/RecDRM.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 "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 recognizer for OMA DRM protected files
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 target          RECDRM.DLL
       
    22 targettype      PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 UID		0x10009D8D 0x101F51F4
       
    26 
       
    27 capability	CAP_ECOM_PLUGIN TrustedUI ProtServ
       
    28 
       
    29 SOURCEPATH	    ../SRC
       
    30 USERINCLUDE     ../INC
       
    31 USERINCLUDE	    ../../../../inc   // ADo level inc dir
       
    32 
       
    33 // Default system include paths for middleware layer modules.
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 systeminclude	/epoc32/INCLUDE/Ecom
       
    36 
       
    37 source		RECDRM.CPP
       
    38 
       
    39 START RESOURCE 101F51F4.RSS
       
    40 TARGET         RECDRM
       
    41 
       
    42 END
       
    43 
       
    44 #ifdef __DRM_OMA2
       
    45 MACRO       DRM_OMA2_ENABLED
       
    46 #endif
       
    47 
       
    48 library		EUSER.LIB	
       
    49 library		APMIME.LIB
       
    50 
       
    51 SMPSAFE