dvrengine/CommonRecordingEngineClient/group/CommonRecordingEngineClient.mmp
branchRCL_3
changeset 47 826cea16efd9
parent 45 798ee5f1972c
child 48 13a33d82ad98
equal deleted inserted replaced
45:798ee5f1972c 47:826cea16efd9
     1 /*
       
     2 * Copyright (c) 2007 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:    Symbian style build specification for*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include "../inc/CRClientConsts.hrh"
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 //OPTION ARMCC --asm --interleave
       
    23 ALWAYS_BUILD_AS_ARM
       
    24 
       
    25 TARGET          CommonRecordingEngineClient.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d KCRClientUid
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          CCRDvrApi.cpp
       
    33 SOURCE          RCRClient.cpp
       
    34 SOURCE          RCRService.cpp
       
    35 SOURCE          RCRServiceBase.cpp
       
    36 SOURCE          CCRApiBase.cpp
       
    37 SOURCE          CCRMsgQueueObserver.cpp
       
    38 SOURCE          CCRServerHandleSingleton.cpp
       
    39 
       
    40 USERINCLUDE     .
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../CommonRecordingEngine/inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY         euser.lib              // Common
       
    47 LIBRARY         efsrv.lib              // File server
       
    48 LIBRARY         FLogger.lib            // Debug logger
       
    49 
       
    50 // End of File