Add sample code for PCD Database generation. These 3 files will be read by GenBuild tool and it is generated in the Head and Source file of PCD Service PEIM/Dxe Driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@251 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
8
Tools/Conf/Pcd/PcdDatabasePeiDefinitions.sample
Normal file
8
Tools/Conf/Pcd/PcdDatabasePeiDefinitions.sample
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
typedef struct {
|
||||
PEI_PCD_DATABASE_INIT Init;
|
||||
PEI_PCD_DATABASE_UNINIT Uninit;
|
||||
} PEI_PCD_DATABASE;
|
||||
|
||||
#define PEI_NEX_TOKEN_NUMBER (PEI_LOCAL_TOKEN_NUMBER - PEI_EX_TOKEN_NUMBER)
|
||||
|
Reference in New Issue
Block a user