os/security/contentmgmt/contentaccessfwfordrm/group/caf.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2003-2009 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: 
    15 * caf.dll Content Access Framework implementation
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET		caf.dll
    25 CAPABILITY	All -Tcb
    26 TARGETTYPE	DLL
    27 
    28 UID			0x101FC2D0
    29 VENDORID	0x70000001
    30 
    31 UNPAGED
    32 
    33 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
    34 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    35 deffile		caf_v3.def
    36 #else
    37 deffile		caf_v2.def
    38 #endif
    39 #else
    40 deffile		caf.def
    41 #endif
    42 
    43 SOURCEPATH	../source/caf
    44 
    45 SOURCE		Agent.cpp
    46 SOURCE		content.cpp 
    47 SOURCE		data.cpp 
    48 SOURCE		resolver.cpp 
    49 SOURCE		manager.cpp
    50 SOURCE		importfile.cpp 
    51 SOURCE		Supplier.cpp
    52 SOURCE		agentinfo.cpp 
    53 SOURCE		Rightsmanager.cpp
    54 SOURCE		attribute.cpp
    55 SOURCE		supplieroutputfile.cpp
    56 SOURCE		Agentfactory.cpp
    57 SOURCE		patchdata.cpp
    58 
    59 
    60 USERINCLUDE		../inc
    61 USERINCLUDE		../source/caf
    62 
    63 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has an upward dependency on apmstd.h in the MW layer.
    64 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    65 
    66 LIBRARY		euser.lib
    67 LIBRARY		ecom.lib
    68 LIBRARY		efsrv.lib
    69 LIBRARY		cafutils.lib
    70 LIBRARY		apgrfx.lib
    71 LIBRARY		apmime.lib
    72 LIBRARY		estor.lib
    73 SMPSAFE