os/mm/mmplugins/cameraplugins/source/mmcameraclientplugin/mmcameraserver/group/mmcameraserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// cameraserver.exe Camera server side implementation
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
/**
sl@0
    19
 @file
sl@0
    20
*/
sl@0
    21
sl@0
    22
#include <ecamuids.hrh>
sl@0
    23
#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
sl@0
    24
#include <ecamuidsconst.hrh>
sl@0
    25
#include <ecamuidsdef.hrh>
sl@0
    26
#endif
sl@0
    27
sl@0
    28
TARGET 				mmcameraserver.exe
sl@0
    29
TARGETTYPE 			exe
sl@0
    30
CAPABILITY			MultimediaDD ProtServ UserEnvironment WriteDeviceData //WriteDeviceData is temporary. Will be removed later.
sl@0
    31
sl@0
    32
UID         		0x1000007a KUidMMCameraServer	// 0x1000007a = KExecutableImageUidValue
sl@0
    33
VENDORID 			0x70000001
sl@0
    34
sl@0
    35
sl@0
    36
SOURCEPATH			../src
sl@0
    37
SOURCE				mmcameraserver.cpp 
sl@0
    38
SOURCE				mmcameraserversession.cpp
sl@0
    39
SOURCE				mmcameraserverstartup.cpp
sl@0
    40
SOURCE				mmcameraservercontroller.cpp
sl@0
    41
SOURCE				mmcameraservershutdown.cpp
sl@0
    42
SOURCE				mmcameraserverpolicymanager.cpp
sl@0
    43
sl@0
    44
USERINCLUDE			../src
sl@0
    45
USERINCLUDE			../../mmcameraclientsession/src
sl@0
    46
sl@0
    47
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    48
sl@0
    49
LIBRARY 			euser.lib
sl@0
    50
LIBRARY     		ecom.lib
sl@0
    51
LIBRARY				ws32.lib
sl@0
    52
sl@0
    53
LIBRARY     	mmclient.lib
sl@0
    54
LIBRARY			mmmetatype.lib
sl@0
    55
LIBRARY     	mmvideocomponents.lib
sl@0
    56
LIBRARY     	mmcameracomponents.lib
sl@0
    57
sl@0
    58
SMPSAFE