omadrm/rndcerts/group/bld.inf
author William Roberts <williamr@symbian.org>
Wed, 24 Feb 2010 16:51:57 +0000
branchRCL_3
changeset 10 0d167ce5e2a1
permissions -rw-r--r--
Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
/*
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
*
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
*
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
* Contributors:
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
*
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
* Description:  
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
* Install CMLA certificates
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
*/
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
PRJ_EXPORTS
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
// CMLA RnD keys
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
../../drmengine/keystorage/data/CMLA/DevicePrivateKey.der  c:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/DevicePrivateKey.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
../../drmengine/keystorage/data/CMLA/DeviceCert.der        c:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/DeviceCert.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
../../drmengine/keystorage/data/CMLA/SigningCert00.der     c:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/SigningCert00.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
../../drmengine/keystorage/data/CMLA/SigningCert01.der     c:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/SigningCert01.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
../../drmengine/keystorage/data/CMLA/DevicePrivateKey.der  z:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/DevicePrivateKey.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
../../drmengine/keystorage/data/CMLA/DeviceCert.der        z:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/DeviceCert.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
../../drmengine/keystorage/data/CMLA/SigningCert00.der     z:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/SigningCert00.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
../../drmengine/keystorage/data/CMLA/SigningCert01.der     z:/private/101F51F2/PKI/96b7db19a4d05a4bc8e3a51c885088e679354469/SigningCert01.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
// Default UDT Key
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
#ifdef __DRM_USER_DATA_TRANSFER
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
../../drmengine/keystorage/data/UdtCertificate.der c:/private/101F51F2/PKI/UdtCertificate.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
../../drmengine/keystorage/data/UdtCertificate.der z:/private/101F51F2/PKI/UdtCertificate.der
0d167ce5e2a1 Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
#endif