smartinstaller/bootstrap/group/smartinstallerdll.mmp
branchADM
changeset 48 364021cecc90
equal deleted inserted replaced
47:3f419852be07 48:364021cecc90
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 *     MMP file for SmartInstaller DLL
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 TARGET		smartinstaller.dll
       
    22 TARGETTYPE	DLL
       
    23 UID		0x1000008D 0x2002CCD0
       
    24 VENDORID	0
       
    25 //SECUREID	0x2002CCCF
       
    26 CAPABILITY	NetworkServices TrustedUI ReadUserData ReadDeviceData WriteDeviceData
       
    27 
       
    28 SOURCEPATH	..\dll
       
    29 SOURCE		smartinstallerdll.cpp
       
    30 
       
    31 USERINCLUDE	..\dll
       
    32 USERINCLUDE	..\inc
       
    33 USERINCLUDE	..\..\common
       
    34 USERINCLUDE	..\loc
       
    35 
       
    36 SYSTEMINCLUDE	\epoc32\include\private\swi
       
    37 SYSTEMINCLUDE	\epoc32\include\private
       
    38 SYSTEMINCLUDE	\epoc32\include
       
    39 SYSTEMINCLUDE	\epoc32\include\ecom
       
    40 
       
    41 SYSTEMINCLUDE	\epoc32\include\osextensions
       
    42 SYSTEMINCLUDE	\epoc32\include\middleware
       
    43 SYSTEMINCLUDE	\epoc32\include\domain\middleware
       
    44 
       
    45 LIBRARY		euser.lib
       
    46 LIBRARY		cmmanager.lib
       
    47 
       
    48 DEFFILE		smartinstaller.def
       
    49 
       
    50 // End of File