securitydialogs/Autolock/data/Autolock_reg.rss
branchGCC_SURGE
changeset 40 604cd42065d1
parent 29 b63e8c2d8cff
parent 38 e0432375ea67
equal deleted inserted replaced
29:b63e8c2d8cff 40:604cd42065d1
     1 /*
       
     2 * Copyright (c) 2004 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:  RSS for creating the registration file for Autolock.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <Autolock.rsg>
       
    21 
       
    22 
       
    23 UID2 KUidAppRegistrationResourceFile
       
    24 UID3 0x100059B5 // application UID
       
    25 RESOURCE APP_REGISTRATION_INFO
       
    26 	{
       
    27 	app_file="Autolock"; // filename of application binary (minus extension)
       
    28     hidden = KAppIsHidden;
       
    29 	embeddability = KAppNotEmbeddable;
       
    30 	newfile = KAppDoesNotSupportNewFile;
       
    31 	}