contentmgmt/referencedrmagent/RefTestAgent/group/RTAserver.mmp
author hgs
Thu, 22 Jul 2010 18:30:16 +0530
changeset 85 1efb81185f1c
parent 8 35751d3474b7
child 108 ca9a0fc2f082
permissions -rw-r--r--
201028_01

/*
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* RTAserver.exe Implementation of a sample CAF agent server
*
*/


/**
 @file
*/

MACRO __SECURE_API__
MACRO __DATA_CAGING__
CAPABILITY ProtServ DRM

target rtaserver.exe
targettype exe

UID			0x1000007a 0x10205EA5
VENDORID	0x70000001

UNPAGED

SOURCEPATH	../RTAServer/Server

SOURCE		RTAserver.cpp
SOURCE		RTAsession.cpp
SOURCE 		rtamessagehandler.cpp
SOURCE		rtarightshandler.cpp
SOURCE		rtadatahandler.cpp
SOURCE		rtamanagerhandler.cpp
SOURCE		rtacontenthandler.cpp
SOURCE		startup.cpp
SOURCE		shutdown.cpp

USERINCLUDE		../inc
USERINCLUDE		../RTAServer/Common
USERINCLUDE		../RTAServer/Server

MW_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY		euser.lib
LIBRARY		estor.lib
LIBRARY		efsrv.lib
LIBRARY		rtaparser.lib
LIBRARY		rtaarchive.lib
LIBRARY		cafutils.lib
SMPSAFE