layouts/cdl/CdlEngine/group/CdlEngine.mmp
changeset 0 05e9090e2422
child 100 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET          CdlEngine.DLL
       
    20 TARGETTYPE      DLL
       
    21 UID             0x1000008D 0x101f8243
       
    22 
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 USERINCLUDE     ../inc ../../CdlServer/inc
       
    28 SYSTEMINCLUDE   ../inc
       
    29 SYSTEMINCLUDE   ../../CdlServer/inc
       
    30 
       
    31 // This is a SYSTEMINCLUDE macro containing the middleware
       
    32 // layer specific include directories
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SYSTEMINCLUDE   ../../../../inc
       
    36 SYSTEMINCLUDE   ../../../inc
       
    37 
       
    38 SOURCE          CdlEngine.cpp
       
    39 SOURCE          CCdlEngine.cpp
       
    40 SOURCE          CdlLibrary.cpp
       
    41 SOURCE          CdlCustomisation.cpp
       
    42 SOURCE          CdlExplorer.cpp
       
    43 SOURCE          CdlUserPackageExplorer.cpp
       
    44 SOURCE          CdlClient.cpp
       
    45 SOURCE          CdlRefs.cpp
       
    46 SOURCE          CdlContainers.cpp
       
    47 SOURCE          CdlChangeObserver.cpp
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         ECom.lib