1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/contentmgmt/contentaccessfwfordrm/group/caf.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,73 @@
1.4 +/*
1.5 +* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* caf.dll Content Access Framework implementation
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +/**
1.24 + @file
1.25 +*/
1.26 +
1.27 +TARGET caf.dll
1.28 +CAPABILITY All -Tcb
1.29 +TARGETTYPE DLL
1.30 +
1.31 +UID 0x101FC2D0
1.32 +VENDORID 0x70000001
1.33 +
1.34 +UNPAGED
1.35 +
1.36 +#ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
1.37 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
1.38 +deffile caf_v3.def
1.39 +#else
1.40 +deffile caf_v2.def
1.41 +#endif
1.42 +#else
1.43 +deffile caf.def
1.44 +#endif
1.45 +
1.46 +SOURCEPATH ../source/caf
1.47 +
1.48 +SOURCE Agent.cpp
1.49 +SOURCE content.cpp
1.50 +SOURCE data.cpp
1.51 +SOURCE resolver.cpp
1.52 +SOURCE manager.cpp
1.53 +SOURCE importfile.cpp
1.54 +SOURCE Supplier.cpp
1.55 +SOURCE agentinfo.cpp
1.56 +SOURCE Rightsmanager.cpp
1.57 +SOURCE attribute.cpp
1.58 +SOURCE supplieroutputfile.cpp
1.59 +SOURCE Agentfactory.cpp
1.60 +SOURCE patchdata.cpp
1.61 +
1.62 +
1.63 +USERINCLUDE ../inc
1.64 +USERINCLUDE ../source/caf
1.65 +
1.66 +// OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has an upward dependency on apmstd.h in the MW layer.
1.67 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN
1.68 +
1.69 +LIBRARY euser.lib
1.70 +LIBRARY ecom.lib
1.71 +LIBRARY efsrv.lib
1.72 +LIBRARY cafutils.lib
1.73 +LIBRARY apgrfx.lib
1.74 +LIBRARY apmime.lib
1.75 +LIBRARY estor.lib
1.76 +SMPSAFE