mtpfws/mtpfw/group/mtp_framework.iby
changeset 0 d0791faffa3f
child 22 a5c0bb5018eb
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 #ifndef MTP_FRAMEWORK_IBY
       
    15 #define MTP_FRAMEWORK_IBY
       
    16 
       
    17 
       
    18 #include <mtp_devicedp.iby>
       
    19 
       
    20 
       
    21 #if !defined(SYMBIAN_EXCLUDE_MTP)
       
    22 
       
    23  
       
    24 // MTP Data Types Library
       
    25 file=ABI_DIR\BUILD_DIR\mtpdatatypes.dll    system\libs\mtpdatatypes.dll
       
    26 
       
    27 // MTP Framework Library
       
    28 file=ABI_DIR\BUILD_DIR\mtpframework.dll    			system\libs\mtpframework.dll
       
    29 
       
    30 // MTP SERVER
       
    31 file=ABI_DIR\BUILD_DIR\mtpserver.exe    system\libs\mtpserver.exe
       
    32 
       
    33 // MTP Client
       
    34 file=ABI_DIR\BUILD_DIR\mtpclient.dll    system\libs\mtpclient.dll
       
    35 
       
    36 // MTP Generic Transport API
       
    37 file=ABI_DIR\DEBUG_DIR\mtptransportapi.dll  system\libs\mtptransportapi.dll
       
    38 
       
    39 // MTP Data Provider API
       
    40 file=ABI_DIR\BUILD_DIR\mtpdataproviderapi.dll    system\libs\mtpdataproviderapi.dll
       
    41 
       
    42 // MTP Device Data Provider Extension API
       
    43 file=ABI_DIR\BUILD_DIR\mtpdevdpextnapi.dll    system\libs\mtpdevdpextnapi.dll
       
    44 
       
    45 // MTP Data Provider Utility
       
    46 file=ABI_DIR\BUILD_DIR\mtpdataproviderutility.dll    system\libs\mtpdataproviderutility.dll
       
    47 
       
    48 
       
    49 // MTP Proxy Data Provider
       
    50 ECOM_PLUGIN(mtpproxydp.dll, mtpproxydp.rsc)
       
    51 
       
    52 // MTP plugin registration resource file
       
    53 data=EPOCROOT##epoc32\data\Z\resource\mtp\102827B1.rsc  resource\mtp\102827B1.rsc 
       
    54 
       
    55 // MTP dummydp resource file
       
    56 data=EPOCROOT##epoc32\data\Z\resource\mtp\dummydp.rsc  resource\mtp\dummydp.rsc 
       
    57 
       
    58 // MTP Service Config resource file
       
    59 data=EPOCROOT##epoc32\data\Z\resource\mtp\services.rsc  resource\mtp\services.rsc 
       
    60 
       
    61 // MTP Backup registration file
       
    62 data=EPOCROOT##epoc32\data\Z\private\102827a2\backup_registration.xml  private\102827a2\backup_registration.xml
       
    63 
       
    64 //MTP device icon property file 
       
    65 data=EPOCROOT##epoc32\data\Z\private\102827a2\mtpdevice.ico  private\102827a2\mtpdevice.ico
       
    66 
       
    67 #endif // SYMBIAN_EXCLUDE_MTP
       
    68 
       
    69 #endif // MTP_FRAMEWORK_IBY