kernel/eka/drivers/rpmb/rpmbext.mmp
changeset 287 ddfd5aa0d58f
equal deleted inserted replaced
286:48e57fb1237e 287:ddfd5aa0d58f
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // /os/kernelhwsrv/kernel/eka/drivers/rpmb/rpmbext.mmp
       
    15 // rpmbext.dll RPMB driver
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include	"../../kernel/kern_ext.mmh"
       
    24 
       
    25 target		rpmbext.dll
       
    26 targettype	kext
       
    27 linkas		rpmbext.dll
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    31 systeminclude		../../../include
       
    32 systeminclude		../../../include/drivers
       
    33 #endif
       
    34 
       
    35 USERINCLUDE		traces
       
    36 
       
    37 source		rpmbdevice.cpp
       
    38 
       
    39 library		epbusmmc.lib
       
    40 
       
    41 capability	all
       
    42 
       
    43 epocallowdlldata
       
    44 
       
    45 uid		0x1000008d 0x2003301C
       
    46 
       
    47 DEFFILE		../../~/rpmbext.def
       
    48 
       
    49 VENDORID	0x70000001
       
    50 
       
    51 start wins
       
    52 win32_headers
       
    53 end
       
    54 
       
    55 SMPSAFE