summaryrefslogtreecommitdiff
path: root/tools/creative.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/creative.h')
-rw-r--r--tools/creative.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/tools/creative.h b/tools/creative.h
index c28001a0e7..ff8b4a019d 100644
--- a/tools/creative.h
+++ b/tools/creative.h
@@ -28,26 +28,13 @@ enum
28 ZENV = 3 28 ZENV = 3
29}; 29};
30 30
31static struct device_info 31struct device_info
32{ 32{
33 const char* cinf; /*Must be Unicode encoded*/ 33 const char* cinf; /*Must be Unicode encoded*/
34 const int cinf_size; 34 const int cinf_size;
35 const char* null; 35 const char* null;
36} device_info; 36} device_info;
37 37
38static const char null_key_v1[] = "CTL:N0MAD|PDE0.SIGN.";
39static const char null_key_v2[] = "CTL:N0MAD|PDE0.DPMP.";
40static const char null_key_v3[] = "CTL:Z3N07|PDE0.DPMP.";
41static const char null_key_v4[] = "CTL:N0MAD|PDE0.DPFP.";
42
43static const struct device_info devices[] =
44{
45 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0:\0M", 42, null_key_v2},
46 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0:\0M\0 \0G\0o\0!", 50, null_key_v2},
47 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0 \0©\0T\0L", 48, null_key_v2},
48 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4}
49};
50
51int zvm_encode(char *iname, char *oname, int device); 38int zvm_encode(char *iname, char *oname, int device);
52 39
53#endif /*CREATIVE_H_*/ 40#endif /*CREATIVE_H_*/