mediasettings/videoplayersettingsengine/group/videoplayersettingsengine.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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:   Project definition file for Video Center UI Engine*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 //OPTION ARMCC --asm --interleave
       
    22 ALWAYS_BUILD_AS_ARM
       
    23 
       
    24 TARGET        vcxnssettingsengine.dll
       
    25 TARGETTYPE    dll
       
    26 
       
    27 UID 0x1000008d 0x20016B9A
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 SOURCEPATH ../src
       
    32 
       
    33 SOURCE videoplayersettingsengine.cpp
       
    34 SOURCE videosettingsdrivemonitor.cpp
       
    35 SOURCE videosettingsdrivemonitorevent.cpp
       
    36 SOURCE videosettingsdriveinfo.cpp
       
    37 
       
    38 USERINCLUDE ../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41  
       
    42 LIBRARY euser.lib
       
    43 LIBRARY flogger.lib
       
    44 LIBRARY bafl.lib
       
    45 LIBRARY estor.lib
       
    46 LIBRARY etel.lib 
       
    47 LIBRARY etelmm.lib
       
    48 LIBRARY centralrepository.lib
       
    49 LIBRARY efsrv.lib
       
    50 LIBRARY SecUi.lib       
       
    51 LIBRARY apmime.lib      
       
    52 LIBRARY PlatformEnv.lib // PathInfo
       
    53