systemsettings/GSAccessoryPlugin/group/GSAccessoryPlugin.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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 for GSAccessoryPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 // For RESOURCE_FILES_DIR
       
    22 #include <data_caging_paths.hrh>
       
    23 // Configure trace level and type
       
    24 #include "trace.cfg"
       
    25 
       
    26 TARGET          gsaccessoryplugin.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x1020743C
       
    29 
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          gsaccbasecontainer.cpp
       
    35 SOURCE          gsaccbaseview.cpp
       
    36 SOURCE          gsaccessoryplugin.cpp
       
    37 SOURCE          gsaccessoryplugincontainer.cpp
       
    38 SOURCE          gsaccessorypluginmodel.cpp
       
    39 SOURCE          gsacchaccontainer.cpp
       
    40 SOURCE          gsacchacview.cpp
       
    41 SOURCE          gsaccheadphonescontainer.cpp
       
    42 SOURCE          gsaccheadphonesview.cpp
       
    43 SOURCE          gsaccheadsetcontainer.cpp
       
    44 SOURCE          gsaccheadsetview.cpp
       
    45 SOURCE          gsaccloopsetcontainer.cpp
       
    46 SOURCE          gsaccloopsetview.cpp
       
    47 SOURCE          gsaccmusicstandcontainer.cpp
       
    48 SOURCE          gsaccmusicstandview.cpp
       
    49 SOURCE          gsaccprofilelist.cpp
       
    50 SOURCE          gsacctextphonecontainer.cpp
       
    51 SOURCE          gsacctextphoneview.cpp
       
    52 SOURCE          gsacctvoutcontainer.cpp
       
    53 SOURCE          gsacctvoutview.cpp
       
    54 SOURCE          gsaccwiredcarkitcontainer.cpp
       
    55 SOURCE          gsaccwiredcarkitview.cpp
       
    56 SOURCE          gsaccwirelesscarkitcontainer.cpp
       
    57 SOURCE          gsaccwirelesscarkitview.cpp
       
    58 SOURCE          implementationtable.cpp
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE   // depency to app layer (Profiles)
       
    61 
       
    62 // User include paths
       
    63 USERINCLUDE     ../inc
       
    64 USERINCLUDE     ../loc
       
    65 USERINCLUDE     ../data
       
    66 USERINCLUDE     ../cenrep
       
    67 
       
    68 SOURCEPATH      ../data
       
    69 
       
    70 START RESOURCE  1020743C.rss
       
    71 TARGET          gsaccessoryplugin.rsc
       
    72 END
       
    73 
       
    74 START RESOURCE  gsaccessoryplugin.rss
       
    75 DEPENDS gsapp.rsg
       
    76 HEADER
       
    77 TARGETPATH      RESOURCE_FILES_DIR
       
    78 LANGUAGE_IDS
       
    79 END
       
    80 
       
    81 LIBRARY   accclient.lib         // Accessory FW Server
       
    82 LIBRARY   acccontrol.lib        // Accessory FW control
       
    83 LIBRARY   aknskins.lib          // Enhanced skinning
       
    84 LIBRARY   avkon.lib             // For CAknView
       
    85 LIBRARY   bafl.lib              // Resource reading
       
    86 LIBRARY   centralrepository.lib // For CRepository
       
    87 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    88 LIBRARY   cone.lib
       
    89 LIBRARY   efsrv.lib             // For TParse
       
    90 LIBRARY   eikcoctl.lib
       
    91 LIBRARY   eikcore.lib
       
    92 LIBRARY   euser.lib
       
    93 LIBRARY   featmgr.lib           // Feature manager
       
    94 #ifdef __GSACCPLG_TRACE_INTO_FILE__
       
    95 LIBRARY flogger.lib
       
    96 #endif // __GSACCPLG_TRACE_INTO_FILE__
       
    97 LIBRARY   gsframework.lib       // Base classes
       
    98 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    99 LIBRARY   gsecomplugin.lib      // For CGSPluginInterface
       
   100 #if ( defined (__WINS__) || defined (WINSCW) )
       
   101 LIBRARY   gsserverenginestub.lib
       
   102 #else
       
   103 LIBRARY   gsserverengine.lib
       
   104 #endif //__WINS
       
   105 LIBRARY   hlplch.lib            // "Help" options menu
       
   106 LIBRARY   profileeng.lib        // Profile Engine