accessoryservices/autoaudioasy/group/autoaudioasy.mmp
changeset 35 f7565e9c9ce8
child 83 11da52d4c847
equal deleted inserted replaced
29:e5a0aab53f3f 35:f7565e9c9ce8
       
     1 /*
       
     2 * Copyright (c) 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:  Project definition file for project usbaudioasy
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          autoaudioasy.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 VENDORID        VID_DEFAULT
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x2002F9A3
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN 
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          autoaudioasyproxy.cpp
       
    31 SOURCE          cautoaudioasymainservicebase.cpp
       
    32 SOURCE          cautoaudioasypropertyobserver.cpp
       
    33 SOURCE          cautoaudioasyservice.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 
       
    37 SYSTEMINCLUDE 	../../../inc
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // The resource name should be same as the second UID above
       
    41 SOURCEPATH      ../data
       
    42 START RESOURCE  2002F9A3.rss
       
    43 TARGET          autoaudioasy.rsc
       
    44 END
       
    45 
       
    46 LIBRARY euser.lib 
       
    47 LIBRARY estor.lib
       
    48 LIBRARY	ASYProxy.lib
       
    49 LIBRARY	accclient.lib
       
    50 LIBRARY	acccontrol.lib
       
    51 LIBRARY	accpolicy.lib
       
    52 LIBRARY	accpolcom.lib
       
    53 LIBRARY	accsrvutil.lib
       
    54 
       
    55 MACRO             API_TRACE_FLAG
       
    56 MACRO             COMPONENT_TRACE_FLAG
       
    57 
       
    58 SMPSAFE