os/security/authorisation/userpromptservice/database/group/upsdb.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-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 * User Prompt Server Database (UPSDB)
    16 *
    17 */
    18 
    19 
    20 TARGET        upsdb.dll
    21 CAPABILITY    AllFiles ProtServ TrustedUI
    22 TARGETTYPE    dll
    23 UID           0x0 0x102835C4
    24 
    25 VENDORID 	  0x70000001
    26 
    27 SOURCEPATH    ../source
    28 SOURCE        upsdb.cpp
    29 SOURCE        upsdbw.cpp
    30 SOURCE		  upsdbcompact.cpp
    31 
    32 USERINCLUDE   ../inc
    33 USERINCLUDE	  ../../inc
    34 USERINCLUDE	  ../../inc_private
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 DEFFILE		  ../../~/upsdb.def
    38 
    39 LIBRARY 		  upsmanagement.lib
    40 LIBRARY 		  euser.lib 
    41 LIBRARY		  efsrv.lib 
    42 LIBRARY		  edbms.lib 
    43 LIBRARY		  estor.lib
    44 SMPSAFE