pkiutilities/CertSaver/data/CertSaver_reg.rss
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2003-2007 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:   Application Registration Resource file for CertSaver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <CertSaver.rsg>
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths_strings.hrh>
       
    23 
       
    24 UID2 KUidAppRegistrationResourceFile
       
    25 UID3 0x100059D2 // CertSaver application UID
       
    26 
       
    27 RESOURCE APP_REGISTRATION_INFO
       
    28     {
       
    29     app_file = "CertSaver";
       
    30 
       
    31     localisable_resource_file = APP_RESOURCE_DIR"\\CertSaver";
       
    32     localisable_resource_id = R_CERTSAVER_LOCALISABLE_APP_INFO;
       
    33 
       
    34     newfile=KAppDoesNotSupportNewFile;
       
    35     embeddability = KAppEmbeddable;
       
    36     hidden=KAppIsHidden;
       
    37 
       
    38     datatype_list=
       
    39         {
       
    40         DATATYPE
       
    41             {
       
    42             priority = EDataTypePrioritySystem;
       
    43             type = "application/x-x509-ca-cert";
       
    44             },
       
    45         DATATYPE
       
    46             {
       
    47             priority = EDataTypePrioritySystem;
       
    48             type = "application/x-x509-user-cert";
       
    49             },
       
    50         DATATYPE
       
    51             {
       
    52             priority = EDataTypePrioritySystem;
       
    53             type = "application/x-pkcs12";
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 // End of File