os/security/securityanddataprivacytools/securitytools/certapp/test/tcertapp/tcertapp_good.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
#ifndef __TCERTAPP_GOOD_H__
sl@0
     2
#define __TCERTAPP_GOOD_H__/*
sl@0
     3
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     4
* All rights reserved.
sl@0
     5
* This component and the accompanying materials are made available
sl@0
     6
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     7
* which accompanies this distribution, and is available
sl@0
     8
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     9
*
sl@0
    10
* Initial Contributors:
sl@0
    11
* Nokia Corporation - initial contribution.
sl@0
    12
*
sl@0
    13
* Contributors:
sl@0
    14
*
sl@0
    15
* Description: 
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
sl@0
    21
extern const char *goodLabels[];
sl@0
    22
extern const char *goodDeletables[];
sl@0
    23
extern const char *goodFormats[];
sl@0
    24
extern const char *goodCertOwnerTypes[];
sl@0
    25
extern const char *goodSubjectKeyIds[];
sl@0
    26
extern const char *goodIssuerKeyIds[];
sl@0
    27
extern const char *goodApplications[];
sl@0
    28
extern const char *goodTrusteds[];
sl@0
    29
extern const char *goodCapabilitySets[];
sl@0
    30
extern const char *goodMandatory[];
sl@0
    31
extern const char *goodSystemUpgrade[];
sl@0
    32
extern const char *gooddecimalUid_array[];
sl@0
    33
extern const char *goodUids[];
sl@0
    34
extern const char *goodAppNames[];
sl@0
    35
extern const char *goodcertclient_array[];
sl@0
    36
extern const char *goodCert_array[];
sl@0
    37
extern const char *goodEmuCert_array[];
sl@0
    38
extern const char *goodSwiCert_array[];
sl@0
    39
extern const char *gooduid_array[];
sl@0
    40
extern const char *goodActionName[];
sl@0
    41
extern const char *goodActionType[];
sl@0
    42
extern const char *goodOwnerType[];
sl@0
    43
extern const char *goodTrust[];
sl@0
    44
extern const char *mandatory[];
sl@0
    45
extern const char *systemUpgrade[];
sl@0
    46
extern const char *deletable[];
sl@0
    47
sl@0
    48
#endif