accessoryservices/accessoryserver/tsrc/public/basic/Stubs/AsyStub/group/AsyStub.mmp
changeset 0 4e1aa6a622a0
child 35 f7565e9c9ce8
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 file for AsyStub.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AsyStub.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID             0x10009D8D 0x10200c70
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          ASYStubProxy.cpp
       
    32 SOURCE          ASYStubCmdHandlerBase.cpp
       
    33 SOURCE          ASYStubMainServiceBase.cpp
       
    34 SOURCE          ASYStubObserver.cpp
       
    35 SOURCE          ASYStubService.cpp
       
    36 SOURCE          AsyStubCmdObserver.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 // System include macro
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   ../../../AccessoryTestControl/dsytfcore/inc
       
    43 
       
    44 // The resource name should be same as the second UID above
       
    45 
       
    46 SOURCEPATH      ../data
       
    47 START RESOURCE  10200c70.rss
       
    48 #ifdef SYMBIAN_SECURE_ECOM
       
    49 TARGET          AsyStub.rsc
       
    50 #endif
       
    51 END
       
    52 
       
    53 LIBRARY euser.lib 
       
    54 LIBRARY estor.lib
       
    55 LIBRARY ASYProxy.lib
       
    56 LIBRARY accclient.lib
       
    57 LIBRARY acccontrol.lib
       
    58 LIBRARY accpolicy.lib
       
    59 LIBRARY accsrvutil.lib
       
    60 LIBRARY bluetooth.lib // Bluetooth type definitions
       
    61 LIBRARY accpolcom.lib
       
    62 LIBRARY accpolaudiodevicetopology.lib
       
    63 
       
    64 MACRO           COMPONENT_TRACE_FLAG
       
    65 MACRO           TEST_CASE_TRACE_FLAG
       
    66 
       
    67 SMPSAFE