videoscheduler/SchedulerClient/group/CseSchedulerClient.mmp
branchRCL_3
changeset 23 13a33d82ad98
equal deleted inserted replaced
22:826cea16efd9 23:13a33d82ad98
       
     1 /*
       
     2 * Copyright (c) 2006 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:    This is a project specification file for Common Scheduling Engine / client*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 //OPTION ARMCC --asm --interleave
       
    24 ALWAYS_BUILD_AS_ARM
       
    25 
       
    26 TARGET              cseschedulerclient.dll
       
    27 TARGETTYPE          dll
       
    28 UID                 0x1000008d 0x10281F1F 
       
    29 
       
    30 CAPABILITY          CAP_ECOM_PLUGIN DRM
       
    31 
       
    32 // ECom Dll recognition UID followed by the unique UID for this dll
       
    33 
       
    34 SOURCEPATH          ../src
       
    35 SOURCE              CCseSchedulerAPI.cpp
       
    36 SOURCE              RCseSchedulerClient.cpp
       
    37 SOURCE              RCseSchedulerService.cpp
       
    38 SOURCE              RCseSchedulerServiceBase.cpp
       
    39 SOURCE              CCseScheduledProgram.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE         ../inc
       
    43 USERINCLUDE         ../../inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46  
       
    47 SOURCEPATH          ../data
       
    48 
       
    49 LIBRARY             euser.lib
       
    50 LIBRARY             efsrv.lib
       
    51 LIBRARY             bafl.lib
       
    52 LIBRARY             flogger.lib
       
    53 LIBRARY             estor.lib
       
    54 
       
    55 LANGUAGE_IDS