contentmgmt/referencedrmagent/RefTestAgent/group/RTAvirtualfile.mmp
changeset 8 35751d3474b7
child 108 ca9a0fc2f082
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2002-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 * rtavirtualfile.dll Parses and encapsulates a pretend DRM file used by the reference test agent
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 // Need new UID
       
    25 TARGET		rtavirtualfile.dll
       
    26 CAPABILITY	All -Tcb
       
    27 TARGETTYPE 	DLL
       
    28 
       
    29 UID			0x10009D8D 0x10206018
       
    30 VENDORID	0x70000001
       
    31 
       
    32 UNPAGED
       
    33 
       
    34 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
    35 deffile		rtavirtualfile_v2.def
       
    36 #else
       
    37 deffile		rtavirtualfile.def
       
    38 #endif
       
    39 
       
    40 SOURCEPATH	../RTAVirtualFile
       
    41 SOURCE		virtualFile.cpp
       
    42 SOURCE		PartOfFile.cpp
       
    43 SOURCE		EntireFile.cpp
       
    44 
       
    45 USERINCLUDE		../RTAVirtualFile
       
    46 USERINCLUDE		../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 LIBRARY		euser.lib
       
    51 LIBRARY		estor.lib
       
    52 LIBRARY		efsrv.lib
       
    53 LIBRARY		bafl.lib
       
    54 LIBRARY		caf.lib
       
    55 LIBRARY		cafutils.lib
       
    56 SMPSAFE