contentmgmt/referencedrmagent/RefTestAgent/group/RTAclient.mmp
changeset 8 35751d3474b7
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2004-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 * RTAclient.dll Implementation of software registry client
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY	All -Tcb
       
    27 
       
    28 TARGET		rtaclient.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 UID		0x1000008d 0x10205EA4
       
    32 VENDORID	0x70000001
       
    33 
       
    34 UNPAGED
       
    35 
       
    36 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
    37 deffile		rtaclient_v2.def
       
    38 #else
       
    39 deffile		rtaclient.def
       
    40 #endif
       
    41 
       
    42 
       
    43 SOURCEPATH	../RTAServer/Client
       
    44 
       
    45 SOURCE		rtaclient.cpp
       
    46 SOURCE		rtarights.cpp
       
    47 SOURCE		rtadata.cpp
       
    48 SOURCE		rtamanager.cpp
       
    49 SOURCE		rtacontent.cpp
       
    50 
       
    51 USERINCLUDE		../inc
       
    52 USERINCLUDE		../RTAServer/Common
       
    53 USERINCLUDE		../RTAServer/Client
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    56 
       
    57 LIBRARY		euser.lib
       
    58 LIBRARY		estor.lib
       
    59 LIBRARY		efsrv.lib
       
    60 LIBRARY		rtaparser.lib
       
    61 LIBRARY		cafutils.lib
       
    62 LIBRARY		cinidata.lib
       
    63 SMPSAFE