omads/omadsappui/AiwSyncProvider/group/AiwSyncProvider.mmp
branchRCL_3
changeset 52 4f0867e42d62
parent 0 dab8a81a92de
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2002 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 "../inc/AiwSyncProviderUids.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		AiwSyncProvider.dll
       
    24 TARGETTYPE	PLUGIN
       
    25 
       
    26 VENDORID VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 // uid for aiwsyncprovider 0x101F871F
       
    31 // #define KEComRecognitionUID2 0x10009D8D
       
    32 UID	0x10009D8D KAspSyncProviderDllUid
       
    33 
       
    34 
       
    35 USERINCLUDE	../inc
       
    36 
       
    37 // for AspSyncUtilApi.h
       
    38 USERINCLUDE     ../../../omadsappui/AspSyncUtil/inc
       
    39 
       
    40 // for nsmldssync.loc
       
    41 USERINCLUDE     ../../../omadsappui/AspSyncUtil/src
       
    42 
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE	/epoc32/include/ecom
       
    46 
       
    47 SOURCEPATH	../src
       
    48 SOURCE		AiwSyncProvider.cpp
       
    49 
       
    50 
       
    51 START RESOURCE  101F871F.rss
       
    52 TARGET          AiwSyncProvider
       
    53 TARGETPATH ECOM_RESOURCE_DIR
       
    54 END
       
    55 
       
    56 START RESOURCE  AiwSyncProvider.rss
       
    57 HEADER
       
    58 TARGET          AiwSyncProvider
       
    59 TARGETPATH RESOURCE_FILES_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 
       
    64 
       
    65 LIBRARY	euser.lib
       
    66 LIBRARY ServiceHandler.lib
       
    67 LIBRARY aspsyncutil.lib
       
    68 
       
    69 LIBRARY	efsrv.lib
       
    70 LIBRARY avkon.lib
       
    71 
       
    72 DEBUGLIBRARY flogger.lib
       
    73