commondrm/drmsettingsplugin/group/drmsettingsplugin.mmp
branchRCL_3
changeset 27 1481bf457703
parent 0 95b198f216e5
equal deleted inserted replaced
26:1221b68b8a5f 27:1481bf457703
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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:  Project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              drmsettingsplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x102750CC
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          drmsettingspluginimplementationtable.cpp
       
    31 SOURCE          drmsettingsplugin.cpp
       
    32 SOURCE          drmsettingsplugincontainer.cpp
       
    33 SOURCE          drmsettingsmodel.cpp
       
    34 SOURCE          drmsettingsusagecheckbox.cpp
       
    35 SOURCE          drmsettingsusagelist.cpp
       
    36 
       
    37 //User include paths
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../data // For *.rh
       
    40 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    41 USERINCLUDE     ../../../omadrm/drmengine/roapstorage/inc
       
    42 
       
    43 //System include paths
       
    44 // Default system include paths for middleware layer modules.
       
    45 // App layer include path needed for help launcher
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 SOURCEPATH      ../data
       
    49 
       
    50 START RESOURCE  102750CC.rss
       
    51 TARGET          drmsettingsplugin.rsc
       
    52 END
       
    53 
       
    54 START RESOURCE  drmsettingspluginrsc.rss
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 
       
    61 LIBRARY   aknskins.lib          // for enhanced skinning
       
    62 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    63 LIBRARY   avkon.lib
       
    64 LIBRARY   bafl.lib
       
    65 LIBRARY   centralrepository.lib
       
    66 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    67 LIBRARY   cone.lib
       
    68 LIBRARY   ecom.lib
       
    69 LIBRARY   efsrv.lib
       
    70 LIBRARY   egul.lib
       
    71 LIBRARY   eikcoctl.lib
       
    72 LIBRARY   eikcore.lib
       
    73 LIBRARY   euser.lib
       
    74 LIBRARY   featmgr.lib           // Feature manager
       
    75 LIBRARY   flogger.lib           // For GSLogger
       
    76 LIBRARY   gsecomplugin.lib
       
    77 LIBRARY   gsframework.lib       // For base classes
       
    78 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    79 LIBRARY   hlplch.lib            // for "Help" options menu
       
    80 LIBRARY   drmserverinterfaces.lib  // Roap storage
       
    81 LIBRARY   charconv.lib
       
    82 
       
    83 SMPSAFE
       
    84 // End of File