satui/satshellcontroller/group/satshellcntrl.mmp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
       
     2 * Copyright (c) 2003-2010 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 "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:  SatShellCntrl mmp- file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  satshellcntrl.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     0x1000008D 0x1000A835
       
    24 SECUREID                0x1000A835
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  csatshellcontroller.cpp
       
    31 
       
    32 USERINCLUDE             ../inc
       
    33 
       
    34 // Application layer system include is needed due MenuSatInterface provided by AppShell
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE           ../../../inc            // Domain telephony
       
    37 
       
    38 LIBRARY                 euser.lib
       
    39 LIBRARY                 apparc.lib              // RApaLsSession
       
    40 LIBRARY                 apgrfx.lib              // CApaCommandLine
       
    41 LIBRARY                 ws32.lib                // RWsSession
       
    42 LIBRARY                 menuinterface.lib
       
    43 LIBRARY                 flogger.lib
       
    44 
       
    45