Skip to content

Commit

Permalink
CoRIM Provisioning Plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed May 1, 2024
1 parent 52db962 commit 642e162
Show file tree
Hide file tree
Showing 30 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion scheme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SUBDIR += psa-iot
SUBDIR += tpm-enacttrust
SUBDIR += parsec-tpm
SUBDIR += parsec-cca
SUBDIR += cca-realm
SUBDIR += cca-realm-provisioning

clean: ; $(RM) -rf ./bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
.DEFAULT_GOAL := test

GOPKG := github.com/veraison/services/scheme/cca-realm
GOPKG := github.com/veraison/services/scheme/cca-realm-provisioning
SRCS := $(wildcard *.go)

SUBDIR += plugin
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"errors"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0

package cca_realm
package cca_realm_provisioning

// automatically generated from:
// comidCcaRealm.json and corimCcaRealm.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"github.com/veraison/services/handler"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2022-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"errors"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

PLUGIN := ../../../bin/cca-realm.plugin
GOPKG := github.com/veraison/services/scheme/cca-realm
GOPKG := github.com/veraison/services/scheme/cca-realm-provisioning
SRCS := main.go

include ../../../../mk/common.mk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package main
import (
"github.com/veraison/services/handler"
"github.com/veraison/services/plugin"
scheme "github.com/veraison/services/scheme/cca-realm"
scheme "github.com/veraison/services/scheme/cca-realm-provisioning"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

PLUGIN := ../../../bin/cca-realm-endorsement-handler.plugin
GOPKG := github.com/veraison/services/scheme/cca-realm
GOPKG := github.com/veraison/services/scheme/cca-realm-provisioning
SRCS := main.go

include ../../../../mk/common.mk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package main
import (
"github.com/veraison/services/handler"
"github.com/veraison/services/plugin"
scheme "github.com/veraison/services/scheme/cca-realm"
scheme "github.com/veraison/services/scheme/cca-realm-provisioning"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

PLUGIN := ../../../bin/cca-realm-store-handler.plugin
GOPKG := github.com/veraison/services/scheme/cca-realm
GOPKG := github.com/veraison/services/scheme/cca-realm-provisioning
SRCS := main.go

include ../../../../mk/common.mk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package main
import (
"github.com/veraison/services/handler"
"github.com/veraison/services/plugin"
scheme "github.com/veraison/services/scheme/cca-realm"
scheme "github.com/veraison/services/scheme/cca-realm-provisioning"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

import (
"errors"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
package cca_realm
package cca_realm_provisioning

const SchemeName = "CCA_REALM"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0

package cca_realm
package cca_realm_provisioning

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021-2024 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0

package cca_realm
package cca_realm_provisioning

import (
"encoding/json"
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions scheme/cca-realm/test/corim/test

This file was deleted.

0 comments on commit 642e162

Please sign in to comment.