applayerpluginsandutils/bookmarksupport/group/bookmarkdb.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     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 //
       
    15 
       
    16 TARGET          bookmarkdb.dll
       
    17 TARGETTYPE      dll
       
    18 UID      0x102078CB
       
    19 VENDORID 0x70000001
       
    20 CAPABILITY ALL -TCB
       
    21 
       
    22 USERINCLUDE   ../inc
       
    23 USERINCLUDE   ../src
       
    24 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH	../src           
       
    27 SOURCE  bookmarkdb.cpp
       
    28 SOURCE  bookmarkbase.cpp
       
    29 SOURCE  bookmark.cpp
       
    30 SOURCE  bookmarkfolder.cpp
       
    31 
       
    32 // internal classes
       
    33 SOURCE  bkmrkdb.cpp
       
    34 SOURCE  bkmrkattachment.cpp
       
    35 SOURCE  bkmrk.cpp
       
    36 SOURCE  bkmrkfolder.cpp
       
    37 SOURCE  bkmrkbase.cpp
       
    38 SOURCE  bkmrkproperties.cpp
       
    39 SOURCE  bkmrkextendedproperties.cpp
       
    40 SOURCE  bkmrkwatcher.cpp
       
    41 SOURCE  propertylist.cpp
       
    42 SOURCE  repository.cpp
       
    43 SOURCE  propertyreg.cpp
       
    44 SOURCE  customproperty.cpp
       
    45 
       
    46 LIBRARY	euser.lib centralrepository.lib inetprotutil.lib bafl.lib
       
    47 
       
    48 DEFFILE			bookmarkdb.def
       
    49 
       
    50 SMPSAFE