appinstall_plat/appmngr2runtimeapi/group/appmngr2pluginapi.mmp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2008-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:   Runtime plugin API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET                  appmngr2pluginapi.dll
       
    23 TARGETTYPE              DLL
       
    24 UID                     0x1000008d 0x20016BF3
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  appmngr2runtime.cpp
       
    31 SOURCE                  appmngr2infobase.cpp
       
    32 SOURCE                  appmngr2appinfo.cpp
       
    33 SOURCE                  appmngr2packageinfo.cpp
       
    34 SOURCE                  appmngr2driveutils.cpp
       
    35 SOURCE                  appmngr2drmutils.cpp
       
    36 SOURCE                  appmngr2infoiterator.cpp
       
    37 SOURCE                  appmngr2recognizedfile.cpp
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY                 euser.lib                   // Base
       
    44 LIBRARY                 ecom.lib                    // ECom
       
    45 LIBRARY                 commonengine.lib            // StringLoader
       
    46 LIBRARY                 avkon.lib                   // AknTextUtils
       
    47 LIBRARY                 cone.lib                    // CCoeEnv
       
    48 LIBRARY                 eikcore.lib                 // CEikonEnv
       
    49 LIBRARY                 bafl.lib                    // TResourceReader, BaflUtils
       
    50 LIBRARY                 efsrv.lib                   // TParse
       
    51 LIBRARY                 caf.lib                     // ContentAccess::CContent
       
    52 LIBRARY                 drmhelper.lib               // CDRMHelper
       
    53 LIBRARY                 platformenv.lib             // DriveInfo
       
    54 LIBRARY                 apmime.lib                  // TDataType
       
    55 
       
    56 DEBUGLIBRARY            flogger.lib                 // RFileLogger
       
    57 
       
    58 SMPSAFE
       
    59