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