configmanagers/imagingconfigmanager/group/imagingconfigmanager.mmp
changeset 0 9b3e960ffc8a
child 42 605672cc2a86
equal deleted inserted replaced
-1:000000000000 0:9b3e960ffc8a
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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: 
       
    15 *    Configuration manager using Central Repositary for retrieving settings
       
    16 *    for clients such as CamcorderMMFPlugin
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          imagingconfigmanager.dll
       
    24 TARGETTYPE      dll
       
    25 DEFFILE         imagingconfigmanager.DEF
       
    26 
       
    27 UID             0x1000008d 0x10282EDB   //KSharedLibraryUid
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          imagingconfigmanager.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // Symbian OS libraries
       
    41 LIBRARY     euser.lib
       
    42 LIBRARY     centralrepository.lib
       
    43 
       
    44 // End of File