installationservices/swi/test/testexes/tswidllnocapabilityprotectedvid.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2005-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 the License "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 * This is created to be contained in SIS files with no capabilities.
       
    16 * It has a protected vendor id so installation will require that the SIS file
       
    17 * is signed by a certificate that can be validated to a trust anchor.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 TARGET tswidllnocapabilityprotectedvid.dll
       
    27 TARGETTYPE DLL
       
    28 
       
    29 CAPABILITY None
       
    30 
       
    31 // UID 
       
    32 UID	0x1000007A 0x81000011
       
    33 VENDORID	0x70000001
       
    34 
       
    35 SOURCEPATH	.
       
    36 
       
    37 SOURCE DllMain.cpp
       
    38 
       
    39 USERINCLUDE .
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 OS_LAYER_ESTLIB_SYSTEMINCLUDE  	 
       
    42 
       
    43 LIBRARY euser.lib
       
    44 SMPSAFE
       
    45 
       
    46